From a33214dc530e101a1fb5c9b9cee57539a5354635 Mon Sep 17 00:00:00 2001 From: Marvin Lindner Date: Wed, 8 Apr 2026 11:32:27 +0200 Subject: [PATCH] Prepare release 1.4.1 --- README.md | 2 +- doc/CHANGELOG.md | 10 ++++++++++ samples/bookshop/pom.xml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce6c188c..02a1a4d3 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ the [CAP Java Documentation](https://cap.cloud.sap/docs/java/security). ### Multitenancy - 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. -- 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. +- 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.1). In this case, all blobs are stored in a single bucket, and tenant data is not separated. ### Object Stores diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index fa4ab6c0..5064ce4c 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). +## Version 1.4.1 - 2026-04-08 + +### Added +- Added `ScanStates` entity with criticality for enhanced malware scan status display (#776) + +### Fixed +- Fixed `DRAFT_NEW` crash on non-attachment compositions (#780) +- Fixed malware scan retriggering on draft activation without content changes (#779) +- Fixed code smells (#775) + ## Version 1.4.0 - 2026-03-31 ### Added diff --git a/samples/bookshop/pom.xml b/samples/bookshop/pom.xml index 9a83ecb5..a4fe276b 100644 --- a/samples/bookshop/pom.xml +++ b/samples/bookshop/pom.xml @@ -48,7 +48,7 @@ com.sap.cds cds-feature-attachments - 1.4.0 + 1.4.1