From 533d512ccf050e6bf50078d64ec97338dc03aaef Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 26 Dec 2023 14:53:42 -0800
Subject: [PATCH] chore: release main (#352)
:robot: I have created a release *beep* *boop*
---
launchdarkly-cpp-client: 3.4.0
##
[3.4.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.3.3...launchdarkly-cpp-client-v3.4.0)
(2023-12-26)
### Features
* add LDAllFlagsState_Map C binding
([#350](https://github.com/launchdarkly/cpp-sdks/issues/350))
([2aca898](https://github.com/launchdarkly/cpp-sdks/commit/2aca898074b16cbb34498c289869b7687413df51))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-internal bumped from 0.5.3 to 0.5.4
* launchdarkly-cpp-common bumped from 1.4.0 to 1.5.0
launchdarkly-cpp-common: 1.5.0
##
[1.5.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v1.4.0...launchdarkly-cpp-common-v1.5.0)
(2023-12-26)
### Features
* add LDAllFlagsState_Map C binding
([#350](https://github.com/launchdarkly/cpp-sdks/issues/350))
([2aca898](https://github.com/launchdarkly/cpp-sdks/commit/2aca898074b16cbb34498c289869b7687413df51))
launchdarkly-cpp-internal: 0.5.4
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-common bumped from 1.4.0 to 1.5.0
launchdarkly-cpp-server: 3.3.0
##
[3.3.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.2.0...launchdarkly-cpp-server-v3.3.0)
(2023-12-26)
### Features
* add LDAllFlagsState_Map C binding
([#350](https://github.com/launchdarkly/cpp-sdks/issues/350))
([2aca898](https://github.com/launchdarkly/cpp-sdks/commit/2aca898074b16cbb34498c289869b7687413df51))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-internal bumped from 0.5.3 to 0.5.4
* launchdarkly-cpp-common bumped from 1.4.0 to 1.5.0
launchdarkly-cpp-server-redis-source: 2.1.0
##
[2.1.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.0.0...launchdarkly-cpp-server-redis-source-v2.1.0)
(2023-12-26)
### Features
* add LDAllFlagsState_Map C binding
([#350](https://github.com/launchdarkly/cpp-sdks/issues/350))
([2aca898](https://github.com/launchdarkly/cpp-sdks/commit/2aca898074b16cbb34498c289869b7687413df51))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-server bumped from 3.2.0 to 3.3.0
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.release-please-manifest.json | 10 +++++-----
libs/client-sdk/CHANGELOG.md | 15 +++++++++++++++
libs/client-sdk/CMakeLists.txt | 2 +-
.../include/launchdarkly/client_side/client.hpp | 2 +-
libs/client-sdk/package.json | 6 +++---
libs/client-sdk/tests/client_c_bindings_test.cpp | 2 +-
libs/client-sdk/tests/client_test.cpp | 2 +-
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 | 14 ++++++++++++++
libs/server-sdk-redis-source/CMakeLists.txt | 2 +-
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 +-
20 files changed, 82 insertions(+), 25 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 54e331209..d71cd2845 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,8 +1,8 @@
{
- "libs/client-sdk": "3.3.3",
+ "libs/client-sdk": "3.4.0",
"libs/server-sent-events": "0.3.0",
- "libs/common": "1.4.0",
- "libs/internal": "0.5.3",
- "libs/server-sdk": "3.2.0",
- "libs/server-sdk-redis-source": "2.0.0"
+ "libs/common": "1.5.0",
+ "libs/internal": "0.5.4",
+ "libs/server-sdk": "3.3.0",
+ "libs/server-sdk-redis-source": "2.1.0"
}
diff --git a/libs/client-sdk/CHANGELOG.md b/libs/client-sdk/CHANGELOG.md
index 90a440168..3c8a38f6c 100644
--- a/libs/client-sdk/CHANGELOG.md
+++ b/libs/client-sdk/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [3.4.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.3.3...launchdarkly-cpp-client-v3.4.0) (2023-12-26)
+
+
+### Features
+
+* add LDAllFlagsState_Map C binding ([#350](https://github.com/launchdarkly/cpp-sdks/issues/350)) ([2aca898](https://github.com/launchdarkly/cpp-sdks/commit/2aca898074b16cbb34498c289869b7687413df51))
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * launchdarkly-cpp-internal bumped from 0.5.3 to 0.5.4
+ * launchdarkly-cpp-common bumped from 1.4.0 to 1.5.0
+
## [3.3.3](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.3.2...launchdarkly-cpp-client-v3.3.3) (2023-12-22)
diff --git a/libs/client-sdk/CMakeLists.txt b/libs/client-sdk/CMakeLists.txt
index ac357ff5d..4c6805221 100644
--- a/libs/client-sdk/CMakeLists.txt
+++ b/libs/client-sdk/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
project(
LaunchDarklyCPPClient
- VERSION 3.3.3 # {x-release-please-version}
+ VERSION 3.4.0 # {x-release-please-version}
DESCRIPTION "LaunchDarkly C++ Client SDK"
LANGUAGES CXX C
)
diff --git a/libs/client-sdk/include/launchdarkly/client_side/client.hpp b/libs/client-sdk/include/launchdarkly/client_side/client.hpp
index 8f13a6997..9da4dadaf 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.3"; // {x-release-please-version}
+ "3.4.0"; // {x-release-please-version}
std::unique_ptr client;
};
diff --git a/libs/client-sdk/package.json b/libs/client-sdk/package.json
index 5df8f349a..5c2df6dcc 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.3",
+ "version": "3.4.0",
"private": true,
"dependencies": {
- "launchdarkly-cpp-internal": "0.5.3",
- "launchdarkly-cpp-common": "1.4.0",
+ "launchdarkly-cpp-internal": "0.5.4",
+ "launchdarkly-cpp-common": "1.5.0",
"launchdarkly-cpp-sse-client": "0.3.0"
}
}
diff --git a/libs/client-sdk/tests/client_c_bindings_test.cpp b/libs/client-sdk/tests/client_c_bindings_test.cpp
index 2d93997f9..2296ea826 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.3"); // {x-release-please-version}
+ ASSERT_STREQ(version, "3.4.0"); // {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 b7a36a21f..5f528a093 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.3"); // {x-release-please-version}
+ ASSERT_STREQ(version, "3.4.0"); // {x-release-please-version}
}
TEST(ClientTest, AllFlagsIsEmpty) {
diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md
index 47eb9a9a1..7ce3f00d5 100644
--- a/libs/common/CHANGELOG.md
+++ b/libs/common/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
+## [1.5.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v1.4.0...launchdarkly-cpp-common-v1.5.0) (2023-12-26)
+
+
+### Features
+
+* add LDAllFlagsState_Map C binding ([#350](https://github.com/launchdarkly/cpp-sdks/issues/350)) ([2aca898](https://github.com/launchdarkly/cpp-sdks/commit/2aca898074b16cbb34498c289869b7687413df51))
+
## [1.4.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v1.3.0...launchdarkly-cpp-common-v1.4.0) (2023-12-22)
diff --git a/libs/common/package.json b/libs/common/package.json
index cfe0dee84..26f475432 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.4.0",
+ "version": "1.5.0",
"private": true
}
diff --git a/libs/internal/CHANGELOG.md b/libs/internal/CHANGELOG.md
index 4f43e18d4..2b95ee05a 100644
--- a/libs/internal/CHANGELOG.md
+++ b/libs/internal/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * launchdarkly-cpp-common bumped from 1.4.0 to 1.5.0
+
## [0.5.3](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.5.2...launchdarkly-cpp-internal-v0.5.3) (2023-12-22)
diff --git a/libs/internal/package.json b/libs/internal/package.json
index 7414f5e12..696ecef3d 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.3",
+ "version": "0.5.4",
"private": true,
"dependencies": {
- "launchdarkly-cpp-common": "1.4.0"
+ "launchdarkly-cpp-common": "1.5.0"
}
}
diff --git a/libs/server-sdk-redis-source/CHANGELOG.md b/libs/server-sdk-redis-source/CHANGELOG.md
index 9d5ec2d94..40e3d7acf 100644
--- a/libs/server-sdk-redis-source/CHANGELOG.md
+++ b/libs/server-sdk-redis-source/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [2.1.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.0.0...launchdarkly-cpp-server-redis-source-v2.1.0) (2023-12-26)
+
+
+### Features
+
+* add LDAllFlagsState_Map C binding ([#350](https://github.com/launchdarkly/cpp-sdks/issues/350)) ([2aca898](https://github.com/launchdarkly/cpp-sdks/commit/2aca898074b16cbb34498c289869b7687413df51))
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * launchdarkly-cpp-server bumped from 3.2.0 to 3.3.0
+
## [2.0.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v1.0.2...launchdarkly-cpp-server-redis-source-v2.0.0) (2023-12-22)
diff --git a/libs/server-sdk-redis-source/CMakeLists.txt b/libs/server-sdk-redis-source/CMakeLists.txt
index 97544473d..eeaa2bfe1 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.0.0 # {x-release-please-version}
+ VERSION 2.1.0 # {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 8e2dd5547..9a2e9abea 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.0.0",
+ "version": "2.1.0",
"private": true,
"dependencies": {
- "launchdarkly-cpp-server": "3.2.0"
+ "launchdarkly-cpp-server": "3.3.0"
}
}
diff --git a/libs/server-sdk/CHANGELOG.md b/libs/server-sdk/CHANGELOG.md
index 3ecdd2512..0b2ef3953 100644
--- a/libs/server-sdk/CHANGELOG.md
+++ b/libs/server-sdk/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [3.3.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.2.0...launchdarkly-cpp-server-v3.3.0) (2023-12-26)
+
+
+### Features
+
+* add LDAllFlagsState_Map C binding ([#350](https://github.com/launchdarkly/cpp-sdks/issues/350)) ([2aca898](https://github.com/launchdarkly/cpp-sdks/commit/2aca898074b16cbb34498c289869b7687413df51))
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * launchdarkly-cpp-internal bumped from 0.5.3 to 0.5.4
+ * launchdarkly-cpp-common bumped from 1.4.0 to 1.5.0
+
## [3.2.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.1.0...launchdarkly-cpp-server-v3.2.0) (2023-12-22)
diff --git a/libs/server-sdk/CMakeLists.txt b/libs/server-sdk/CMakeLists.txt
index d076aa519..44f6a5fd2 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.2.0 # {x-release-please-version}
+ VERSION 3.3.0 # {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 66d8b8cb2..f32f82479 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.2.0"; // {x-release-please-version}
+ "3.3.0"; // {x-release-please-version}
std::unique_ptr client;
};
diff --git a/libs/server-sdk/package.json b/libs/server-sdk/package.json
index c90b30001..4c85d279d 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.2.0",
+ "version": "3.3.0",
"private": true,
"dependencies": {
- "launchdarkly-cpp-internal": "0.5.3",
- "launchdarkly-cpp-common": "1.4.0",
+ "launchdarkly-cpp-internal": "0.5.4",
+ "launchdarkly-cpp-common": "1.5.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 276c21564..0aed032b7 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.2.0"); // {x-release-please-version}
+ ASSERT_STREQ(version, "3.3.0"); // {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 bd23fcb7e..6c319115c 100644
--- a/libs/server-sdk/tests/server_c_bindings_test.cpp
+++ b/libs/server-sdk/tests/server_c_bindings_test.cpp
@@ -24,7 +24,7 @@ TEST(ClientBindings, MinimalInstantiation) {
char const* version = LDServerSDK_Version();
ASSERT_TRUE(version);
- ASSERT_STREQ(version, "3.2.0"); // {x-release-please-version}
+ ASSERT_STREQ(version, "3.3.0"); // {x-release-please-version}
LDServerSDK_Free(sdk);
}