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 070b846 commit fa1dff4Copy full SHA for fa1dff4
CHANGELOG.md
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## v0.7.2 - 2023-10-18
9
+
10
+### Added
11
12
+- support for redis cluster configurations.
13
+- enable setting maximal log level through env variable `BTP_FEATURES_LOG_LEVEL`. this can be used to silence the
14
+ library during tests.
15
16
+### Changed
17
18
+- implement new cds-plugin API, where plugins export a promise instead of an activate property and stay compatible for
19
+ older cds versions.
20
21
## v0.7.1 - 2023-09-13
22
23
### Fixed
0 commit comments