Skip to content

Commit 5fcf52b

Browse files
authored
Prepare release 1.4.0 (#774)
1 parent edc3c7d commit 5fcf52b

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ the [CAP Java Documentation](https://cap.cloud.sap/docs/java/security).
384384
### Multitenancy
385385

386386
- When using SAP HANA as the storage target, multitenancy support depends on the consuming application. In most cases, multitenancy is achieved by using a dedicated schema for each tenant, providing strong data isolation at the database level.
387-
- When using an [object store](storage-targets/cds-feature-attachments-oss) as the storage target, true multitenancy is not yet implemented (as of version 1.3.3). In this case, all blobs are stored in a single bucket, and tenant data is not separated.
387+
- When using an [object store](storage-targets/cds-feature-attachments-oss) as the storage target, true multitenancy is not yet implemented (as of version 1.4.0). In this case, all blobs are stored in a single bucket, and tenant data is not separated.
388388

389389
### Object Stores
390390

doc/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
The format is based on [Keep a Changelog](http://keepachangelog.com/).
88

9+
## Version 1.4.0 - 2026-03-31
10+
11+
### Added
12+
- Added support to restrict allowed MIME types via `@Core.AcceptableMediaTypes` annotation (#732)
13+
- Added malware scan check upon attachment download (#762)
14+
- Added mTLS authentication support for Malware Scanning Service (#765)
15+
- Added `isSystemUser` to `DeletionUserInfo` (#769)
16+
17+
### Changed
18+
- Optimized MIME type validation to only run when `@Core.AcceptableMediaTypes` annotation exists (#761)
19+
20+
### Fixed
21+
- Fixed malware scan status stuck at `Scanning` after draft activation (#771)
22+
923
## Version 1.3.3 - 2026-03-15
1024

1125
### Fixed

samples/bookshop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.sap.cds</groupId>
5050
<artifactId>cds-feature-attachments</artifactId>
51-
<version>1.3.3</version>
51+
<version>1.4.0</version>
5252
</dependency>
5353
</dependencies>
5454
</dependencyManagement>

0 commit comments

Comments
 (0)