Skip to content

v7.4.2

Compare
Choose a tag to compare
@richardtreier richardtreier released this 20 Apr 13:22
· 11 commits to main since this release
682351e

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