File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,32 @@ All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
66
7+ ## Version 1.6.0
8+
9+ ### Added
10+ - Support for Link type Attachments.
11+ - Support to Edit URL in Link type Attachments.
12+ - Support for translation of error messages in the plugin.
13+
14+ ### Fixed
15+ - Allow update or creation of subscription in case a repository with the configured external ID already exists by skipping the onboarding step.
16+ - Improved error handling for cases where the mimetype of the uploaded attachment is blocked on a repository level.
17+ - Improved error handling for cases where repository offboarding fails during unsubscription.
18+ - Issue where repository offboarding was failing if the instance only contains a single repository.
19+ - Improved error handling for repository onboarding during subscription.
20+ - Blocked upload for scenarios where file size > 400mb and repository is virus scan enabled.
21+ - Improved error handling for large file upload.
22+ - Update of attachments present in entities which are not direct compositions to the root entity.
23+ - Copying of attachments present in projection entities.
24+
725## Version 1.5.0
826
927### Added
10- - Ability to copy attachments between entities
28+ - Ability to copy attachments between entities.
1129
1230### Fixed
13- - Added authorities to token to improve logging during deletion of attachment
14- - Improved error handling for cases where the user lacks SDM roles
31+ - Added authorities to token to improve logging during deletion of attachment.
32+ - Improved error handling for cases where the user lacks SDM roles.
1533
1634## Version 1.4.1
1735
You can’t perform that action at this time.
0 commit comments