Skip to content

Commit 51528c9

Browse files
committed
version 1.2.1, upgrade dependencies, update CHANGELOG
1 parent 14e0298 commit 51528c9

File tree

4 files changed

+30
-15
lines changed

4 files changed

+30
-15
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

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

10+
## v1.2.1 - 2024-09-30
11+
12+
### Changed
13+
14+
- cds-plugin: service endpoint `/rest/feature/redisRead` will return server in-memory changes in NO_REDIS mode in
15+
order to be consistent with `/rest/feature/redisUpdate`.
16+
17+
### Added
18+
19+
- cds-plugin: added `cds.test()` basic request/response tests for service.
20+
21+
### Fixed
22+
23+
- cds-plugin: service endpoint `/rest/feature/redisRead` works without http errors in NO_REDIS mode.
24+
1025
## v1.2.0 - 2024-09-25
1126

1227
⚠️ This release contains two minor breaking changes.

docs/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ GEM
267267
rb-fsevent (0.11.2)
268268
rb-inotify (0.11.1)
269269
ffi (~> 1.0)
270-
rexml (3.3.7)
270+
rexml (3.3.8)
271271
rouge (3.30.0)
272272
rubyzip (2.3.2)
273273
safe_yaml (1.0.5)

package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js-community/feature-toggle-library",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"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.",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)