Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cap-js/sdm

v1.7.0

08 Sep 10:45
0cf9cb2
Compare
Choose a tag to compare

Added

  • Support for CDS v9
  • Support repository onboarding for multitenant use case.
  • Support repository offboarding for multitenant use case.

Fixed

  • Entity ID retrieval to support both OData containment modes for compatibility with CDS v8/9
  • Missing response object in xssec token exchange error callbacks.

v1.6.0

08 Jul 05:43
73d6db4
Compare
Choose a tag to compare

Added

  • Support custom properties in attachments.

Fixed

  • Issue where users were unable to read attachments after uploading them.

v1.5.1

20 Jun 09:38
be031d3
Compare
Choose a tag to compare

Fixed

  • Issue where attachments are deleted from SDM upon any metadata update in the entity.

v1.5.0

25 Apr 06:09
17ec645
Compare
Choose a tag to compare

Added

  • Handling of special characters in attachments name during upload and rename of attachments.

Fixed

  • Error to allow any name in the primary key for the entity.
  • Issue with deleting attachments from SDM when the entity has not been saved once.
  • Error message in case of rename when attachment is deleted from backend SDM repository.

v1.4.0

24 Mar 11:28
9903535
Compare
Choose a tag to compare

Added

  • Attachment stored in SDM as soon as user uploads the attachment.
  • Capability to configure repository id from user provided variables.

Changed

  • Attachments usage changed to using { sap.attachments.Attachments } from '@cap-js/attachments'.

v1.3.0

19 Feb 07:44
c878a01
Compare
Choose a tag to compare

Added

Display attachments specific to repository: Lists attachments contained in the repository that is configured with the CAP application.

Fixed

  • Issue with repositoryId caching in multitenant scenario.
  • Error message on read of attachment when attachment is deleted from DI.

v1.2.2

06 Nov 05:54
dd3143d
Compare
Choose a tag to compare

Fixed

  • App crash issue on update of fields when no attachments are added.
  • Attachment getting renamed even when duplicate attachment of same name exists.

v1.2.1

07 Oct 05:23
f861c3a
Compare
Choose a tag to compare

Added

Updated @sap/cds version to 8.

v1.2.0

10 Sep 06:37
ec72df2
Compare
Choose a tag to compare

Added

Added Multitenancy support. Multiple subscribers are now allowed to subscribe to a SaaS CAP application using this plugin.

v1.1.0

02 Aug 10:58
b65879d
Compare
Choose a tag to compare

Added

Added additional validation to check if repository is versioned and show UI message that versioned repository is not supported.