Skip to content

Releases: cap-java/sdm

Version 1.6.1 - 2025-11-25

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 25 Nov 11:17
b379682

Fixed

  • Incorrect filename shown after copying attachment
  • Defensive EhCache initialization
  • Improved filename validation
  • Removed hardcoded ServiceName type
  • Improved error handling for nested entities
  • Link doesn't get reverted in SDM when changes are discarded on the UI
  • Support for entities defined with namespace

Version 1.6.0 - 2025-10-30

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 30 Oct 06:48
43ac1a3

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 - 2025-08-12

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 12 Aug 09:11
441c821

Added

  • 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

Version 1.4.1 - 2025-07-09

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 09 Jul 10:58
10df7b0

Fixed

  • An issue related to IAS token fetch. Now plugin works with IAS flow as well.

Version 1.4.0 - 2025-06-18

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 18 Jun 12:34
afae8c5

Added

  • Support technical user flow.
  • Support codelist for custom properties.

Fixed

  • An issue where attachments uploaded with one repository was visible when application is redeployed with another repository.

Version 1.3.1 - 2025-05-28

Choose a tag to compare

@yashmeet29 yashmeet29 released this 28 May 11:50
dcf516d

Fixed

  • An issue in uploading large size attachments.

Version 1.3.0 - 2024-05-09

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 09 May 17:16
41e1d36

Added

  • Support multiple attachments composition in CAP Entity.
  • Support repository off-boarding in multi tenant use case.
  • Support maximum allowed attachments upload.

Version 1.2.0 - 2024-04-25

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 25 Apr 12:39
bb8a5df

Fixed

  • An issue in create mode when deleting an attachment resulted in deletion of all the attachments of the entity.

Added

  • Support custom properties in attachments.
  • Support large file uploads.

Version 1.1.0 - 2024-03-27

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 27 Mar 13:27
d807cc1

Fixed

  • Allow any name in the primary key for the entity.
  • Duplicate filename check with multiple repository switch.
  • Error message for special characters in filename.

Added

  • Support repository onboarding for multitenant use case.

Version 1.0.2 - 2024-02-19

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 19 Feb 09:20
0d4dd41

Added

Validation of special characters in attachment names.
Implemented API requests to SDM using Cloud SDK library.

Fixed

Check for SDM roles while renaming attachments.
Error message when a user with no SDM roles uploads an attachment.