From d7a3ae8be014490494feac3401ea59ce43dcb41e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:15:29 +0000 Subject: [PATCH 1/3] chore: bump C++ server SDK to 3.10.1 in examples Co-Authored-By: rlamb@launchdarkly.com --- .github/variables/cpp-sdk-versions.env | 2 +- examples/hello-debian/Dockerfile | 2 +- examples/hello-haproxy/Dockerfile | 2 +- examples/hello-nginx/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/variables/cpp-sdk-versions.env b/.github/variables/cpp-sdk-versions.env index a9e413e..5831dda 100644 --- a/.github/variables/cpp-sdk-versions.env +++ b/.github/variables/cpp-sdk-versions.env @@ -1,2 +1,2 @@ -sdk=3.9.0 +sdk=3.10.1 redis_source=2.1.19 diff --git a/examples/hello-debian/Dockerfile b/examples/hello-debian/Dockerfile index 3fe9ef2..b5b6402 100644 --- a/examples/hello-debian/Dockerfile +++ b/examples/hello-debian/Dockerfile @@ -4,7 +4,7 @@ FROM debian:bookworm ARG VERSION=2.1.3 # {{ x-release-please-end }} -ARG CPP_SDK_VERSION=3.9.0 +ARG CPP_SDK_VERSION=3.10.1 # For unknown reasons, it appears that boost.json and boost.url aren't included in the # libboost-all package. diff --git a/examples/hello-haproxy/Dockerfile b/examples/hello-haproxy/Dockerfile index 29ed20e..bad2c0a 100644 --- a/examples/hello-haproxy/Dockerfile +++ b/examples/hello-haproxy/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:22.04 ARG VERSION=2.1.3 # {{ x-release-please-end }} -ARG CPP_SDK_VERSION=3.9.0 +ARG CPP_SDK_VERSION=3.10.1 RUN apt-get update && apt-get install -y \ curl luarocks lua5.3 lua5.3-dev \ diff --git a/examples/hello-nginx/Dockerfile b/examples/hello-nginx/Dockerfile index 3552e65..e7f14f4 100644 --- a/examples/hello-nginx/Dockerfile +++ b/examples/hello-nginx/Dockerfile @@ -7,7 +7,7 @@ FROM openresty/openresty:1.21.4.1-0-jammy ARG VERSION=2.1.3 # {{ x-release-please-end }} -ARG CPP_SDK_VERSION=3.9.0 +ARG CPP_SDK_VERSION=3.10.1 RUN apt-get update && apt-get install -y \ git netbase curl libssl-dev apt-transport-https ca-certificates \ From 27c4fdfa8cf004809dae3e69634fcbf7f55d31e3 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:23:07 +0000 Subject: [PATCH 2/3] docs: update C++ server SDK version to 3.10.1 in README Co-Authored-By: rlamb@launchdarkly.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4862a5..714d8e6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If Redis support is desired, then it optionally depends on the C++ server-side S | Dependency | Minimum Version | Notes | |--------------------------------|--------------------------------------------------------------------------------------------------------------|--------------------------------------------| -| C++ Server-Side SDK | [3.9.0](https://github.com/launchdarkly/cpp-sdks/releases/tag/launchdarkly-cpp-server-v3.9.0) | Required dependency. | +| C++ Server-Side SDK | [3.10.1](https://github.com/launchdarkly/cpp-sdks/releases/tag/launchdarkly-cpp-server-v3.10.1) | Required dependency. | | C++ Server-Side SDK with Redis | [2.1.19](https://github.com/launchdarkly/cpp-sdks/releases/tag/launchdarkly-cpp-server-redis-source-v2.1.19) | Optional, if using Redis as a data source. | From f8a9ed5c2aca59a63a7713b2aae22055da37037a Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:25:37 +0000 Subject: [PATCH 3/3] docs: revert README minimum version back to 3.9.0 Co-Authored-By: rlamb@launchdarkly.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 714d8e6..a4862a5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If Redis support is desired, then it optionally depends on the C++ server-side S | Dependency | Minimum Version | Notes | |--------------------------------|--------------------------------------------------------------------------------------------------------------|--------------------------------------------| -| C++ Server-Side SDK | [3.10.1](https://github.com/launchdarkly/cpp-sdks/releases/tag/launchdarkly-cpp-server-v3.10.1) | Required dependency. | +| C++ Server-Side SDK | [3.9.0](https://github.com/launchdarkly/cpp-sdks/releases/tag/launchdarkly-cpp-server-v3.9.0) | Required dependency. | | C++ Server-Side SDK with Redis | [2.1.19](https://github.com/launchdarkly/cpp-sdks/releases/tag/launchdarkly-cpp-server-redis-source-v2.1.19) | Optional, if using Redis as a data source. |