You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to the LaunchDarkly C server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.2.1] - 2021-01-14
6
+
### Added:
7
+
- Vendored Findhiredis to ease building the Redis integration
8
+
- Added code coverage reporting functionality to CMake
9
+
- Increased unit test coverage
10
+
11
+
### Fixed:
12
+
- Added ability to target secondary key
13
+
- Internal assertions that should of been API assertions
14
+
- A memory leak related to every delivery
15
+
- Empty summary events being sent when other events were also being sent
16
+
- A leak of custom attributes if the attributes were replaced after already being set
17
+
- Fixed inverted defensive check in LDClientIsOffline
18
+
- Fixed stream read timeout handling
19
+
5
20
## [2.2.0] - 2020-11-24
6
21
### Added:
7
22
- LDBasicLoggerThreadSafeInitialize used to setup LDBasicLoggerThreadSafe
0 commit comments