Skip to content

7.3.0

Compare
Choose a tag to compare
@efiege efiege released this 02 Apr 08:45
· 277 commits to main since this release
0d3e5bf

[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