This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree 2 files changed +12
-1
lines changed 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the LaunchDarkly C SDK will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org ) .
4
4
5
+ ## [ 2.5.3] - 2022-12-09
6
+ ### Added:
7
+ - Added contract test service.
8
+ - Added missing ` track ` and ` alias ` methods to C++ headers.
9
+
10
+ ### Fixed:
11
+ - Fixed hang on Windows when ` LDClientClose ` was called after internet connection was dropped.
12
+ - Fixed incorrect handling of configured URIs that contained trailing slashes.
13
+ - Fixed incorrect handling of optional properties in flag data.
14
+ - Fixed conversions of timestamps to JSON such that values are always represented as integers.
15
+
5
16
## [ 2.5.2] - 2022-09-19
6
17
### Fixed:
7
18
- Fixed an issue where ` LDClientSaveFlags ` would return ` null ` if a flag was archived after initializing the SDK.
Original file line number Diff line number Diff line change 8
8
9
9
/* * @brief The current SDK version string. This value adheres to semantic
10
10
* versioning and is included in the HTTP user agent sent to LaunchDarkly. */
11
- #define LD_SDK_VERSION " 2.5.2 "
11
+ #define LD_SDK_VERSION " 2.5.3 "
12
12
13
13
#ifdef __cplusplus
14
14
#include < string>
You can’t perform that action at this time.
0 commit comments