Edc Extensions Versions Save

sovity EDC Community Edition

v7.4.2

3 weeks ago

[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.

v7.4.0

1 month ago

[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

v7.3.0

1 month ago

[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

2 months ago

[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

2 months ago

[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

3 months ago

[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

v7.1.2

3 months ago

[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

3 months ago

[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

3 months ago

[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

v7.0.0

5 months ago

[v7.0.0] - 2023-12-06

Overview

MY_EDC_PARTICIPANT_ID must now coincide with a DAT claim. This fixes the Contract Negotiation issue that affected 5.0.0 and 6.0.0.

Known Issues:

EDC UI

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

EDC Extensions

Major Changes

  • Participant IDs must now coincide with a DAT claim.

Patch Changes

  • Fixed an issue preventing Contract Negotiations.
  • Fixed an issue preventing transfer processes from being marked as COMPLETED in Eclipse EDC 0.2.
  • Fixed policy and permission targets shown as warnings in the UI.
  • Added example for using the API Wrapper to offer and consume data.
  • Added CHANGELOG documentation.
  • Marked MY_EDC_NAME_KEBAB_CASE as deprecated in favor of MY_EDC_PARTICIPANT_ID.

Deployment Migration Notes

  • The configured value of MY_EDC_PARTICIPANT_ID will now be validated via the DAPS:
    • The configured value of MY_EDC_PARTICIPANT_ID must coincide with the claim value referringConnector as configured for this Connector in the DAPS.
    • For MS8-migrated connectors, if the Participant ID was not configured well before, existing contract agreements will stop working. The Participant ID is referenced heavily in counter-party connectors, which makes a migration of Participant IDs for old contract agreements impractical.
  • If a given data space has no "Participant ID" / "Connector ID" concept or does not use the referringConnector claim:
    • It is possible to override the checked claim by overriding EDC_AGENT_IDENTITY_KEY.
    • EDC_AGENT_IDENTITY_KEY could be set to the claim name of the AKI / SKI Client ID, which should always be part of the issued DAT. This would be sub for a sovity DAPS and client_id for an Omejdn DAPS.
    • MY_EDC_PARTICIPANT_ID would have to be set to the AKI / SKI Client ID.
  • Renamed MY_EDC_NAME_KEBAB_CASE to MY_EDC_PARTICIPANT_ID. MY_EDC_NAME_KEBAB_CASE continues working, but prints a warning on startup if configured.

Compatible Versions

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