Skip to content

v10.0.0

Compare
Choose a tag to compare
@richardtreier richardtreier released this 24 Jul 15:54
· 36 commits to main since this release
8b56e99

[v10.0.0] - 2024-07-24

Overview

MDS 2.2 release

Detailed Changes

Major Changes

  • Complex policies using AND, OR and XONE:
    • Complex policy support in the Connector UI.
    • The UiPolicy model has been adjusted to support complex expressions including AND, OR and XONE.
    • The createPolicyDefinition has been marked as deprecated in favor of the new createPolicyDefinitionV2 endpoint that supports complex policies.
    • Removed the recently rushed createPolicyDefinitionUseCase endpoint in favor of the new createPolicyDefinitionV2 endpoint.

Minor Changes

  • Reworked data offer creation page for easier data sharing.
  • Both providers and consumers can now terminate their contracts.
  • Contracts can be filtered by their termination status.
  • Improved "On Request" data offer support in the Connector UI.
  • The always-true policy is now created with no constraints instead of the artificial ALWAYS_TRUE = TRUE constraint
    • Existing always-true policy definitions are migrated to the new format - existing contract agreements are not affected

Patch Changes

  • Fixed an issue that caused the auth information to get lost during asset
    creation.

Deployment Migration Notes

No special migration notes required

Compatible Versions

  • Connector Backend Docker Images:
    • Dev EDC: ghcr.io/sovity/edc-dev:10.0.0
    • sovity EDC CE: ghcr.io/sovity/edc-ce:10.0.0
    • MDS EDC CE: ghcr.io/sovity/edc-ce-mds:10.0.0
    • Dev Catalog Crawler: ghcr.io/sovity/catalog-crawler-dev:10.0.0
    • Catalog Crawler CE: ghcr.io/sovity/catalog-crawler-ce:10.0.0
  • Connector UI Docker Image: ghcr.io/sovity/edc-ui:4.1.0