Skip to content

Commit fa1dff4

Browse files
committed
update changelog
1 parent 070b846 commit fa1dff4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

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+
821
## v0.7.1 - 2023-09-13
922

1023
### Fixed

0 commit comments

Comments
 (0)