Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit da0d417

Browse files
Releasing version 2.2.1
1 parent 7692ba3 commit da0d417

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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).
44

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+
520
## [2.2.0] - 2020-11-24
621
### Added:
722
- LDBasicLoggerThreadSafeInitialize used to setup LDBasicLoggerThreadSafe

include/launchdarkly/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/** @brief The current SDK version string. This value adheres to semantic
99
* versioning and is included in the HTTP user agent sent to LaunchDarkly.
1010
*/
11-
#define LD_SDK_VERSION "2.2.0"
11+
#define LD_SDK_VERSION "2.2.1"
1212

1313
#ifdef __cplusplus
1414
extern "C" {

0 commit comments

Comments
 (0)