Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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 3.1.0

### Added

- Introduced a sample application in the `/tests/` folder to facilitate local development and testing.

### Fixed

- Resolved a memory leak that could occur during the malware scanning process.
- Ensured reliable deletion of all related attachments when parent entities are removed, preventing orphaned data.
- Improved handling of attachment deletion for non-draft entities to ensure consistent cleanup.

## Version 3.0.0

**BREAKING CHANGE:** Replaced usage of the CAP `req` variable with `cds.context` throughout the codebase.
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/attachments",
"description": "CAP cds-plugin providing image and attachment storing out-of-the-box.",
"version": "3.0.0",
"version": "3.1.0",
"repository": "cap-js/attachments",
"author": "SAP SE (https://www.sap.com)",
"homepage": "https://cap.cloud.sap/",
Expand Down