Skip to content

Commit

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

---------

Reviewed-By: Evelyn Gurschler <[email protected]>
Co-authored-by: jjeroch <[email protected]>
  • Loading branch information
Phil91 and jjeroch authored Nov 14, 2023
1 parent d082c74 commit 0a6c5e9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## 1.7.0-RC3

### Change
* Email Template
* OSP_Welcome_Email style updated (highlights added) and updated email message/text content
* OSP_Welcome_Email changed from companyName to the idp display name as dynamic value

### Feature
* App Service (AppChange)
* released new endpoints to delete and add app related documents for an active app

### Technical Support
* Database view added
* Company-Connector-View
* Company-IdP-View
* Company-Role-Collection-Role-View
* Company-User-View

### Bugfix
* Query GetCompanyRoleAgreementConsentStatusUntrackedAsync has been adjusted to refer to companyId instead of userId in the where-condition
* Modified (via migration) entries in table identity_providers setting the owner_id of shared-idps to the company_id that is linked in table company_identity_providers (if not ambiguous)
* Connector pagination of GET /api/administration/connectors fixed - pagination failed as soon as there were connectors with same provider but different hosts existing

### Known Knowns
* declineFlow OSP currently not supported
* password reset in welcome user email currently not supported
* DELETE /api/apps/AppReleaseProcess/{appId}/role/{roleId} running on system error

## 1.7.0-RC2

### 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>RC2</VersionSuffix>
<VersionSuffix>RC3</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 0a6c5e9

Please sign in to comment.