7.3.0
[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) andcustomJsonLdAsString
(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
- New optional environment variable:
- 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
- New optional environment variables to enable and configure remote logging & debugging capabilities:
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
- Dev EDC:
- Connector UI Docker Image:
ghcr.io/sovity/edc-ui:3.0.0