Skip to content

Releases: cap-java/sdm

Version 1.4.1 - 2025-07-09

09 Jul 10:58
10df7b0

Choose a tag to compare

Fixed

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

Version 1.4.0 - 2025-06-18

18 Jun 12:34
afae8c5

Choose a tag to compare

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

28 May 11:50
dcf516d

Choose a tag to compare

Fixed

  • An issue in uploading large size attachments.

Version 1.3.0 - 2024-05-09

09 May 17:16
41e1d36

Choose a tag to compare

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

25 Apr 12:39
bb8a5df

Choose a tag to compare

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

27 Mar 13:27
d807cc1

Choose a tag to compare

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

19 Feb 09:20
0d4dd41

Choose a tag to compare

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.

Version 1.0.1 - 2024-12-24

24 Dec 05:48
ad5d51d

Choose a tag to compare

Fixed

This plugin can be used in a multi-tenant SaaS CAP application.

Version 1.0.0 - 2024-12-04

04 Dec 09:17
4e38a77

Choose a tag to compare

Added

Initial release that provides the following features
Create attachment : Provides the capability to upload new attachments.
Open attachment : Provides the capability to preview attachments.
Delete attachment : Provides the capability to remove attachments.
Rename attachment : Provides the capability to rename attachments.
Virus scanning : Provides the capability to support virus scan for virus scan enabled repositories.
Draft functionality : Provides the capability of working with draft attachments.
Display attachments specific to repository: Lists attachments contained in the repository that is configured with the CAP application.

Version 1.0.0 Beta - 2024-12-03

04 Dec 03:21
4e38a77

Choose a tag to compare

Pre-release

Added

Initial release that provides the following features
Create attachment : Provides the capability to upload new attachments.
Open attachment : Provides the capability to preview attachments.
Delete attachment : Provides the capability to remove attachments.
Rename attachment : Provides the capability to rename attachments.
Virus scanning : Provides the capability to support virus scan for virus scan enabled repositories.
Draft functionality : Provides the capability of working with draft attachments.
Display attachments specific to repository: Lists attachments contained in the repository that is configured with the CAP application.