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

Commit c58a1e1

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.5.0
1 parent 2c19993 commit c58a1e1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the LaunchDarkly C SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.5.0] - 2022-08-01
6+
### Added:
7+
- Added `LDSetClientStatusCallbackUserData`, which allows for passing a `void *userData` parameter.
8+
- Added documentation on `LDClientIdentify`, clarifying its asynchronous nature.
9+
10+
### Deprecated:
11+
- Deprecated `LDSetClientStatusCallback` in favor of `LDSetClientStatusCallbackUserData`. Pass NULL as the user data parameter for equivalent usage.
12+
513
## [2.4.9] - 2022-07-12
614
### Added:
715
- Added extra debug logging for CURL status codes when network requests fail.

include/launchdarkly/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/** @brief The current SDK version string. This value adheres to semantic
1010
* versioning and is included in the HTTP user agent sent to LaunchDarkly. */
11-
#define LD_SDK_VERSION "2.4.9"
11+
#define LD_SDK_VERSION "2.5.0"
1212

1313
#ifdef __cplusplus
1414
#include <string>

0 commit comments

Comments
 (0)