Skip to content
Merged
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.7.0",
"libs/common": "1.12.0",
"libs/internal": "0.14.0",
"libs/server-sdk": "3.11.0",
"libs/server-sdk-redis-source": "2.3.0",
"libs/server-sdk-dynamodb-source": "0.2.0",
"libs/server-sdk-otel": "0.1.2",
"libs/server-sdk": "3.12.0",
"libs/server-sdk-redis-source": "2.3.1",
"libs/server-sdk-dynamodb-source": "0.2.1",
"libs/server-sdk-otel": "0.1.3",
"libs/networking": "0.2.0"
}
9 changes: 9 additions & 0 deletions libs/server-sdk-dynamodb-source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-dynamodb-source-v0.2.0...launchdarkly-cpp-server-dynamodb-source-v0.2.1) (2026-07-01)


### Dependencies

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

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


Expand Down
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.2.0 # {x-release-please-version}
VERSION 0.2.1 # {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.2.0",
"version": "0.2.1",
"private": true,
"dependencies": {
"@launchdarkly/cpp-server": "3.11.0"
"@launchdarkly/cpp-server": "3.12.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.3](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-otel-v0.1.2...launchdarkly-cpp-server-otel-v0.1.3) (2026-07-01)


### Dependencies

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

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


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.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@launchdarkly/cpp-server": "3.11.0"
"@launchdarkly/cpp-server": "3.12.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.3.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.3.0...launchdarkly-cpp-server-redis-source-v2.3.1) (2026-07-01)


### Dependencies

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

## [2.3.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.2.2...launchdarkly-cpp-server-redis-source-v2.3.0) (2026-06-29)


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.3.0 # {x-release-please-version}
VERSION 2.3.1 # {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.3.0",
"version": "2.3.1",
"private": true,
"dependencies": {
"@launchdarkly/cpp-server": "3.11.0"
"@launchdarkly/cpp-server": "3.12.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.12.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.11.0...launchdarkly-cpp-server-v3.12.0) (2026-07-01)


### Features

* Add C bindings for FDv2 data system ([#572](https://github.com/launchdarkly/cpp-sdks/issues/572)) ([c8af14d](https://github.com/launchdarkly/cpp-sdks/commit/c8af14d9cc7760dc941c70a08c36c3f79048273b))

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


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.11.0 # {x-release-please-version}
VERSION 3.12.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 @@ -671,7 +671,7 @@ class Client : public IClient {

private:
inline static char const* const kVersion =
"3.11.0"; // {x-release-please-version}
"3.12.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.11.0",
"version": "3.12.0",
"private": true,
"dependencies": {
"@launchdarkly/cpp-internal": "0.14.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 @@ -13,20 +13,20 @@
: client_(ConfigBuilder("sdk-123").Build().value()),
context_(ContextBuilder().Kind("cat", "shadow").Build()) {}

Client client_;

Check warning on line 16 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:16:12 [cppcoreguidelines-non-private-member-variables-in-classes]

member variable 'client_' has protected visibility
Context const context_;

Check warning on line 17 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:17:19 [cppcoreguidelines-non-private-member-variables-in-classes]

member variable 'context_' has protected visibility
};

TEST_F(ClientTest, ClientConstructedWithMinimalConfigAndContextT) {
char const* version = client_.Version();

Check warning on line 21 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:21:27 [readability-static-accessed-through-instance]

static member accessed through instance
ASSERT_TRUE(version);
ASSERT_STREQ(version, "3.11.0"); // {x-release-please-version}
ASSERT_STREQ(version, "3.12.0"); // {x-release-please-version}
}

TEST_F(ClientTest, BoolVariationDefaultPassesThrough) {
std::string const flag = "extra-cat-food";
std::vector<bool> values = {true, false};
for (auto const& v : values) {

Check warning on line 29 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:29:22 [readability-identifier-length]

variable name 'v' is too short, expected at least 3 characters
ASSERT_EQ(client_.BoolVariation(context_, flag, v), v);
ASSERT_EQ(*client_.BoolVariationDetail(context_, flag, v), v);
}
Expand All @@ -35,7 +35,7 @@
TEST_F(ClientTest, StringVariationDefaultPassesThrough) {
std::string const flag = "treat";
std::vector<std::string> values = {"chicken", "fish", "cat-grass"};
for (auto const& v : values) {

Check warning on line 38 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:38:22 [readability-identifier-length]

variable name 'v' is too short, expected at least 3 characters
ASSERT_EQ(client_.StringVariation(context_, flag, v), v);
ASSERT_EQ(*client_.StringVariationDetail(context_, flag, v), v);
}
Expand All @@ -43,8 +43,8 @@

TEST_F(ClientTest, IntVariationDefaultPassesThrough) {
std::string const flag = "weight";
std::vector<int> values = {0, 12, 13, 24, 1000};

Check warning on line 46 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:46:47 [cppcoreguidelines-avoid-magic-numbers]

1000 is a magic number; consider replacing it with a named constant

Check warning on line 46 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:46:43 [cppcoreguidelines-avoid-magic-numbers]

24 is a magic number; consider replacing it with a named constant

Check warning on line 46 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:46:39 [cppcoreguidelines-avoid-magic-numbers]

13 is a magic number; consider replacing it with a named constant

Check warning on line 46 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:46:35 [cppcoreguidelines-avoid-magic-numbers]

12 is a magic number; consider replacing it with a named constant
for (auto const& v : values) {

Check warning on line 47 in libs/server-sdk/tests/client_test.cpp

View workflow job for this annotation

GitHub Actions / cpp-linter

libs/server-sdk/tests/client_test.cpp:47:22 [readability-identifier-length]

variable name 'v' is too short, expected at least 3 characters
ASSERT_EQ(client_.IntVariation(context_, flag, v), v);
ASSERT_EQ(*client_.IntVariationDetail(context_, flag, v), v);
}
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
@@ -1,3 +1,3 @@
#include <gtest/gtest.h>

#include <launchdarkly/server_side/bindings/c/config/builder.h>
Expand All @@ -24,7 +24,7 @@

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

LDServerSDK_Free(sdk);
}
Expand Down
Loading