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

Releases: launchdarkly/c-server-sdk

2.9.3

28 Dec 22:38

Choose a tag to compare

[2.9.3] - 2023-12-28

Fixed:

  • Patched clibs/sha1 dependency to rename SHA1 symbol, avoiding naming conflict with commonly used libcrypto SHA1 symbol.

2.9.2

29 Aug 21:08

Choose a tag to compare

[2.9.2] - 2023-08-29

Fixed:

  • Fixed cause of potential crash when using test data feature. Thanks, @cochicde!

2.9.1

05 May 20:35

Choose a tag to compare

[2.9.1] - 2023-05-05

Fixed:

  • Fixed an issue which was preventing the redis persistent store from initializing correctly.

2.9.0

27 Jan 21:57

Choose a tag to compare

[2.9.0] - 2023-01-27

Changed:

  • Changed the internal abstractions used for feature stores and updated the implementations to improve performance and reduce memory usage.

Fixed:

  • Fixed an issue preventing the proper generation of debug events.

2.8.7

25 Oct 17:58

Choose a tag to compare

[2.8.7] - 2022-10-25

Changed:

  • Testing: refactored cmake project tests to remove unnecessary boilerplate.
  • Bumped c-sdk-common dependency, introducing experimental APIs. Such APIs are subject to change or removal, and carry no guarantees.

2.8.6

12 Oct 20:08

Choose a tag to compare

[2.8.6] - 2022-10-12

Fixed:

  • Fixed flag evaluation to report error when flag data is malformed (variation out of bounds).
  • Fixed use-after-free in situation where a prerequisite flag has a NULL off-variation.
  • Fixed LDAllFlagsState handling of malformed flags, and fixed JSON serialization to omit details properly.

2.8.5

01 Sep 22:31

Choose a tag to compare

[2.8.5] - 2022-09-01

Fixed:

  • Fixed support for CMake versions 3.11 through 3.13, which require an explicit LIBRARY DESTINATION path when installing the SDK's target.

2.8.4

01 Sep 17:36

Choose a tag to compare

[2.8.4] - 2022-09-01

Fixed:

  • Fixed ldserverapi shared library symbol visibility: undocumented symbols previously exposed by 3rd party dependencies are now hidden.

2.8.3

09 Aug 18:04

Choose a tag to compare

[2.8.3] - 2022-08-09

Fixed:

  • Fixed an issue where the SDK was erroneously logging errors when evaluating flags which have an offVariation of null or when the offVariation was not specified.

2.8.2

04 Aug 17:41

Choose a tag to compare

[2.8.2] - 2022-08-04

Fixed:

  • Fixed bug in cmake configuration causing build failures on some platforms due to omission of position-independent code flag.