diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f07b15f8..543288e1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Backend. +## 1.8.0-RC3 + +### Change +- External Interface Details + - BPDM interface refactored - bpdm push process was updated to support the new interface spec of the bpdm gate service + - Clearinghouse interface updated - possible generated clearinghouse service error content is getting saved inside the application comment level +- Email Template "cx_admin_invitation" enhanced by adding the section and link of the decline url (portal-frontend implementation) + +### Feature +- Onboarding Service Provider Function + - enabled deactivation of managed idps (administration service) via the existing idp status update endpoint + - enabled deletion of managed idps (administration service) via the existing idp delete endpoint + - added new endpoint to enable customer to decline their own company application which was created by an osp + +### Technical Support +- Release workflow updated by adding additional image tag of type semver +- Upgraded external packages with security vulnerabilities + +### Bugfix +- Endpoint authorization on valid companyId added for + - POST: /api/apps/appreleaseprocess/consent/{appId}/agreementConsents + - POST: /api/services/servicerelease/consent/{serviceId}/agreementConsents +- Adjusted endpoint GET: api/administration/serviceaccount/owncompany/serviceaccounts to filter for active service accounts by default if no parameter is submitted + ## 1.8.0-RC2 ### Bugfix diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 0274e58d38..1a3e96b3ff 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,6 +20,6 @@ 1.8.0 - RC2 + RC3