From af0333f86afb46ee2b21936d299586529f9cc124 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 31 May 2024 10:33:00 -0700
Subject: [PATCH] chore: release main (#410)
:robot: I have created a release *beep* *boop*
---
launchdarkly-cpp-client: 3.6.0
##
[3.6.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.5.0...launchdarkly-cpp-client-v3.6.0)
(2024-05-30)
### Features
* specify a custom CA file for TLS peer verification
([#409](https://github.com/launchdarkly/cpp-sdks/issues/409))
([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-internal bumped from 0.7.0 to 0.8.0
* launchdarkly-cpp-common bumped from 1.6.0 to 1.7.0
* launchdarkly-cpp-sse-client bumped from 0.4.0 to 0.5.0
launchdarkly-cpp-common: 1.7.0
##
[1.7.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v1.6.0...launchdarkly-cpp-common-v1.7.0)
(2024-05-30)
### Features
* specify a custom CA file for TLS peer verification
([#409](https://github.com/launchdarkly/cpp-sdks/issues/409))
([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
launchdarkly-cpp-internal: 0.8.0
##
[0.8.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.7.0...launchdarkly-cpp-internal-v0.8.0)
(2024-05-30)
### Features
* specify a custom CA file for TLS peer verification
([#409](https://github.com/launchdarkly/cpp-sdks/issues/409))
([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-common bumped from 1.6.0 to 1.7.0
launchdarkly-cpp-server: 3.5.0
##
[3.5.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.4.0...launchdarkly-cpp-server-v3.5.0)
(2024-05-30)
### Features
* specify a custom CA file for TLS peer verification
([#409](https://github.com/launchdarkly/cpp-sdks/issues/409))
([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-internal bumped from 0.7.0 to 0.8.0
* launchdarkly-cpp-common bumped from 1.6.0 to 1.7.0
* launchdarkly-cpp-sse-client bumped from 0.4.0 to 0.5.0
launchdarkly-cpp-server-redis-source: 2.1.8
##
[2.1.8](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.1.7...launchdarkly-cpp-server-redis-source-v2.1.8)
(2024-05-30)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* launchdarkly-cpp-server bumped from 3.4.0 to 3.5.0
launchdarkly-cpp-sse-client: 0.5.0
##
[0.5.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-sse-client-v0.4.0...launchdarkly-cpp-sse-client-v0.5.0)
(2024-05-30)
### Features
* specify a custom CA file for TLS peer verification
([#409](https://github.com/launchdarkly/cpp-sdks/issues/409))
([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
---
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 | 12 ++++++------
libs/client-sdk/CHANGELOG.md | 16 ++++++++++++++++
libs/client-sdk/CMakeLists.txt | 2 +-
.../include/launchdarkly/client_side/client.hpp | 2 +-
libs/client-sdk/package.json | 8 ++++----
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 | 14 ++++++++++++++
libs/internal/package.json | 4 ++--
libs/server-sdk-redis-source/CHANGELOG.md | 9 +++++++++
libs/server-sdk-redis-source/CMakeLists.txt | 2 +-
libs/server-sdk-redis-source/package.json | 4 ++--
libs/server-sdk/CHANGELOG.md | 16 ++++++++++++++++
libs/server-sdk/CMakeLists.txt | 2 +-
.../include/launchdarkly/server_side/client.hpp | 2 +-
libs/server-sdk/package.json | 8 ++++----
libs/server-sdk/tests/client_test.cpp | 2 +-
libs/server-sdk/tests/server_c_bindings_test.cpp | 2 +-
libs/server-sent-events/CHANGELOG.md | 7 +++++++
libs/server-sent-events/package.json | 2 +-
22 files changed, 98 insertions(+), 29 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 66b34b361..19ee456e3 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,8 +1,8 @@
{
- "libs/client-sdk": "3.5.0",
- "libs/server-sent-events": "0.4.0",
- "libs/common": "1.6.0",
- "libs/internal": "0.7.0",
- "libs/server-sdk": "3.4.0",
- "libs/server-sdk-redis-source": "2.1.7"
+ "libs/client-sdk": "3.6.0",
+ "libs/server-sent-events": "0.5.0",
+ "libs/common": "1.7.0",
+ "libs/internal": "0.8.0",
+ "libs/server-sdk": "3.5.0",
+ "libs/server-sdk-redis-source": "2.1.8"
}
diff --git a/libs/client-sdk/CHANGELOG.md b/libs/client-sdk/CHANGELOG.md
index ef4d5c1a5..1dff0f0dd 100644
--- a/libs/client-sdk/CHANGELOG.md
+++ b/libs/client-sdk/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [3.6.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.5.0...launchdarkly-cpp-client-v3.6.0) (2024-05-30)
+
+
+### Features
+
+* specify a custom CA file for TLS peer verification ([#409](https://github.com/launchdarkly/cpp-sdks/issues/409)) ([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * launchdarkly-cpp-internal bumped from 0.7.0 to 0.8.0
+ * launchdarkly-cpp-common bumped from 1.6.0 to 1.7.0
+ * launchdarkly-cpp-sse-client bumped from 0.4.0 to 0.5.0
+
## [3.5.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-client-v3.4.3...launchdarkly-cpp-client-v3.5.0) (2024-05-13)
diff --git a/libs/client-sdk/CMakeLists.txt b/libs/client-sdk/CMakeLists.txt
index 91f6de981..ced4dc8cd 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.5.0 # {x-release-please-version}
+ VERSION 3.6.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 43cebc695..860df6630 100644
--- a/libs/client-sdk/include/launchdarkly/client_side/client.hpp
+++ b/libs/client-sdk/include/launchdarkly/client_side/client.hpp
@@ -338,7 +338,7 @@ class Client : public IClient {
private:
inline static char const* const kVersion =
- "3.5.0"; // {x-release-please-version}
+ "3.6.0"; // {x-release-please-version}
std::unique_ptr client;
};
diff --git a/libs/client-sdk/package.json b/libs/client-sdk/package.json
index ae1a523d4..1a6e0a686 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.5.0",
+ "version": "3.6.0",
"private": true,
"dependencies": {
- "launchdarkly-cpp-internal": "0.7.0",
- "launchdarkly-cpp-common": "1.6.0",
- "launchdarkly-cpp-sse-client": "0.4.0"
+ "launchdarkly-cpp-internal": "0.8.0",
+ "launchdarkly-cpp-common": "1.7.0",
+ "launchdarkly-cpp-sse-client": "0.5.0"
}
}
diff --git a/libs/client-sdk/tests/client_c_bindings_test.cpp b/libs/client-sdk/tests/client_c_bindings_test.cpp
index 73fc52ecb..9050cd03c 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.5.0"); // {x-release-please-version}
+ ASSERT_STREQ(version, "3.6.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 4699717db..b115d3bfb 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.5.0"); // {x-release-please-version}
+ ASSERT_STREQ(version, "3.6.0"); // {x-release-please-version}
}
TEST(ClientTest, AllFlagsIsEmpty) {
diff --git a/libs/common/CHANGELOG.md b/libs/common/CHANGELOG.md
index 73af9fac2..8ea0fcb4b 100644
--- a/libs/common/CHANGELOG.md
+++ b/libs/common/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
+## [1.7.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v1.6.0...launchdarkly-cpp-common-v1.7.0) (2024-05-30)
+
+
+### Features
+
+* specify a custom CA file for TLS peer verification ([#409](https://github.com/launchdarkly/cpp-sdks/issues/409)) ([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
+
## [1.6.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-common-v1.5.0...launchdarkly-cpp-common-v1.6.0) (2024-05-13)
diff --git a/libs/common/package.json b/libs/common/package.json
index 7b066538a..93953c7d0 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.6.0",
+ "version": "1.7.0",
"private": true
}
diff --git a/libs/internal/CHANGELOG.md b/libs/internal/CHANGELOG.md
index dc58e7941..e9e2a7c2b 100644
--- a/libs/internal/CHANGELOG.md
+++ b/libs/internal/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [0.8.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.7.0...launchdarkly-cpp-internal-v0.8.0) (2024-05-30)
+
+
+### Features
+
+* specify a custom CA file for TLS peer verification ([#409](https://github.com/launchdarkly/cpp-sdks/issues/409)) ([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * launchdarkly-cpp-common bumped from 1.6.0 to 1.7.0
+
## [0.7.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-internal-v0.6.1...launchdarkly-cpp-internal-v0.7.0) (2024-05-13)
diff --git a/libs/internal/package.json b/libs/internal/package.json
index a11c935d6..121635639 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.7.0",
+ "version": "0.8.0",
"private": true,
"dependencies": {
- "launchdarkly-cpp-common": "1.6.0"
+ "launchdarkly-cpp-common": "1.7.0"
}
}
diff --git a/libs/server-sdk-redis-source/CHANGELOG.md b/libs/server-sdk-redis-source/CHANGELOG.md
index d2844399d..e7b54e30f 100644
--- a/libs/server-sdk-redis-source/CHANGELOG.md
+++ b/libs/server-sdk-redis-source/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [2.1.8](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.1.7...launchdarkly-cpp-server-redis-source-v2.1.8) (2024-05-30)
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * launchdarkly-cpp-server bumped from 3.4.0 to 3.5.0
+
## [2.1.7](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-redis-source-v2.1.6...launchdarkly-cpp-server-redis-source-v2.1.7) (2024-05-13)
diff --git a/libs/server-sdk-redis-source/CMakeLists.txt b/libs/server-sdk-redis-source/CMakeLists.txt
index 8abaecb2b..82c9ba599 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.1.7 # {x-release-please-version}
+ VERSION 2.1.8 # {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 6208e86d1..b77572715 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.1.7",
+ "version": "2.1.8",
"private": true,
"dependencies": {
- "launchdarkly-cpp-server": "3.4.0"
+ "launchdarkly-cpp-server": "3.5.0"
}
}
diff --git a/libs/server-sdk/CHANGELOG.md b/libs/server-sdk/CHANGELOG.md
index 631315c70..ef75015f3 100644
--- a/libs/server-sdk/CHANGELOG.md
+++ b/libs/server-sdk/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [3.5.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.4.0...launchdarkly-cpp-server-v3.5.0) (2024-05-30)
+
+
+### Features
+
+* specify a custom CA file for TLS peer verification ([#409](https://github.com/launchdarkly/cpp-sdks/issues/409)) ([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * launchdarkly-cpp-internal bumped from 0.7.0 to 0.8.0
+ * launchdarkly-cpp-common bumped from 1.6.0 to 1.7.0
+ * launchdarkly-cpp-sse-client bumped from 0.4.0 to 0.5.0
+
## [3.4.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-server-v3.3.6...launchdarkly-cpp-server-v3.4.0) (2024-05-13)
diff --git a/libs/server-sdk/CMakeLists.txt b/libs/server-sdk/CMakeLists.txt
index b4edd8d6f..52794588d 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.4.0 # {x-release-please-version}
+ VERSION 3.5.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 2a672531f..f9bd5401e 100644
--- a/libs/server-sdk/include/launchdarkly/server_side/client.hpp
+++ b/libs/server-sdk/include/launchdarkly/server_side/client.hpp
@@ -360,7 +360,7 @@ class Client : public IClient {
private:
inline static char const* const kVersion =
- "3.4.0"; // {x-release-please-version}
+ "3.5.0"; // {x-release-please-version}
std::unique_ptr client;
};
diff --git a/libs/server-sdk/package.json b/libs/server-sdk/package.json
index 3d21a5cdf..fa78ddbde 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.4.0",
+ "version": "3.5.0",
"private": true,
"dependencies": {
- "launchdarkly-cpp-internal": "0.7.0",
- "launchdarkly-cpp-common": "1.6.0",
- "launchdarkly-cpp-sse-client": "0.4.0"
+ "launchdarkly-cpp-internal": "0.8.0",
+ "launchdarkly-cpp-common": "1.7.0",
+ "launchdarkly-cpp-sse-client": "0.5.0"
}
}
diff --git a/libs/server-sdk/tests/client_test.cpp b/libs/server-sdk/tests/client_test.cpp
index 6a579d18a..83105ac09 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.4.0"); // {x-release-please-version}
+ ASSERT_STREQ(version, "3.5.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 dc68fa8f6..5361539f1 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.4.0"); // {x-release-please-version}
+ ASSERT_STREQ(version, "3.5.0"); // {x-release-please-version}
LDServerSDK_Free(sdk);
}
diff --git a/libs/server-sent-events/CHANGELOG.md b/libs/server-sent-events/CHANGELOG.md
index dc0e0b781..e38d2f0ec 100644
--- a/libs/server-sent-events/CHANGELOG.md
+++ b/libs/server-sent-events/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.5.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-sse-client-v0.4.0...launchdarkly-cpp-sse-client-v0.5.0) (2024-05-30)
+
+
+### Features
+
+* specify a custom CA file for TLS peer verification ([#409](https://github.com/launchdarkly/cpp-sdks/issues/409)) ([857dd28](https://github.com/launchdarkly/cpp-sdks/commit/857dd2824f725ee837737130321121595d95d67c))
+
## [0.4.0](https://github.com/launchdarkly/cpp-sdks/compare/launchdarkly-cpp-sse-client-v0.3.2...launchdarkly-cpp-sse-client-v0.4.0) (2024-05-13)
diff --git a/libs/server-sent-events/package.json b/libs/server-sent-events/package.json
index 339a6a43a..ef048d848 100644
--- a/libs/server-sent-events/package.json
+++ b/libs/server-sent-events/package.json
@@ -2,6 +2,6 @@
"name": "launchdarkly-cpp-sse-client",
"description": "This package.json exists for modeling dependencies for the release process.",
"private": true,
- "version": "0.4.0",
+ "version": "0.5.0",
"dependencies": {}
}