Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"libs/server-sent-events": "0.6.1",
"libs/common": "1.11.0",
"libs/internal": "0.13.0",
"libs/server-sdk": "3.10.1",
"libs/server-sdk-redis-source": "2.2.2",
"libs/server-sdk-dynamodb-source": "0.1.0",
"libs/server-sdk-otel": "0.1.1",
"libs/server-sdk": "3.11.0",
"libs/server-sdk-redis-source": "2.2.3",
"libs/server-sdk-dynamodb-source": "0.2.0",
"libs/server-sdk-otel": "0.1.2",
"libs/networking": "0.2.0"
}
16 changes: 16 additions & 0 deletions libs/server-sdk-dynamodb-source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Changelog

## [0.2.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-dynamodb-source-v0.1.0...launchdarkly-cpp-server-dynamodb-source-v0.2.0) (2026-05-15)


### Features

* scaffold libs/server-sdk-dynamodb-source ([#533](https://github.com/launchdarkly/cpp-sdks/issues/533)) ([df386c1](https://github.com/launchdarkly/cpp-sdks/commit/df386c1b837d915a0a1cab468b3b0da798d4b4ad))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0

## Changelog
2 changes: 1 addition & 1 deletion libs/server-sdk-dynamodb-source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)

project(
LaunchDarklyCPPServerDynamoDBSource
VERSION 0.1.0 # {x-release-please-version}
VERSION 0.2.0 # {x-release-please-version}
DESCRIPTION "LaunchDarkly C++ Server SDK DynamoDB Source"
LANGUAGES CXX C
)
Expand Down
4 changes: 2 additions & 2 deletions libs/server-sdk-dynamodb-source/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@launchdarkly/cpp-server-dynamodb-source",
"description": "This package.json exists for modeling dependencies for the release process.",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"dependencies": {
"@launchdarkly/cpp-server": "3.10.1"
"@launchdarkly/cpp-server": "3.11.0"
}
}
9 changes: 9 additions & 0 deletions libs/server-sdk-otel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [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-15)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0

## [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)


Expand Down
4 changes: 2 additions & 2 deletions libs/server-sdk-otel/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@launchdarkly/cpp-server-otel",
"description": "This package.json exists for modeling dependencies for the release process.",
"version": "0.1.1",
"version": "0.1.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otel CMakeLists.txt version not updated to 0.1.2

Medium Severity

The libs/server-sdk-otel/CMakeLists.txt reports VERSION 0.1.0 but this release publishes version 0.1.2. Unlike all sibling packages, this file is missing the # {x-release-please-version} marker comment, so Release Please cannot find and update the version string — even though the file is explicitly listed in release-please-config.json under extra-files. This leaves the CMake project version permanently stale relative to the released version.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 505b538. Configure here.

"private": true,
"dependencies": {
"@launchdarkly/cpp-server": "3.10.1"
"@launchdarkly/cpp-server": "3.11.0"
}
}
9 changes: 9 additions & 0 deletions libs/server-sdk-redis-source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [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-15)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0

## [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)


Expand Down
2 changes: 1 addition & 1 deletion libs/server-sdk-redis-source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)

project(
LaunchDarklyCPPServerRedisSource
VERSION 2.2.2 # {x-release-please-version}
VERSION 2.2.3 # {x-release-please-version}
DESCRIPTION "LaunchDarkly C++ Server SDK Redis Source"
LANGUAGES CXX C
)
Expand Down
4 changes: 2 additions & 2 deletions libs/server-sdk-redis-source/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@launchdarkly/cpp-server-redis-source",
"description": "This package.json exists for modeling dependencies for the release process.",
"version": "2.2.2",
"version": "2.2.3",
"private": true,
"dependencies": {
"@launchdarkly/cpp-server": "3.10.1"
"@launchdarkly/cpp-server": "3.11.0"
}
}
7 changes: 7 additions & 0 deletions libs/server-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.11.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.10.1...launchdarkly-cpp-server-v3.11.0) (2026-05-15)


### Features

* add server FDv2 data system orchestrator ([#529](https://github.com/launchdarkly/cpp-sdks/issues/529)) ([65e110f](https://github.com/launchdarkly/cpp-sdks/commit/65e110fe118aa9f291c68a7d2e63435797ddcf73))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion libs/server-sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)

project(
LaunchDarklyCPPServer
VERSION 3.10.1 # {x-release-please-version}
VERSION 3.11.0 # {x-release-please-version}
DESCRIPTION "LaunchDarkly C++ Server SDK"
LANGUAGES CXX C
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ class Client : public IClient {

private:
inline static char const* const kVersion =
"3.10.1"; // {x-release-please-version}
"3.11.0"; // {x-release-please-version}
std::unique_ptr<IClient> client;
};

Expand Down
2 changes: 1 addition & 1 deletion libs/server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@launchdarkly/cpp-server",
"description": "This package.json exists for modeling dependencies for the release process.",
"version": "3.10.1",
"version": "3.11.0",
"private": true,
"dependencies": {
"@launchdarkly/cpp-internal": "0.13.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/server-sdk/tests/client_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ClientTest : public ::testing::Test {
TEST_F(ClientTest, ClientConstructedWithMinimalConfigAndContextT) {
char const* version = client_.Version();
ASSERT_TRUE(version);
ASSERT_STREQ(version, "3.10.1"); // {x-release-please-version}
ASSERT_STREQ(version, "3.11.0"); // {x-release-please-version}
}

TEST_F(ClientTest, BoolVariationDefaultPassesThrough) {
Expand Down
2 changes: 1 addition & 1 deletion libs/server-sdk/tests/server_c_bindings_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TEST(ClientBindings, MinimalInstantiation) {

char const* version = LDServerSDK_Version();
ASSERT_TRUE(version);
ASSERT_STREQ(version, "3.10.1"); // {x-release-please-version}
ASSERT_STREQ(version, "3.11.0"); // {x-release-please-version}

LDServerSDK_Free(sdk);
}
Expand Down
Loading