Skip to content

Commit

Permalink
release: update changelog for v1.7.0-RC4 (#351)
Browse files Browse the repository at this point in the history
* update changelog for v1.7.0-RC4
* bump version for release v1.7.0-RC4

---------

Co-authored-by: jjeroch <94133633+jjeroch@users.noreply.github.com>
Reviewed-By: Evelyn Gurschler <evelyn.gurschler@bmw.de>
  • Loading branch information
Phil91 and jjeroch authored Nov 23, 2023
1 parent 6ee761e commit 95a0465
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## 1.7.0-RC4

### Change
* add processStepTypeId field to provider/subscription endpoints

### Feature
n/a

### Technical Support
* enhanced consortia seeding file by adding "IRS Management" role and the assignments to the respective company roles/collections
* adjusted keycloak seeding to exclude the following properties if already existing
* firstname, lastname, email and configurable attributes for users
* idp config urls
* client urls
* smtp server settings
* extend keycloak seeding to seed ClientScopeMappers

### Bugfix
* fixed document auditing maintenance job - document hash null cases
* fixed user role mapping to company role (OSP, App Provider and Service Provider)
* Delete /api/apps/appreleaseprocess/{appId}/role/{roleId} 504 error fixed

### Known Knowns
* GET /api/services/{serviceId}/subscription/{subscriptionID}/provider - wrong property value for technicalUserData "name" responded

## 1.7.0-RC3

### Change
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.7.0</VersionPrefix>
<VersionSuffix>RC3</VersionSuffix>
<VersionSuffix>RC4</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 95a0465

Please sign in to comment.