Skip to content

Commit 156d985

Browse files
committed
finalization for v1.1.5 with upgrade dependencies and CHANGELOG
1 parent c0fc559 commit 156d985

File tree

4 files changed

+271
-284
lines changed

4 files changed

+271
-284
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
<!-- order is REMOVED, CHANGED, ADDED, FIXED -->
9+
10+
## v1.1.5 - 2024-06-06
11+
12+
### Changed
13+
14+
- fallback value `null` is no longer allowed (fixes #62).
15+
- change handlers no longer receive `null` as new values, they get the actual new value for the relevant scope instead
16+
(fixes #64).
17+
18+
### Fixed
19+
20+
- cds-plugin: unify and fix syntax of `context.error` and `context.reject` for cds service.
21+
- change processing is more resilient. for redis message with multiple changes, if one change fails, then subsequent
22+
changes will still be processed.
23+
824
## v1.1.4 - 2024-04-08
925

1026
### Added

example-cap-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@cap-js-community/feature-toggle-library": "*",
22-
"@sap/cds": "^7.8.0",
23-
"@sap/cds-mtxs": "^1.17.0",
22+
"@sap/cds": "^7.9.2",
23+
"@sap/cds-mtxs": "^1.18.1",
2424
"express": "^4.19.2"
2525
},
2626
"cds": {

0 commit comments

Comments
 (0)