Releases: cap-js/sdm
Releases · cap-js/sdm
v1.7.0
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
Added
- Support custom properties in attachments.
Fixed
- Issue where users were unable to read attachments after uploading them.
v1.5.1
Fixed
- Issue where attachments are deleted from SDM upon any metadata update in the entity.
v1.5.0
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
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
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
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
Added
Updated @sap/cds version to 8.
v1.2.0
Added
Added Multitenancy support. Multiple subscribers are now allowed to subscribe to a SaaS CAP application using this plugin.
v1.1.0
Added
Added additional validation to check if repository is versioned and show UI message that versioned repository is not supported.