From 9f6274c65bf674760bd63654eb98a72f2964b8e2 Mon Sep 17 00:00:00 2001 From: "Dr. Christoph \"Schorsch\" Jung" Date: Wed, 22 Nov 2023 16:53:22 +0100 Subject: [PATCH] docs: adopt changelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 039da0b..1e1fb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,28 @@ All notable changes to this product will be documented in this file. # Released +## [1.10.15] - + +### Added + +- Transfer: Possibility to download skill asset code +- Matchmaking Agent: Update of already registered Skill Assets +- Federated Catalogue: Support multiple offers of same asset +- Auth JWT: allow to exclude certain paths (e.g. liveness) + +### Changed + +- Adapted to Tractus-X EDC 0.5.3 and the new Asset Management v3 +- Avoid double checking (allow/deny) of target service urls +- Possibility to run against older EDC versions +- Upgraded to the latest possible version of dependent libraries +- Introduce new configuration property compatible with environment variable standards + +### Removed + +- Cyclone DX BOMs (we have Dash) +- Deprecate some configuration property names as not being compatible with environment variable standards + ## [1.9.8] - ### Added