Skip to content

Releases: cap-java/sdm

Version 1.10.0 - 2026-06-11

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 11 Jun 13:36
f68ca0f

Added

  • Support download multiple attachments
  • Support disabling of upload button when maximum allowed attachments count is reached

Fixed

  • Localization for attachment reference fields
  • Service binding lookup to correctly resolve SDM bindings by tags
  • Technical user detection in the delete API to align with other API implementations
  • File extension change during attachment rename
  • Copying of invalid secondary properties during copy operation

Version 1.9.0 - 2026-04-10

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 10 Apr 07:35
20279fc

Added

  • Support attachment creation in active entities

Fixed

  • Separate UI and backend error keys for localization

  • Fix upload status when attachments are copied

Version 1.8.1 - 2026-03-18

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 18 Mar 08:19
42d2ee8

Fixed

  • Enhanced logging across all plugin code for improved debugging and traceability

Version 1.8.0 - 2025-02-20

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 20 Feb 11:48
8155818

Added

  • Support for Maximum File Size during upload

Fixed

  • Move attachemnts support for Active entities
  • Copy attachments issue when date type custom property is added with attachment
  • Move attachment issue when drop-down codeList type custom property is added with attachment
  • Link creation in nested entities
  • Issue with parsing nested entity when entities name is camel case

Version 1.6.4 - 2025-02-06

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 06 Feb 04:52
0e02f65

Fixed

  • Changed moveAttachments operation to use direct active entity insertion

Version 1.6.3 - 2025-01-29

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 28 Jan 18:40
b4daea5

Added

  • MoveAttachments support

Fixed

  • Heap Out of Memory error in Large file upload

Version 1.7.0 - 2025-01-22

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 21 Jan 22:56
3038692

Added

  • ChangeLog support
  • MoveAttachments support
  • Upload Status support in Attachments
  • Internationalization support for error messages

Fixed

  • Prevent unwanted update calls on edit without changes
  • Heap Out of Memory error in Large file upload

Version 1.6.2 - 2025-12-09

Choose a tag to compare

@vibhutikumar07 vibhutikumar07 released this 09 Dec 10:20
b28f659

Fixed

  • Deep copying of custom properties and notes when copying attachments
  • Dynamic primary key extraction from entity schema
  • Facet parsing for parent entity and composition extraction during attachment copy
  • Draft discard operation with attachments
  • Service namespace support in createLink feature

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.