You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
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
+
7
27
## Version 3.2.0
8
28
9
29
### Added
@@ -15,8 +35,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
15
35
- Added criticality status to the attachment scan status.
16
36
- Provided translations for all SAP-supported languages.
0 commit comments