Skip to content

Commit

Permalink
Merge branch 'SDMEXT-815/attachmentCreationOnUpload' of https://githu…
Browse files Browse the repository at this point in the history
…b.com/cap-js/sdm into SDMEXT-815/attachmentCreationOnUpload
  • Loading branch information
yashmeet29 committed Feb 6, 2025
2 parents 8b4facd + d3b3a8e commit 8a6c23f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 1.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.

## Version 1.2.2

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This plugin can be consumed by the CAP application deployed on BTP to store thei
- 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.

### Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cap-js/sdm",
"description": "CAP plugin for effortless integration of CAP applications with SAP Document Management Service.",
"version": "1.2.2",
"version": "1.3.0",
"repository": "cap-js/sdm",
"author": "SAP SE (https://www.sap.com)",
"homepage": "https://cap.cloud.sap/",
Expand Down

0 comments on commit 8a6c23f

Please sign in to comment.