Skip to content

Releases: sovity/edc-ce

v3.2.0

17 May 07:58
55a2159
Compare
Choose a tag to compare

[3.2.0] - 2023-05-17

Minor Changes

  • API Wrapper now supports OAuth2 Client Credentials Auth.
  • API Wrapper now contains initial Broker Server API Spec.
  • API Wrapper now contains initial File Storage Enterprise Edition API Spec.
  • API Wrapper Contract Agreement Page Cards now contain Contract Negotiation IDs.

Patch Changes

  • Bumped EDC UI version to ghcr.io/sovity/edc-ui:0.0.1-milestone-8-sovity5 in production docker-compose.yaml. This
    fixes a CORS-related issue.

v3.1.0

27 Apr 11:55
697f5a1
Compare
Choose a tag to compare

[3.1.0] - 2023-04-27

Minor Changes

  • feat: wrapper contract agreement api

Patch Changes

  • wrapper: added contractAgreements- and transferProcessesCounts
  • fix: broker extension provides empty fields
  • fix: update postman collection
  • bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.9.3

v3.0.1

06 Apr 09:00
Compare
Choose a tag to compare

[3.0.1] - 2023-04-06

Patch Changes

  • Wrong image tag in env file
  • EDC_IDS_ENDPOINT was not set correctly on image build
  • Reverted docker-compose.yaml to run only one connector

v3.0.0

05 Apr 05:53
834aa13
Compare
Choose a tag to compare

[3.0.0] - 2023-04-04

Major Changes

  • Changed EDC Docker Image Variants to edc-dev, edc-ce and edc-ce-mds.
  • Changed Java Maven Artifact GroupIds to de.sovity.edc.ext and de.sovity.edc
  • Renamed broker to ids-broker-client.
  • Renamed clearinghouse to ids-clearinghouse-client.

Minor Changes

  • EDC API Wrapper + EDC API Client Bootstrap
  • Added Docker Image Tag release for latest releases.
  • Added sovity Minimal Extension Package.

Patch Changes

  • Reworked Project, Docker Image and Extension documentations.
  • broker-extension: Re-register assets at broker at connector startup
  • broker-extension: Added a subsequent resource-id filtering after sparql query, to filter out resources that do not belong to the connector.
  • bump org.openapi.generator from 6.3.0 to 6.5.0
  • bump io.quarkus.platform:quarkus-bom
  • bump io.quarkus from 2.16.4.Final to 2.16.5.Final
  • bump io.swagger.core.v3.swagger-gradle-plugin
  • bump io.swagger.core.v3:swagger-annotations-jakarta
  • bump io.swagger:swagger-annotations from 1.6.8 to 1.6.10

v2.0.3

24 Mar 15:48
1db53f5
Compare
Choose a tag to compare

[2.0.3] - 2023-03-24

Fixed

  • Bug in postman collection, ports needed to be updated due to release 2.0.2.

v2.0.2

23 Mar 10:26
5dfc91e
Compare
Choose a tag to compare

[2.0.2] - 2023-03-23

Fixed

  • Bug in migration scripts, for existing contract negotiations the embedded JSON array of contract offers was missing
    contractStart, contractEnd.

v2.0.1

21 Mar 14:42
a4e07f5
Compare
Choose a tag to compare

[2.0.1] - 2023-03-21

Fixed

  • Bug in migration scripts, default values are now set.

v2.0.0

20 Mar 15:41
68335e5
Compare
Choose a tag to compare

[2.0.0] - 2023-03-20

Fixed

  • Missing blacklist entry for referring connector policy in docker-compose POLICY_BROKER_BLACKLIST: REFERRING_CONNECTOR

Changed

  • Updated to EDC-Connector 0.0.1-milestone-8.

v1.5.1

17 Mar 08:52
Compare
Choose a tag to compare

[1.5.1] - 2023-03-17

  • Adapt docker-compose file to work with released container-images

v1.5.0

08 Mar 10:17
22077c0
Compare
Choose a tag to compare

[1.5.0] - 2023-03-07

  • EDC_FLYWAY_REPAIR=true variable can now be set to run flyway repair when migrations failed