You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
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).
4
4
5
+
## [2.3.1] - 2021-05-12
6
+
### Changed:
7
+
- Now building with -Werror on Linux and macOS
8
+
- Refactored to reduce code duplication between c-client and c-server
9
+
- Improved c89 compatibility
10
+
- Added clang-format
11
+
12
+
### Fixed:
13
+
- A race condition inside the in memory cache when utilizing an external data store. Thanks @lcapaldo
14
+
- An instance of using the incorrect enum `LD_ERROR` instead of `LD_LOG_ERROR` with `LD_LOG`
15
+
- Resolved many build warnings (that do not impact semantics)
16
+
5
17
## [2.3.0] - 2021-01-28
6
18
### Added:
7
19
- Added the `LDClientAlias` function. This can be used to associate two user objects for analytics purposes with an alias event.
0 commit comments