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

Commit a79f743

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.8.6
1 parent 09499f5 commit a79f743

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.8.6] - 2022-10-12
6+
### Fixed:
7+
- Fixed flag evaluation to report error when flag data is malformed (variation out of bounds).
8+
- Fixed use-after-free in situation where a prerequisite flag has a NULL off-variation.
9+
- Fixed `LDAllFlagsState` handling of malformed flags, and fixed JSON serialization to omit details properly.
10+
511
## [2.8.5] - 2022-09-01
612
### Fixed:
713
- Fixed support for CMake versions 3.11 through 3.13, which require an explicit LIBRARY DESTINATION path when installing the SDK's target.

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

1313
#ifdef __cplusplus
1414
extern "C" {

0 commit comments

Comments
 (0)