Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Releasing version 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Dec 9, 2022
1 parent c859fc7 commit a7c6da8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to the LaunchDarkly C SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [2.5.3] - 2022-12-09
### Added:
- Added contract test service.
- Added missing `track` and `alias` methods to C++ headers.

### Fixed:
- Fixed hang on Windows when `LDClientClose` was called after internet connection was dropped.
- Fixed incorrect handling of configured URIs that contained trailing slashes.
- Fixed incorrect handling of optional properties in flag data.
- Fixed conversions of timestamps to JSON such that values are always represented as integers.

## [2.5.2] - 2022-09-19
### Fixed:
- Fixed an issue where `LDClientSaveFlags` would return `null` if a flag was archived after initializing the SDK.
Expand Down
2 changes: 1 addition & 1 deletion include/launchdarkly/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/** @brief The current SDK version string. This value adheres to semantic
* versioning and is included in the HTTP user agent sent to LaunchDarkly. */
#define LD_SDK_VERSION "2.5.2"
#define LD_SDK_VERSION "2.5.3"

#ifdef __cplusplus
#include <string>
Expand Down

0 comments on commit a7c6da8

Please sign in to comment.