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

Commit bfcc5b9

Browse files
Releasing version 2.1.1
1 parent eb6aa7e commit bfcc5b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.1.1] - 2020-06-18
6+
### Fixed:
7+
- Cap usage of usleep(3) at 999999 usec which is required on certain platforms
8+
- When an error occurs with usleep(3) print errno and not the status code
9+
510
## [2.1.0] - 2020-05-12
611
### Added:
712
- LDConfigSetWrapperInfo which is used to inform the LaunchDarkly backend of an SDK wrappers name and version. Currently used in our Lua server-side SDK.

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

1313
#ifdef __cplusplus
1414
extern "C" {

0 commit comments

Comments
 (0)