Skip to content

Releases: sovity/edc-extensions

v7.5.0

16 May 16:27
95edac2
Compare
Choose a tag to compare

[7.5.0] - 2024-05-16

Overview

Additional Wrapper API features

EDC UI

EDC Extensions

Minor Changes

  • API Wrapper Use Case API: Catalog endpoint

Patch Changes

Security updates

Deployment Migration Notes

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.5.0
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.5.0
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.5.0
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:3.2.2
  • Connector UI Release: https://github.com/sovity/edc-ui/releases/tag/v3.2.2

v7.4.2

20 Apr 13:22
682351e
Compare
Choose a tag to compare

[v7.4.2] - 2024-04-20

Overview

MDS Bugfix Release

Detailed Changes

Patch Changes

  • Fixed a bug causing Catalog fetches to fail if a data offer with an empty DataModel value existed.
  • Fixed naming of the nutsLocations field for MDS assets.
  • UI: Removed HTTP Verb "HEAD" as it was not supported by the backend
  • Docs: Updated image to explain data-transfer-methods
  • Docs: Updated documentation for parameterization using only the UI or the Management-API
  • Docs: Updated OAuth2 documentation about necessary parameters that need to use the vault key instead of providing a secret directly
  • Docs: Updated documentation for the pull-data-transfer
  • Dev Utils: Parallel test support for our Test Backend for some requests.

Deployment Migration Notes

Contains DB migrations, DB backups advised.

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.4.2
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.4.2
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.4.2
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:3.2.2
  • Connector UI Release: https://github.com/sovity/edc-ui/releases/tag/v3.2.2

Known Issues

  • Warning regarding DataAddress properties
    • DataAddress propreties are currently neither validated in the Eclipse EDC Management API nor the sovity API Wrapper.
    • For supported data transfer types, please stick strictly to the given documentation.
    • Bad configuration of data sources or data sinks might cause transfers to remain in "REQUESTING", be falsely flagged as COMPLETED or be flagged as FAILED on one side while not on the other. This is due to the way that the Data Planes currently report or do not report errors between the provider and the consumer on errors during validation of transfer processes.

7.4.0

11 Apr 16:13
ee45c5e
Compare
Choose a tag to compare

[7.4.0] - 2024-04-11

Overview

MDS bugfixes.

EDC UI

https://github.com/sovity/edc-ui/releases/tag/v3.1.0

Minor Changes

  • Logginghouse-Client: Add logging-house-client extension 0.2.10
  • Migrated MDS fields to mobilityDCAT-AP
  • Added a workaround for the assets' parameterization using a fork of the Eclipse EDC 0.2.1

Deployment Migration Notes

  • A new LoggingHouse extension is now included in the EDC CE MDS variant, which means that additional properties must be set for it:
    • EDC_LOGGINGHOUSE_EXTENSION_ENABLED: "true"
    • EDC_LOGGINGHOUSE_EXTENSION_URL: #LoggingHouse URL of the MDS environment

EDC UI Migration Notes

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.4.0
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.4.0
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.4.0
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:3.1.0

7.3.0

02 Apr 08:45
0d3e5bf
Compare
Choose a tag to compare

[7.3.0] - 2024-03-28

Overview

Some API Wrapper improvements, some bugfixes.

EDC UI

https://github.com/sovity/edc-ui/releases/tag/v3.0.0

EDC Extensions

Minor Changes

  • UIAsset: Replaced unsafe additional and private properties with safer alternative fields customJsonAsString (not affected by Json LD manipulation) and customJsonLdAsString (affected by Json LD manipulation), along with their private counterparts.
  • API Wrapper: TS Client Library now supports OAuth Client Credentials
  • EDC Backend: Added config variables for remote debugging

Patch Changes

  • Add a fix for a null pointer exception in the transfer history API.
  • Add e2e test for double encoding of query parameters

Deployment Migration Notes

  • EDC UI:
    • New optional environment variable: EDC_UI_MANAGEMENT_API_URL_SHOWN_IN_DASHBOARD as override for shown Management API URL on the dashboard
  • EDC Backend:
    • New optional environment variables to enable and configure remote logging & debugging capabilities:
      • DEBUG_LOGGING = false
      • REMOTE_DEBUG = false
      • REMOTE_DEBUG_SUSPEND = false
      • REMOTE_DEBUG_BIND = 127.0.0.1:5005

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.3.0
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.3.0
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.3.0
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:3.0.0

v7.2.2

13 Mar 16:58
52075ff
Compare
Choose a tag to compare

[7.2.2] - 2024-03-13

Overview

Bugfix

EDC UI

https://github.com/sovity/edc-ui/releases/tag/v2.4.0

EDC Extensions

Patch Changes

  • DspCatalogService: Stable Contract Offer IDs removed

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.2.2
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.2.2
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.2.2
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:2.4.0

v7.2.1

21 Feb 15:56
e8db340
Compare
Choose a tag to compare

[7.2.1] - 2024-02-21

Overview

Bugfixes

EDC UI

https://github.com/sovity/edc-ui/releases/tag/v2.4.0

EDC Extensions

Patch Changes

  • DspCatalogService: Contract Offer IDs are now stable
  • Fixed some requests' timeouts by removing the data-plane-instance-store-sql Extension

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.2.1
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.2.1
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.2.1
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:2.4.0

v7.2.0

15 Feb 09:09
fc2a491
Compare
Choose a tag to compare

[7.2.0] - 2024-02-14

Overview

MDS bugfix and feature release

EDC UI

https://github.com/sovity/edc-ui/releases/tag/v2.4.0

Minor Changes

  • Assets now have new MDS fields

Patch Changes

  • Docs: Improved documentation of HTTP pull (edc-ui)
  • Docs: Add security recommendations for recent API key vulnerabilities
  • Fixed connector restricted usage policy
  • Fixed connection pool issues by switching to Tractus-X connection pool

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.2.0
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.2.0
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.2.0
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:2.4.0

7.1.2

13 Feb 12:29
Compare
Choose a tag to compare

[7.1.2] - 2024-02-13

Overview

EDC UI

https://github.com/sovity/edc-ui/releases/tag/v2.3.1

EDC Extensions

Major Changes

Minor Changes

Patch Changes

  • Fix Connector-Restricted-Usage Policy
  • Fix Connection-Pool issues by switching to the Tractus-X Connection Pool.

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.1.2
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.1.2
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.1.2
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:2.3.1

v7.1.1

18 Jan 09:52
b22240a
Compare
Choose a tag to compare

[7.1.1] - 2024-01-18

Overview

Bugfix release for minor UI bugs

EDC UI

https://github.com/sovity/edc-ui/releases/tag/v2.3.1

Deployment Migration Notes

No special deployment migration steps required

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.1.1
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.1.1
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.1.1
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:2.3.1

v7.1.0

17 Jan 17:04
330152b
Compare
Choose a tag to compare

[7.1.0] - 2024-01-17

Overview

MDS feature release: Asset markdown descriptions and editable metadata

EDC UI

https://github.com/sovity/edc-ui/releases/tag/v2.3.0

EDC Extensions

Minor Changes

  • Asset metadata is now editable
  • Asset descriptions now support Markdown
  • Negotiate button is no longer shown for own connector endpoints

Deployment Migration Notes

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:7.1.0
    • sovity EDC CE: ghcr.io/sovity/edc-ce:7.1.0
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:7.1.0
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:2.3.0