All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. The format is based on Keep a Changelog.
- Attachment stored in SDM as soon as user uploads the attachment.
- Capability to configure repository id from user provided variables.
- Attachments usage changed to using { sap.attachments.Attachments } from '@cap-js/attachments'.
Display attachments specific to repository: Lists attachments contained in the repository that is configured with the CAP application.
- Issue with repositoryId caching in multitenant scenario.
- Error message on read of attachment when attachment is deleted from DI.
- App crash issue on update of fields when no attachments are added.
- Attachment getting renamed even when duplicate attachment of same name exists.
Updated @sap/cds version to 8.
Added Multitenancy support. Multiple subscribers are now allowed to subscribe to a SaaS CAP application using this plugin.
Added additional validation to check if repository is versioned and show UI message that versioned repository is not supported.
Updated the documentation
Updated the documentation
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.