Releases: sovity/edc-ce
Releases · sovity/edc-ce
v3.2.0
[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 productiondocker-compose.yaml
. This
fixes a CORS-related issue.
v3.1.0
[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
[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
[3.0.0] - 2023-04-04
Major Changes
- Changed EDC Docker Image Variants to
edc-dev
,edc-ce
andedc-ce-mds
. - Changed Java Maven Artifact GroupIds to
de.sovity.edc.ext
andde.sovity.edc
- Renamed
broker
toids-broker-client
. - Renamed
clearinghouse
toids-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
[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
v2.0.1
[2.0.1] - 2023-03-21
Fixed
- Bug in migration scripts, default values are now set.