This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Releases: launchdarkly/c-server-sdk
Releases · launchdarkly/c-server-sdk
2.9.3
2.9.2
2.9.1
[2.9.1] - 2023-05-05
Fixed:
- Fixed an issue which was preventing the redis persistent store from initializing correctly.
2.9.0
[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
[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
[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
LDAllFlagsStatehandling of malformed flags, and fixed JSON serialization to omit details properly.
2.8.5
[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
[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
[2.8.3] - 2022-08-09
Fixed:
- Fixed an issue where the SDK was erroneously logging errors when evaluating flags which have an
offVariationofnullor when theoffVariationwas not specified.
2.8.2
[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.