Skip to content

Releases: sovity/edc-ui

v2.1.0

17 Nov 16:48
d3a34f5
Compare
Choose a tag to compare

[v2.1.0] 17.11.2023

Overview

Broker UI EDC 0 Upgrade and some Connector UI bugfixes.

Detailed Changes

Minor

  • New optional marketing banner for MDS Basic Enterprise Edition Connectors.
  • Finalize Migrate Broker UI to EDC 0

Patch

  • Improved visibility of buttons in "Create New Asset" and "Initiate Transfer"
    Dialogs
  • Broker Server API now also has a type-safe fake backend.
  • Fix Data Category not being set correctly when creating assets.

Deployment Migration Notes

  • Enterprise Edition only, MDS variants only: New optional config variable
    EDC_UI_SHOW_EE_BASIC_MARKETING=true. Default false

v0.0.1-milestone-8-sovity14

24 Oct 13:56
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity14] 24.10.2023

Overview

Re-release of v0.0.1-milestone-8-sovity13 with fixed curl vulnerabilities.

Detailed Changes

Fixed

  • Re-built images to fix a HIGH finding for curl.

Known Issues

v2.0.0

13 Oct 12:44
67360f4
Compare
Choose a tag to compare

[v2.0.0] 11.10.2023

Overview

EDC 0 compatible version (Connector UI only).

Detailed Changes

Major

  • Switched to semantic versioning
  • Migrated transfer history page to the api wrapper
  • Migrated contract definition page to the api wrapper
  • Migrated policy definition page to the api wrapper
  • Migrated asset page to the api wrapper
  • Migrated dashboard page to the api wrapper
  • The Docker Container now uses the port 8080 instead of 80.

Minor

  • Added custom 404 pages to connector and broker ui
  • New Asset Property "Participant ID"

Patch

  • Fixed HTTP Parameterization Hints not showing in Asset Details.
  • Removed 404-causing login polling from broker UI
  • Renamed button from cancel to close in json-dialogs
  • Broker: Fixed popularity not logged when clicking on a data offer
  • Broker: Fixed missing name in legal notice

Deployment Migration Notes

  • The Docker Container now uses the port 8080 instead of 80.
  • The following ENV Vars were changed:
    • EDC_UI_DATA_MANAGEMENT_API_URL became EDC_UI_MANAGEMENT_API_URL
    • EDC_UI_DATA_MANAGEMENT_API_KEY became EDC_UI_MANAGEMENT_API_KEY
  • The following ENV Vars were removed and should not be specified anymore:
    • EDC_UI_CONNECTOR_ID
    • EDC_UI_CONNECTOR_NAME
    • EDC_UI_CURATOR_ORGANIZATION_NAME
    • EDC_UI_CURATOR_URL
    • EDC_UI_DAPS_OAUTH_JWKS_URL
    • EDC_UI_DAPS_OAUTH_TOKEN_URL
    • EDC_UI_IDS_DESCRIPTION
    • EDC_UI_IDS_ID
    • EDC_UI_IDS_TITLE
    • EDC_UI_MAINTAINER_ORGANIZATION_NAME
    • EDC_UI_MAINTAINER_URL
    • EDC_UI_ASSET_PROP_ORIGINATOR_ORGANIZATION
    • EDC_UI_ASSET_PROP_ORIGINATOR
  • New optional ENV Vars:
    • NGINX_ACCESS_LOG, default: /dev/stdout
    • NGINX_ERROR_LOG, default: /dev/stderr

v0.0.1-milestone-8-sovity13

01 Sep 10:59
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity13] 31.08.2023

Overview

MDS 1.2 Release: MS8 Release with fixes for both the Connector UI and Broker UI.

Detailed Changes

Added

  • Added custom 404 pages to connector and broker ui

Fixed

  • Removed 404-causing login polling from broker UI
  • Broker: Fixed popularity not logged when clicking on a data offer.
  • Broker: Fixed missing name in legal notice
  • Renamed button from cancel to close in json-dialogs
  • Added a workaround for our EDC UI image failing when requests contain large
    cookies.

v0.0.1-milestone-8-sovity12

12 Jul 18:19
1f9266e
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity12] 12.07.2023

Overview

Broker Server Feature + Bugfix Release

Detailed Changes

Added

  • Broker Server: Connector Online Status is now visualized.

Fixed

  • Fixed Policies not being displayed properly.

v0.0.1-milestone-8-sovity11

07 Jul 16:37
d8ed8ec
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity11] 07.07.2023

Overview

Bugfix Release

Detailed Changes

Fixed

  • Fixed a bug causing http parameterization not being accessible due to asset
    properties not being persisted on the consumer side.

v0.0.1-milestone-8-sovity10

07 Jul 07:15
a592ff4
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity10] 07.07.2023

Overview

Bugfix Release

Detailed Changes

Fixed

  • Fixed a bug causing data address dtos to be built wrongly.

v0.0.1-milestone-8-sovity9

05 Jul 07:09
8d364c3
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity9] 04.07.2023

Overview

Full support for parameterized HTTP Data Sources, some Basic EE features.

Detailed Changes

Added

  • Parameterization of Http Data Sources.
  • Enteprise Edition (Basic): Added support for consuming contract agreement
    limits.

v0.0.1-milestone-8-sovity8

23 Jun 08:52
308ff40
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity8] 23.06.2023

Overview

Bugfix release.

Detailed Changes

Fixed

  • Broker UI: Fixed sorting not applied.

v0.0.1-milestone-8-sovity7

23 Jun 06:47
151dce1
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity7] 23.06.2023

Overview

Build Dates, open-ended date intervals, Broker UI MvP features.

Detailed Changes

Added

  • Added Connector Build date and Commit Information to Additional Properties
    section in Dashboard
  • Added Open-Ended Date Option to Time-Period-Restricted Policies
  • Broker UI: Added sorting, filtering and pagination to catalog page.
  • Broker UI: Added legal notice page.