Skip to content

Commit

Permalink
finalization for v1.1.5 with upgrade dependencies and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Jun 6, 2024
1 parent c0fc559 commit 156d985
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 284 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

<!-- order is REMOVED, CHANGED, ADDED, FIXED -->

## v1.1.5 - 2024-06-06

### Changed

- fallback value `null` is no longer allowed (fixes #62).
- change handlers no longer receive `null` as new values, they get the actual new value for the relevant scope instead
(fixes #64).

### Fixed

- cds-plugin: unify and fix syntax of `context.error` and `context.reject` for cds service.
- change processing is more resilient. for redis message with multiple changes, if one change fails, then subsequent
changes will still be processed.

## v1.1.4 - 2024-04-08

### Added
Expand Down
4 changes: 2 additions & 2 deletions example-cap-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"@cap-js-community/feature-toggle-library": "*",
"@sap/cds": "^7.8.0",
"@sap/cds-mtxs": "^1.17.0",
"@sap/cds": "^7.9.2",
"@sap/cds-mtxs": "^1.18.1",
"express": "^4.19.2"
},
"cds": {
Expand Down
Loading

0 comments on commit 156d985

Please sign in to comment.