Skip to content

Commit

Permalink
chore: update changelog for v.1.8.0-RC3 (#433)
Browse files Browse the repository at this point in the history
* changelog v.1.8.0 RC3
* bump version for v1.8.0-RC3
---------
Co-authored-by: jjeroch <94133633+jjeroch@users.noreply.github.com>
Reviewed-By: Evelyn Gurschler <evelyn.gurschler@bmw.de>
  • Loading branch information
Phil91 authored Jan 23, 2024
1 parent 2d1b20c commit 5ace3c6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.8.0</VersionPrefix>
<VersionSuffix>RC2</VersionSuffix>
<VersionSuffix>RC3</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 5ace3c6

Please sign in to comment.