Skip to content

Commit d4e76b1

Browse files
Merge pull request #350 from cap-java/changelog_v1.6.0
Changelog 1.6.0
2 parents bafac8f + df86338 commit d4e76b1

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,32 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The 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

0 commit comments

Comments
 (0)