From e91e9efd229f383e7fb3475fa46949afb068bfd1 Mon Sep 17 00:00:00 2001 From: Rishi Kunnath <82925475+rishikunnath2747@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:40:03 +0530 Subject: [PATCH 1/2] changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d97277b0..54db04b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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 From df8633889b964025a2b31d567efb5f074699f964 Mon Sep 17 00:00:00 2001 From: Rishi Kunnath <82925475+rishikunnath2747@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:59:05 +0530 Subject: [PATCH 2/2] Formatting fix --- CHANGELOG.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54db04b0..1c7b2d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,29 +7,29 @@ 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 +- 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 +- 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