Skip to content

Commit

Permalink
build: update changelog for v1.8.0-RC7 (#528)
Browse files Browse the repository at this point in the history
* update changelog for v1.8.0-RC7
* bump version for v1.8.0-RC7

---------

Refs: eclipse-tractusx/portal#168
Reviewed-By: Evelyn Gurschler <[email protected]>
Co-authored-by: jjeroch <[email protected]>
  • Loading branch information
Phil91 and jjeroch authored Feb 23, 2024
1 parent ec170f5 commit a5d216f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Backend.

## 1.8.0-RC5
## 1.8.0-RC7

### Feature
* Certificate Management (Administration Service)
* released new endpoint to fetch own company certificate data incl sorting and filters - GET /api/administration/companydata/companyCertificates
* released new endpoint to fetch other company certificate data using businesspartner number via the new endpoint GET /api/administration/companydata/{businessPartnerNumber}/companyCertificates

### Bugfix
* fixed endpoint GET /api/administration/user/owncompany/users/{userid} missing assignments of firstname, lastname and email were added to busineslogic and setters were removed from company-user related record-definitions
* fixed endpoint api/administration/registration/application/{applicationId}/decline
* fixed bpdm interface connection
* switch from Put to Post for the sharing-state/ready call
* add BpdmSharingStateBusinessPartnerType 'GENERIC'
* add BpdmSharingStateType 'Ready'

## 1.8.0-RC6

### Feature
* Certificate Management (Administration Service)
Expand All @@ -20,7 +35,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
* Added ValidCompany Attribute to endpoint POST api/registration/network/{externalId}/decline to initialize the companyId of the current user correctly
* External Registration submission endpoint POST /api/registration/Network/partnerRegistration/submit fixed

## 1.8.0-RC4
## 1.8.0-RC5

### Change
* Registration Service
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>RC6</VersionSuffix>
<VersionSuffix>RC7</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit a5d216f

Please sign in to comment.