diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1d768d4..e2ce0bc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), For changes to the BPDM Helm charts please consult the [changelog](charts/bpdm/CHANGELOG.md) of the charts directly. +## [6.0.1] - [2024-05-27] + +### Removed + +- BPDM Gate: Remove unused business partner type filter in query parameters from sharing state endpoint (Does not affect behaviour of API) +- Apps: Add no-auth profile to all BPDM applications. This introduced a shortcut to run an application without any authentication configuration for its API and clients + +### Changed + +- BPDM Gate: Now correctly sending NULL values for alternative addresses to the golden record process +- BPDM Pool: Name search for business partners now case-insensitive and delivers results on partial matches +- BPDM Pool: Now validate and reject data in golden record tasks only if it is needed for processing (Unchanged business partners are now ignored) + ## [6.0.0] - [2024-05-15] ### Removed diff --git a/bpdm-cleaning-service-dummy/pom.xml b/bpdm-cleaning-service-dummy/pom.xml index 7eb67490d..26b2e2b80 100644 --- a/bpdm-cleaning-service-dummy/pom.xml +++ b/bpdm-cleaning-service-dummy/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 6.0.1-SNAPSHOT + 6.0.1 diff --git a/bpdm-common-test/pom.xml b/bpdm-common-test/pom.xml index 778b842ed..2771debbd 100644 --- a/bpdm-common-test/pom.xml +++ b/bpdm-common-test/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 6.0.1-SNAPSHOT + 6.0.1 diff --git a/bpdm-common/pom.xml b/bpdm-common/pom.xml index 8a9988779..02da55873 100644 --- a/bpdm-common/pom.xml +++ b/bpdm-common/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 6.0.1-SNAPSHOT + 6.0.1 diff --git a/bpdm-gate-api/pom.xml b/bpdm-gate-api/pom.xml index 6c0d356a7..7786e1ce7 100644 --- a/bpdm-gate-api/pom.xml +++ b/bpdm-gate-api/pom.xml @@ -31,7 +31,7 @@ bpdm-parent org.eclipse.tractusx - 6.0.1-SNAPSHOT + 6.0.1 diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml index 674f28f73..db45040ec 100644 --- a/bpdm-gate/pom.xml +++ b/bpdm-gate/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 6.0.1-SNAPSHOT + 6.0.1 diff --git a/bpdm-orchestrator-api/pom.xml b/bpdm-orchestrator-api/pom.xml index b06e44c42..90c928365 100644 --- a/bpdm-orchestrator-api/pom.xml +++ b/bpdm-orchestrator-api/pom.xml @@ -30,7 +30,7 @@ org.eclipse.tractusx bpdm-parent - 6.0.1-SNAPSHOT + 6.0.1 diff --git a/bpdm-orchestrator/pom.xml b/bpdm-orchestrator/pom.xml index 618a14448..670deb905 100644 --- a/bpdm-orchestrator/pom.xml +++ b/bpdm-orchestrator/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 6.0.1-SNAPSHOT + 6.0.1 diff --git a/bpdm-pool-api/pom.xml b/bpdm-pool-api/pom.xml index 04004788f..e1427e6b0 100644 --- a/bpdm-pool-api/pom.xml +++ b/bpdm-pool-api/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 6.0.1-SNAPSHOT + 6.0.1 diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml index e920fe5b1..9ef9660e1 100644 --- a/bpdm-pool/pom.xml +++ b/bpdm-pool/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 6.0.1-SNAPSHOT + 6.0.1 diff --git a/pom.xml b/pom.xml index 08cc4124d..095a1bb6c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ bpdm-parent Business Partner Data Management Parent Parent pom of Business Partner Data Management - 6.0.1-SNAPSHOT + 6.0.1 pom