Skip to content

Commit b5f8572

Browse files
chore: release main
1 parent 07fcf30 commit b5f8572

12 files changed

Lines changed: 38 additions & 13 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"libs/server-sent-events": "0.6.1",
44
"libs/common": "1.11.0",
55
"libs/internal": "0.13.0",
6-
"libs/server-sdk": "3.10.1",
7-
"libs/server-sdk-redis-source": "2.2.2",
8-
"libs/server-sdk-otel": "0.1.1",
6+
"libs/server-sdk": "3.11.0",
7+
"libs/server-sdk-redis-source": "2.2.3",
8+
"libs/server-sdk-otel": "0.1.2",
99
"libs/networking": "0.2.0"
1010
}

libs/server-sdk-otel/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-otel-v0.1.1...launchdarkly-cpp-server-otel-v0.1.2) (2026-05-07)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0
11+
312
## [0.1.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-otel-v0.1.0...launchdarkly-cpp-server-otel-v0.1.1) (2025-11-12)
413

514

libs/server-sdk-otel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@launchdarkly/cpp-server-otel",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"private": true,
66
"dependencies": {
7-
"@launchdarkly/cpp-server": "3.10.1"
7+
"@launchdarkly/cpp-server": "3.11.0"
88
}
99
}

libs/server-sdk-redis-source/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.2.3](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.2.2...launchdarkly-cpp-server-redis-source-v2.2.3) (2026-05-07)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0
11+
312
## [2.2.2](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.2.1...launchdarkly-cpp-server-redis-source-v2.2.2) (2025-11-12)
413

514

libs/server-sdk-redis-source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
66

77
project(
88
LaunchDarklyCPPServerRedisSource
9-
VERSION 2.2.2 # {x-release-please-version}
9+
VERSION 2.2.3 # {x-release-please-version}
1010
DESCRIPTION "LaunchDarkly C++ Server SDK Redis Source"
1111
LANGUAGES CXX C
1212
)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@launchdarkly/cpp-server-redis-source",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "2.2.2",
4+
"version": "2.2.3",
55
"private": true,
66
"dependencies": {
7-
"@launchdarkly/cpp-server": "3.10.1"
7+
"@launchdarkly/cpp-server": "3.11.0"
88
}
99
}

libs/server-sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.11.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.10.1...launchdarkly-cpp-server-v3.11.0) (2026-05-07)
4+
5+
6+
### Features
7+
8+
* add server FDv2 data system orchestrator ([#529](https://github.com/launchdarkly/cpp-sdks/issues/529)) ([65e110f](https://github.com/launchdarkly/cpp-sdks/commit/65e110fe118aa9f291c68a7d2e63435797ddcf73))
9+
310
## [3.10.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.10.0...launchdarkly-cpp-server-v3.10.1) (2025-11-12)
411

512

libs/server-sdk/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
66

77
project(
88
LaunchDarklyCPPServer
9-
VERSION 3.10.1 # {x-release-please-version}
9+
VERSION 3.11.0 # {x-release-please-version}
1010
DESCRIPTION "LaunchDarkly C++ Server SDK"
1111
LANGUAGES CXX C
1212
)

libs/server-sdk/include/launchdarkly/server_side/client.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ class Client : public IClient {
658658

659659
private:
660660
inline static char const* const kVersion =
661-
"3.10.1"; // {x-release-please-version}
661+
"3.11.0"; // {x-release-please-version}
662662
std::unique_ptr<IClient> client;
663663
};
664664

libs/server-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@launchdarkly/cpp-server",
33
"description": "This package.json exists for modeling dependencies for the release process.",
4-
"version": "3.10.1",
4+
"version": "3.11.0",
55
"private": true,
66
"dependencies": {
77
"@launchdarkly/cpp-internal": "0.13.0",

0 commit comments

Comments
 (0)