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

Commit aea1ec2

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.9.1
1 parent 7c501c2 commit aea1ec2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.9.1] - 2023-05-05
6+
### Fixed:
7+
- Fixed an issue which was preventing the redis persistent store from initializing correctly.
8+
59
## [2.9.0] - 2023-01-27
610
### Changed:
711
- Changed the internal abstractions used for feature stores and updated the implementations to improve performance and reduce memory usage.

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.9.0"
11+
#define LD_SDK_VERSION "2.9.1"
1212

1313
#ifdef __cplusplus
1414
extern "C" {

0 commit comments

Comments
 (0)