diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 554ab002c..9577ce243 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,9 +3,9 @@ "libs/server-sent-events": "0.7.1", "libs/common": "1.12.0", "libs/internal": "0.14.2", - "libs/server-sdk": "3.13.1", - "libs/server-sdk-redis-source": "2.4.1", - "libs/server-sdk-dynamodb-source": "0.3.1", - "libs/server-sdk-otel": "0.1.5", + "libs/server-sdk": "3.13.2", + "libs/server-sdk-redis-source": "2.4.2", + "libs/server-sdk-dynamodb-source": "0.3.2", + "libs/server-sdk-otel": "0.1.6", "libs/networking": "0.2.1" } diff --git a/libs/server-sdk-dynamodb-source/CHANGELOG.md b/libs/server-sdk-dynamodb-source/CHANGELOG.md index 0abbabda6..a64245f1d 100644 --- a/libs/server-sdk-dynamodb-source/CHANGELOG.md +++ b/libs/server-sdk-dynamodb-source/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.2](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-dynamodb-source-v0.3.1...launchdarkly-cpp-server-dynamodb-source-v0.3.2) (2026-08-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @launchdarkly/cpp-server bumped from 3.13.1 to 3.13.2 + ## [0.3.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-dynamodb-source-v0.3.0...launchdarkly-cpp-server-dynamodb-source-v0.3.1) (2026-08-04) diff --git a/libs/server-sdk-dynamodb-source/CMakeLists.txt b/libs/server-sdk-dynamodb-source/CMakeLists.txt index 26ba88630..6a329924a 100644 --- a/libs/server-sdk-dynamodb-source/CMakeLists.txt +++ b/libs/server-sdk-dynamodb-source/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19) project( LaunchDarklyCPPServerDynamoDBSource - VERSION 0.3.1 # {x-release-please-version} + VERSION 0.3.2 # {x-release-please-version} DESCRIPTION "LaunchDarkly C++ Server SDK DynamoDB Source" LANGUAGES CXX C ) diff --git a/libs/server-sdk-dynamodb-source/package.json b/libs/server-sdk-dynamodb-source/package.json index 9dc91678b..4aff8a1de 100644 --- a/libs/server-sdk-dynamodb-source/package.json +++ b/libs/server-sdk-dynamodb-source/package.json @@ -1,9 +1,9 @@ { "name": "@launchdarkly/cpp-server-dynamodb-source", "description": "This package.json exists for modeling dependencies for the release process.", - "version": "0.3.1", + "version": "0.3.2", "private": true, "dependencies": { - "@launchdarkly/cpp-server": "3.13.1" + "@launchdarkly/cpp-server": "3.13.2" } } diff --git a/libs/server-sdk-otel/CHANGELOG.md b/libs/server-sdk-otel/CHANGELOG.md index ad4af182c..3c331fc25 100644 --- a/libs/server-sdk-otel/CHANGELOG.md +++ b/libs/server-sdk-otel/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.6](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-otel-v0.1.5...launchdarkly-cpp-server-otel-v0.1.6) (2026-08-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @launchdarkly/cpp-server bumped from 3.13.1 to 3.13.2 + ## [0.1.5](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-otel-v0.1.4...launchdarkly-cpp-server-otel-v0.1.5) (2026-08-04) diff --git a/libs/server-sdk-otel/package.json b/libs/server-sdk-otel/package.json index d76e98b73..0e7148e63 100644 --- a/libs/server-sdk-otel/package.json +++ b/libs/server-sdk-otel/package.json @@ -1,9 +1,9 @@ { "name": "@launchdarkly/cpp-server-otel", "description": "This package.json exists for modeling dependencies for the release process.", - "version": "0.1.5", + "version": "0.1.6", "private": true, "dependencies": { - "@launchdarkly/cpp-server": "3.13.1" + "@launchdarkly/cpp-server": "3.13.2" } } diff --git a/libs/server-sdk-redis-source/CHANGELOG.md b/libs/server-sdk-redis-source/CHANGELOG.md index 7cb93bcf7..61c8215cb 100644 --- a/libs/server-sdk-redis-source/CHANGELOG.md +++ b/libs/server-sdk-redis-source/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.4.2](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.4.1...launchdarkly-cpp-server-redis-source-v2.4.2) (2026-08-14) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @launchdarkly/cpp-server bumped from 3.13.1 to 3.13.2 + ## [2.4.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.4.0...launchdarkly-cpp-server-redis-source-v2.4.1) (2026-08-04) diff --git a/libs/server-sdk-redis-source/CMakeLists.txt b/libs/server-sdk-redis-source/CMakeLists.txt index 5fb36bf87..d5fc0ea31 100644 --- a/libs/server-sdk-redis-source/CMakeLists.txt +++ b/libs/server-sdk-redis-source/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19) project( LaunchDarklyCPPServerRedisSource - VERSION 2.4.1 # {x-release-please-version} + VERSION 2.4.2 # {x-release-please-version} DESCRIPTION "LaunchDarkly C++ Server SDK Redis Source" LANGUAGES CXX C ) diff --git a/libs/server-sdk-redis-source/package.json b/libs/server-sdk-redis-source/package.json index a6e29c178..f8aa0d1a8 100644 --- a/libs/server-sdk-redis-source/package.json +++ b/libs/server-sdk-redis-source/package.json @@ -1,9 +1,9 @@ { "name": "@launchdarkly/cpp-server-redis-source", "description": "This package.json exists for modeling dependencies for the release process.", - "version": "2.4.1", + "version": "2.4.2", "private": true, "dependencies": { - "@launchdarkly/cpp-server": "3.13.1" + "@launchdarkly/cpp-server": "3.13.2" } } diff --git a/libs/server-sdk/CHANGELOG.md b/libs/server-sdk/CHANGELOG.md index 01b780ca2..7322957b7 100644 --- a/libs/server-sdk/CHANGELOG.md +++ b/libs/server-sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.13.2](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.13.1...launchdarkly-cpp-server-v3.13.2) (2026-08-14) + + +### Bug Fixes + +* allow lazy load evaluations when $inited key is not set ([#508](https://github.com/launchdarkly/cpp-sdks/issues/508)) ([120b79a](https://github.com/launchdarkly/cpp-sdks/commit/120b79aa0fe52a28477035702f23fbc2dc95df12)) + ## [3.13.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.13.0...launchdarkly-cpp-server-v3.13.1) (2026-08-04) diff --git a/libs/server-sdk/CMakeLists.txt b/libs/server-sdk/CMakeLists.txt index a54893869..1768f4c94 100644 --- a/libs/server-sdk/CMakeLists.txt +++ b/libs/server-sdk/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19) project( LaunchDarklyCPPServer - VERSION 3.13.1 # {x-release-please-version} + VERSION 3.13.2 # {x-release-please-version} DESCRIPTION "LaunchDarkly C++ Server SDK" LANGUAGES CXX C ) diff --git a/libs/server-sdk/include/launchdarkly/server_side/client.hpp b/libs/server-sdk/include/launchdarkly/server_side/client.hpp index 69a54d8d3..9679149d3 100644 --- a/libs/server-sdk/include/launchdarkly/server_side/client.hpp +++ b/libs/server-sdk/include/launchdarkly/server_side/client.hpp @@ -671,7 +671,7 @@ class Client : public IClient { private: inline static char const* const kVersion = - "3.13.1"; // {x-release-please-version} + "3.13.2"; // {x-release-please-version} std::unique_ptr client; }; diff --git a/libs/server-sdk/package.json b/libs/server-sdk/package.json index 5047aece6..3b8fc0366 100644 --- a/libs/server-sdk/package.json +++ b/libs/server-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@launchdarkly/cpp-server", "description": "This package.json exists for modeling dependencies for the release process.", - "version": "3.13.1", + "version": "3.13.2", "private": true, "dependencies": { "@launchdarkly/cpp-internal": "0.14.2", diff --git a/libs/server-sdk/tests/client_test.cpp b/libs/server-sdk/tests/client_test.cpp index 46366f23f..bae231c99 100644 --- a/libs/server-sdk/tests/client_test.cpp +++ b/libs/server-sdk/tests/client_test.cpp @@ -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.13.1"); // {x-release-please-version} + ASSERT_STREQ(version, "3.13.2"); // {x-release-please-version} } TEST_F(ClientTest, BoolVariationDefaultPassesThrough) { diff --git a/libs/server-sdk/tests/server_c_bindings_test.cpp b/libs/server-sdk/tests/server_c_bindings_test.cpp index a7e994eca..1926333bb 100644 --- a/libs/server-sdk/tests/server_c_bindings_test.cpp +++ b/libs/server-sdk/tests/server_c_bindings_test.cpp @@ -43,7 +43,7 @@ TEST(ClientBindings, MinimalInstantiation) { char const* version = LDServerSDK_Version(); ASSERT_TRUE(version); - ASSERT_STREQ(version, "3.13.1"); // {x-release-please-version} + ASSERT_STREQ(version, "3.13.2"); // {x-release-please-version} LDServerSDK_Free(sdk); }