We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b79685 commit 9ebd1d1Copy full SHA for 9ebd1d1
CHANGELOG.md
@@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
12
### Changed
13
14
- cds-plugin: change default service access role to `internal-user` (fixes #90).
15
+- redis: changed dependency from [redis](https://www.npmjs.com/package/redis) to [@redis/client](https://www.npmjs.com/package/@redis/client).
16
+
17
+### Added
18
19
+- core: [undocumented] plugin-config/initialize support multiple configuration files.
20
+- redis: [undocumented] plugin-config/initialize take redis client options for fine-tuning or as an alternative to
21
+ VCAP_SERVICES credentials (brought up by #92).
22
23
## v1.2.3 - 2025-02-05
24
0 commit comments