Skip to content

Commit

Permalink
version 1.2.1, upgrade dependencies, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Sep 30, 2024
1 parent 14e0298 commit 51528c9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 15 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## v1.2.1 - 2024-09-30

### Changed

- cds-plugin: service endpoint `/rest/feature/redisRead` will return server in-memory changes in NO_REDIS mode in
order to be consistent with `/rest/feature/redisUpdate`.

### Added

- cds-plugin: added `cds.test()` basic request/response tests for service.

### Fixed

- cds-plugin: service endpoint `/rest/feature/redisRead` works without http errors in NO_REDIS mode.

## v1.2.0 - 2024-09-25

⚠️ This release contains two minor breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.7)
rexml (3.3.8)
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js-community/feature-toggle-library",
"version": "1.2.0",
"version": "1.2.1",
"description": "SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 51528c9

Please sign in to comment.