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

Commit e5f93c9

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.5.5
1 parent cc784ab commit e5f93c9

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 SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.5.5] - 2023-02-01
6+
### Fixed:
7+
- Fixed GCC 11 compiler diagnostic which prevented compilation using the default CMake configuration on Ubuntu 20.04 (thanks for the report, @yzabalotski!)
8+
- Fixed handling of empty initial PUTs, which might occur if an environment has no flag or segment data.
9+
510
## [2.5.4] - 2023-01-04
611
### Fixed:
712
- Fixed handling of out-of-order or stale flag updates. These updates are now discarded.

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

1313
#ifdef __cplusplus
1414
#include <string>

0 commit comments

Comments
 (0)