Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,32 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 1.6.0

### Added
- Support for Link type Attachments.
- Support to Edit URL in Link type Attachments.
- Support for translation of error messages in the plugin.

### Fixed
- Allow update or creation of subscription in case a repository with the configured external ID already exists by skipping the onboarding step.
- Improved error handling for cases where the mimetype of the uploaded attachment is blocked on a repository level.
- Improved error handling for cases where repository offboarding fails during unsubscription.
- Issue where repository offboarding was failing if the instance only contains a single repository.
- Improved error handling for repository onboarding during subscription.
- Blocked upload for scenarios where file size > 400mb and repository is virus scan enabled.
- Improved error handling for large file upload.
- Update of attachments present in entities which are not direct compositions to the root entity.
- Copying of attachments present in projection entities.

## Version 1.5.0

### Added
- Ability to copy attachments between entities
- Ability to copy attachments between entities.

### Fixed
- Added authorities to token to improve logging during deletion of attachment
- Improved error handling for cases where the user lacks SDM roles
- Added authorities to token to improve logging during deletion of attachment.
- Improved error handling for cases where the user lacks SDM roles.

## Version 1.4.1

Expand Down
Loading