Skip to content

10.2.0

Compare
Choose a tag to compare
@ununhexium ununhexium released this 20 Aug 15:04
· 25 commits to main since this release
09009c6

[10.2.0] - 2024-08-20

Overview

API Wrapper update, several bug fixes and database performance improvements.

Detailed Changes

This is a replacement for redacted release 10.1.0 with a few additional bug fixes.

Minor Changes

  • API Wrapper:
    • Added wrapper API endpoint to query a single contract agreement

Patch Changes

  • Core EDC
    • Improve database performance by removing duplicate indexes and using UUID version 7.
  • Logginghouse-Client: Update logging-house-client extension to v1.1.0
  • EDC Backend
    • Fixed unrestricted policy wrongly displaying error
    • Performance improvement when fetching a single contract agreement
    • The data address is now correctly updated when editing an asset
    • Fix a database initialization error when starting the EDC with Logging House v1.1.0
  • EDC UI
    • Copyable contact email and subject fields on asset and data offer detail dialogs
    • Assets Page search input field is now case-insensitive
    • Markdown support for Reference files description, Conditions for use fields
    • Fixed wrong date format when creating a new data offer
    • Temporarily re-implemented the Create Asset Dialog
    • Added description for fields in asset creation mask
    • Added proper handling of custom JSON properties in edit asset process

Deployment Migration Notes

MDS only

logging-house-client extension

If the extension is to be switched off, the following must now be set, as the extension is now activated by default when integrated:

  • EDC_LOGGINGHOUSE_EXTENSION_ENABLED: 'false'

Compatible Versions

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