From e6bc4e5494fb7f773fa5b329aebf6f1cc24c2d98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:32:36 +0000 Subject: [PATCH 1/2] chore: release main --- .release-please-manifest.json | 10 +++++----- libs/client-sdk/CHANGELOG.md | 7 +++++++ libs/client-sdk/package.json | 6 +++--- libs/common/CHANGELOG.md | 7 +++++++ libs/common/package.json | 2 +- libs/internal/CHANGELOG.md | 6 ++++++ libs/internal/package.json | 4 ++-- libs/server-sdk-redis-source/CHANGELOG.md | 6 ++++++ libs/server-sdk-redis-source/package.json | 4 ++-- libs/server-sdk/CHANGELOG.md | 15 +++++++++++++++ libs/server-sdk/CMakeLists.txt | 2 +- .../include/launchdarkly/server_side/client.hpp | 2 +- libs/server-sdk/package.json | 6 +++--- libs/server-sdk/tests/client_test.cpp | 2 +- libs/server-sdk/tests/server_c_bindings_test.cpp | 2 +- 15 files changed, 61 insertions(+), 20 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6e59e0b9..399f416e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "libs/client-sdk": "3.3.0", + "libs/client-sdk": "3.3.1", "libs/server-sent-events": "0.3.0", - "libs/common": "1.1.0", - "libs/internal": "0.5.0", - "libs/server-sdk": "3.0.0", - "libs/server-sdk-redis-source": "1.0.0" + "libs/common": "1.2.0", + "libs/internal": "0.5.1", + "libs/server-sdk": "3.0.1", + "libs/server-sdk-redis-source": "1.0.1" } diff --git a/libs/client-sdk/CHANGELOG.md b/libs/client-sdk/CHANGELOG.md index 263c8c7f7..2259c9341 100644 --- a/libs/client-sdk/CHANGELOG.md +++ b/libs/client-sdk/CHANGELOG.md @@ -15,6 +15,13 @@ All notable changes to the LaunchDarkly Client-Side SDK for C/C++ will be docume * launchdarkly-cpp-internal bumped from 0.3.0 to 0.4.0 * launchdarkly-cpp-common bumped from 0.5.0 to 1.0.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * launchdarkly-cpp-internal bumped from 0.5.0 to 0.5.1 + * launchdarkly-cpp-common bumped from 1.1.0 to 1.2.0 + ## [3.3.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.2.3...launchdarkly-cpp-client-v3.3.0) (2023-12-04) diff --git a/libs/client-sdk/package.json b/libs/client-sdk/package.json index cf9777fc3..58a8c1e8e 100644 --- a/libs/client-sdk/package.json +++ b/libs/client-sdk/package.json @@ -1,11 +1,11 @@ { "name": "launchdarkly-cpp-client", "description": "This package.json exists for modeling dependencies for the release process.", - "version": "3.3.0", + "version": "3.3.1", "private": true, "dependencies": { - "launchdarkly-cpp-internal": "0.5.0", - "launchdarkly-cpp-common": "1.1.0", + "launchdarkly-cpp-internal": "0.5.1", + "launchdarkly-cpp-common": "1.2.0", "launchdarkly-cpp-sse-client": "0.3.0" } } diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md index 083121198..6bc484e63 100644 --- a/libs/common/CHANGELOG.md +++ b/libs/common/CHANGELOG.md @@ -12,6 +12,13 @@ * dependencies * launchdarkly-cpp-sse-client bumped from 0.1.1 to 0.1.2 +## [1.2.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v1.1.0...launchdarkly-cpp-common-v1.2.0) (2023-12-13) + + +### Features + +* add C bindings for getting log levels ([#334](https://github.com/launchdarkly/cpp-sdks/issues/334)) ([2b7f7d6](https://github.com/launchdarkly/cpp-sdks/commit/2b7f7d64dd2f401e984d14b444c34ad394cf7485)) + ## [1.1.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v1.0.0...launchdarkly-cpp-common-v1.1.0) (2023-12-04) diff --git a/libs/common/package.json b/libs/common/package.json index 3c77df479..628774bba 100644 --- a/libs/common/package.json +++ b/libs/common/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-cpp-common", "description": "This package.json exists for modeling dependencies for the release process.", - "version": "1.1.0", + "version": "1.2.0", "private": true } diff --git a/libs/internal/CHANGELOG.md b/libs/internal/CHANGELOG.md index 5dc8483e1..4b895bf04 100644 --- a/libs/internal/CHANGELOG.md +++ b/libs/internal/CHANGELOG.md @@ -46,6 +46,12 @@ * dependencies * launchdarkly-cpp-common bumped from 0.3.5 to 0.3.6 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * launchdarkly-cpp-common bumped from 1.1.0 to 1.2.0 + ## [0.5.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.4.0...launchdarkly-cpp-internal-v0.5.0) (2023-12-04) diff --git a/libs/internal/package.json b/libs/internal/package.json index 2973fdf0b..3c92790b6 100644 --- a/libs/internal/package.json +++ b/libs/internal/package.json @@ -1,9 +1,9 @@ { "name": "launchdarkly-cpp-internal", "description": "This package.json exists for modeling dependencies for the release process.", - "version": "0.5.0", + "version": "0.5.1", "private": true, "dependencies": { - "launchdarkly-cpp-common": "1.1.0" + "launchdarkly-cpp-common": "1.2.0" } } diff --git a/libs/server-sdk-redis-source/CHANGELOG.md b/libs/server-sdk-redis-source/CHANGELOG.md index fd6c4001d..04ff6642a 100644 --- a/libs/server-sdk-redis-source/CHANGELOG.md +++ b/libs/server-sdk-redis-source/CHANGELOG.md @@ -6,6 +6,12 @@ * dependencies * launchdarkly-cpp-server bumped from 0.3.0 to 3.0.0 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * launchdarkly-cpp-server bumped from 3.0.0 to 3.0.1 + ## [1.0.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v0.1.1...launchdarkly-cpp-server-redis-source-v1.0.0) (2023-12-12) diff --git a/libs/server-sdk-redis-source/package.json b/libs/server-sdk-redis-source/package.json index 0024cc9d7..925e22bd1 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": "1.0.0", + "version": "1.0.1", "private": true, "dependencies": { - "launchdarkly-cpp-server": "3.0.0" + "launchdarkly-cpp-server": "3.0.1" } } diff --git a/libs/server-sdk/CHANGELOG.md b/libs/server-sdk/CHANGELOG.md index ce4c9459f..fbabec95c 100644 --- a/libs/server-sdk/CHANGELOG.md +++ b/libs/server-sdk/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.0.1](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.0.0...launchdarkly-cpp-server-v3.0.1) (2023-12-13) + + +### Bug Fixes + +* double variation was returning ints ([#335](https://github.com/launchdarkly/cpp-sdks/issues/335)) ([ef0559d](https://github.com/launchdarkly/cpp-sdks/commit/ef0559d0bfe4a662cfe558a73afed66a9db9d3b5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * launchdarkly-cpp-internal bumped from 0.5.0 to 0.5.1 + * launchdarkly-cpp-common bumped from 1.1.0 to 1.2.0 + ## [3.0.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v0.3.0...launchdarkly-cpp-server-v3.0.0) (2023-12-04) diff --git a/libs/server-sdk/CMakeLists.txt b/libs/server-sdk/CMakeLists.txt index affa43439..b5654b37c 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.0.0 # {x-release-please-version} + VERSION 3.0.1 # {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 a19ad4a04..366d78ac1 100644 --- a/libs/server-sdk/include/launchdarkly/server_side/client.hpp +++ b/libs/server-sdk/include/launchdarkly/server_side/client.hpp @@ -348,7 +348,7 @@ class Client : public IClient { private: inline static char const* const kVersion = - "3.0.0"; // {x-release-please-version} + "3.0.1"; // {x-release-please-version} std::unique_ptr client; }; diff --git a/libs/server-sdk/package.json b/libs/server-sdk/package.json index eff2d2662..7f0afc035 100644 --- a/libs/server-sdk/package.json +++ b/libs/server-sdk/package.json @@ -1,11 +1,11 @@ { "name": "launchdarkly-cpp-server", "description": "This package.json exists for modeling dependencies for the release process.", - "version": "3.0.0", + "version": "3.0.1", "private": true, "dependencies": { - "launchdarkly-cpp-internal": "0.5.0", - "launchdarkly-cpp-common": "1.1.0", + "launchdarkly-cpp-internal": "0.5.1", + "launchdarkly-cpp-common": "1.2.0", "launchdarkly-cpp-sse-client": "0.3.0" } } diff --git a/libs/server-sdk/tests/client_test.cpp b/libs/server-sdk/tests/client_test.cpp index a19adc49b..9943d783b 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.0.0"); // {x-release-please-version} + ASSERT_STREQ(version, "3.0.1"); // {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 53c71c9f5..382adb280 100644 --- a/libs/server-sdk/tests/server_c_bindings_test.cpp +++ b/libs/server-sdk/tests/server_c_bindings_test.cpp @@ -21,7 +21,7 @@ TEST(ClientBindings, MinimalInstantiation) { char const* version = LDServerSDK_Version(); ASSERT_TRUE(version); - ASSERT_STREQ(version, "3.0.0"); // {x-release-please-version} + ASSERT_STREQ(version, "3.0.1"); // {x-release-please-version} LDServerSDK_Free(sdk); } From 321884d3038d85513fc6ac93bcbdf44ffa3a6b89 Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Wed, 13 Dec 2023 13:37:10 -0800 Subject: [PATCH 2/2] update client-side version tests --- libs/client-sdk/include/launchdarkly/client_side/client.hpp | 2 +- libs/client-sdk/tests/client_c_bindings_test.cpp | 2 +- libs/client-sdk/tests/client_test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/client-sdk/include/launchdarkly/client_side/client.hpp b/libs/client-sdk/include/launchdarkly/client_side/client.hpp index c0af23876..880b9e1b6 100644 --- a/libs/client-sdk/include/launchdarkly/client_side/client.hpp +++ b/libs/client-sdk/include/launchdarkly/client_side/client.hpp @@ -324,7 +324,7 @@ class Client : public IClient { private: inline static char const* const kVersion = - "3.3.0"; // {x-release-please-version} + "3.3.1"; // {x-release-please-version} std::unique_ptr client; }; diff --git a/libs/client-sdk/tests/client_c_bindings_test.cpp b/libs/client-sdk/tests/client_c_bindings_test.cpp index 01628f0ba..593e91922 100644 --- a/libs/client-sdk/tests/client_c_bindings_test.cpp +++ b/libs/client-sdk/tests/client_c_bindings_test.cpp @@ -27,7 +27,7 @@ TEST(ClientBindings, MinimalInstantiation) { char const* version = LDClientSDK_Version(); ASSERT_TRUE(version); - ASSERT_STREQ(version, "3.3.0"); // {x-release-please-version} + ASSERT_STREQ(version, "3.3.1"); // {x-release-please-version} LDClientSDK_Free(sdk); } diff --git a/libs/client-sdk/tests/client_test.cpp b/libs/client-sdk/tests/client_test.cpp index 1fe9a3013..486f44c7b 100644 --- a/libs/client-sdk/tests/client_test.cpp +++ b/libs/client-sdk/tests/client_test.cpp @@ -16,7 +16,7 @@ TEST(ClientTest, ClientConstructedWithMinimalConfigAndContext) { char const* version = client.Version(); ASSERT_TRUE(version); - ASSERT_STREQ(version, "3.3.0"); // {x-release-please-version} + ASSERT_STREQ(version, "3.3.1"); // {x-release-please-version} } TEST(ClientTest, AllFlagsIsEmpty) {