chore: update C++ server-side SDK from 3.10.1 to 3.12.0 and Redis Source from 2.1.19 to 2.3.1#124
Open
kinyoklion wants to merge 1 commit into
Open
chore: update C++ server-side SDK from 3.10.1 to 3.12.0 and Redis Source from 2.1.19 to 2.3.1#124kinyoklion wants to merge 1 commit into
kinyoklion wants to merge 1 commit into
Conversation
…rce from 2.1.19 to 2.3.1 Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requirements
Related issues
Supersedes #123 (which only updated Redis Source to 2.2.2; both dependencies have newer releases now).
Describe the solution you've provided
Updates both C++ SDK dependencies to the latest stable versions:
3.10.1→3.12.02.1.19→2.3.1Files changed:
.github/variables/cpp-sdk-versions.env— central version config used by CIexamples/hello-haproxy/Dockerfile,examples/hello-nginx/Dockerfile,examples/hello-debian/Dockerfile— defaultCPP_SDK_VERSIONARG for local buildsREADME.md— version table updatedHow to test it
CI runs Docker builds for
hello-haproxy,hello-nginx, andhello-debianexamples against these versions.Additional context
C++ SDK 3.12.0 adds C bindings for FDv2 data system. Redis Source 2.3.1 bumps internal C++ server SDK dependency to 3.12.0. No breaking changes or deprecated APIs.
Link to Devin session: https://app.devin.ai/sessions/719e31f6d5f64cb7bcfab0052762628e
Requested by: @kinyoklion
Note
Low Risk
Version-pin and documentation updates only; integration risk is covered by existing CI Docker example builds.
Overview
Bumps the pinned LaunchDarkly C++ server-side SDK from
3.10.1to3.12.0and the optional Redis Source from2.1.19to2.3.1across CI config, docs, and example builds..github/variables/cpp-sdk-versions.envis the source of truth for CI (via thecpp-versionscomposite action). The README minimum-version table and release links are updated to match.CPP_SDK_VERSIONdefaults inhello-debian,hello-haproxy, andhello-nginxDockerfiles are raised so local/CI example images build against the new SDK tag or prebuilt artifact URL.No Lua module or binding code changes—only dependency version alignment.
Reviewed by Cursor Bugbot for commit f5fb6fb. Bugbot is set up for automated code reviews on this repo. Configure here.