Skip to content

Commit 39ea186

Browse files
authored
Changelog for 3.3 (#307)
1 parent 372913f commit 39ea186

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
8+
## Version 3.3.0
9+
10+
### Added
11+
12+
- Added [`standard`](./README.md#supported-storage-provider) kind and set it as the default so that the configuration needs no adjustment when switching hyper-scalers.
13+
- Added support for uploading and updating attachments via `srv.run(INSERT.into(Attachments).entries())` or `srv.run(UPDATE.entity(Attachments).set())`
14+
15+
### Fixed
16+
17+
- Fixed an issue that in multi-tenancy scenarios with separate object stores duplicate object stores per tenant were created when updating the tenant binding via the SaaS dependency service.
18+
- Fixed a race-condition where tenant isolation in separate object store mode could be broken.
19+
- Fixed a case where attachments were not correctly deleted.
20+
- Fixed a server crash when using the `AttachmentsSrv.put` API to upload an attachment.
21+
- Fixed a server crash when no object store would be bound to the application on BTP.
22+
- Fixed a server crash when the filename would not be given when creating new attachment metadata.
23+
- Fixed an issue where attachment handlers would be missing when all Attachments entity were behind feature toggles.
24+
- Fixed an issue where with storage kind `db` attachments could not be uploaded as drafts.
25+
- Fixed an issue where the content could be uploaded for a not existing attachments entity.
26+
727
## Version 3.2.0
828

929
### Added
@@ -15,8 +35,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1535
- Added criticality status to the attachment scan status.
1636
- Provided translations for all SAP-supported languages.
1737

18-
### Fixed
19-
2038
## Version 3.1.0
2139

2240
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cap-js/attachments",
33
"description": "CAP cds-plugin providing image and attachment storing out-of-the-box.",
4-
"version": "3.2.0",
4+
"version": "3.3.0",
55
"repository": "cap-js/attachments",
66
"author": "SAP SE (https://www.sap.com)",
77
"homepage": "https://cap.cloud.sap/",

0 commit comments

Comments
 (0)