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
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v2.1.0 - 2025-02-XX
## v2.1.0 - 2025-03-XX

### Added

- [CAP Queue] Add support for defining successor and failed events of event handlers. See documentation for how to use it.

## v2.0.5 - 2025-03-10

### Added

- [CAP Queue] Allow to propagate cds.context properties (e.g. features). This can be configured per event (`cds.env.requires[<SERVICE>].queued.propagateContextProperties = ["features"]`)

### Fixed

- The event property `retryOpenAfter` now works as expected.
- [CAP Queue] req.query is not correctly serialized if a cds context with a more complex query is queued/outboxed

## v2.0.4 - 2025-01-22

Expand Down
2 changes: 1 addition & 1 deletion example-cap-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@cap-js/sqlite": "^2.1.3",
"@sap/xssec": "^4.11.2",
"cron-parser": "^5.4.0",
"eslint": "^8.56.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^30.2.0",
"prettier": "^3.7.4",
Expand Down
Loading
Loading