Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Releases: sovity/edc-broker-server-extension

v4.2.0

20 Apr 14:14
5211a1b
Compare
Choose a tag to compare

[v4.2.0] - 2024-04-11

Overview

Bumped EDC CE version to 7.4.2.

Detailed Changes

Minor

  • Bumped EDC CE version to 7.4.2.
  • Bumped EDC UI version to 3.2.2.
  • Better handling of custom properties.

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:4.2.0
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:3.2.2
  • Sovity EDC CE: 7.4.2

v4.1.1

11 Apr 14:45
044c576
Compare
Choose a tag to compare

[v4.1.1] - 2024-04-11

Overview

Pull changes from EDC UI 3.1.0 into the broker.

Detailed Changes

Patch

  • Bump EDC UI version to 3.1.0
    • "Name" column renamed to "Title"
    • Fix status icon for data offers

Deployment Migration Notes

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:4.1.1
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:3.1.0
  • Sovity EDC CE: 7.3.0

v4.1.0

02 Apr 14:07
81a4465
Compare
Choose a tag to compare

[v4.1.0] - 2024-04-02

Overview

Pull changes from EDC CE 7.3.0 into the broker.

Detailed Changes

Minor

  • Bumped EDC version to 7.3.0:
    • Broker UI: Support for UIAsset's customJsonAsString and customJsonLdAsString, along with their private counterparts.

Deployment Migration Notes

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:4.1.0
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:3.0.0
  • Sovity EDC CE: 7.3.0

v4.0.0

22 Mar 16:57
5889a80
Compare
Choose a tag to compare

[v4.0.0] - 2024-03-22

Overview

Release with adjustmets for the ongoing integration with the Authority Portal

Detailed Changes

Major

  • Authority Portal API: Removed deprecated data offer count endpoint

Minor

  • API: Added endpoint for adding connectors and associated MDS IDs

Deployment Migration Notes

  • Authority Portal API: The deprecated data offer count endpoint was removed: authority-portal-api/data-offer-counts.
    Alternatively the connector metadata endpoint should be used: authority-portal-api/connectors.

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:4.0.0
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:3.0.0
  • Sovity EDC CE: 7.2.2

v3.5.0

29 Feb 09:58
0740d05
Compare
Choose a tag to compare

[v3.5.0] - 2024-02-29

Overview

Enable better integration of Broker UI and Authority Portal

Detailed Changes

Minor

  • Added query params for the connector endpoints filter

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:3.5.0
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:2.5.0
  • Sovity EDC CE: 7.2.1

v3.4.0

27 Feb 09:14
839838a
Compare
Choose a tag to compare

[v3.4.0] - 2024-02-27

Overview

Release to accommodate the Authority Portal release.

Detailed Changes

Minor

  • Authority Portal API: Added endpoint for receiving all data offers of registered connectors

Patch

  • Updated dependency version to have stable Policy (and Contract) identifiers.

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:3.4.0
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:2.4.0
  • Sovity EDC CE: 7.2.1

v3.3.0

15 Feb 10:18
796ac76
Compare
Choose a tag to compare

[v3.3.0] - 2024-02-14

Overview

MDS bugfix and feature release

Detailed Changes

Minor

  • Assets now have new MDS fields

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:3.3.0
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:2.4.0
  • Sovity EDC CE: 7.2.0

v3.2.0

18 Jan 10:32
ee2040a
Compare
Choose a tag to compare

[v3.2.0] - 2024-01-18

Overview

Added validated organization information

Detailed Changes

Minor

  • Data Offer descriptions now support markdown.
  • Validated organization information from the Authority Portal is now displayed
  • Authority Portal API: Added endpoint for receiving organization metadata

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:3.2.0
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:2.3.1
  • Sovity EDC CE: 7.1.1

v3.1.0

08 Dec 09:28
a8be04a
Compare
Choose a tag to compare

[v3.1.0] - 2023-08-12

Overview

Re-added deprecated endpoints for Authority Portal API backward compatibility.

Detailed Changes

Minor

  • Authority Portal API: Removed data offer count endpoint in favor of new Connector Metadata Endpoint.

Deployment Migration Notes

No special migration steps required.

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:3.1.0
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:2.2.0
  • Sovity EDC CE: 7.0.0

v3.0.0

06 Dec 16:57
9db9003
Compare
Choose a tag to compare

[v3.0.0] - 2023-06-12

Overview

EDC 0 / MDS 2.0 bugfix release, Authority Portal API Connector Metadata Endpoint.

Detailed Changes

Major

  • Authority Portal API: Removed data offer count endpoint in favor of new Connector Metadata Endpoint.

Minor

  • Bumped sovity EDC CE to 7.0.0.
  • Bumped Broker UI to 2.2.0.
  • Authority Portal API: Added new Connector Metadata endpoint that includes online status, participant ID and data offer
    counts.

Deployment Migration Notes

  • The DAPS needs to contain the claim referringConnector=broker for the broker. The expected value broker could be overridden by
    specifying a different value for MY_EDC_PARTICIPANT_ID.
  • Authority Portal API: The data offer count endpoint was removed in favor of the new Connector Metadata
    Endpoint: wrapper/broker/authority-portal-api/connectors, used to be authority-portal-api/data-offer-counts.

Compatible Versions

  • Broker Backend Docker Image: ghcr.io/sovity/broker-server-ce:3.0.0
  • Broker UI Docker Image: ghcr.io/sovity/edc-ui:2.2.0
  • Sovity EDC CE: 7.0.0