chore: release main - #595
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
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.
🤖 I have created a release beep boop
launchdarkly-cpp-server: 3.13.2
3.13.2 (2026-08-14)
Bug Fixes
launchdarkly-cpp-server-dynamodb-source: 0.3.2
0.3.2 (2026-08-14)
Dependencies
launchdarkly-cpp-server-otel: 0.1.6
0.1.6 (2026-08-14)
Dependencies
launchdarkly-cpp-server-redis-source: 2.4.2
2.4.2 (2026-08-14)
Dependencies
This PR was generated with Release Please. See documentation.
Note
Overview
Release Please bumps published versions across the monorepo:
launchdarkly-cpp-server3.13.2, plus matching patch releases for Redis, DynamoDB, and OTEL server packages that depend on it.The 3.13.2 server SDK release documents a bug fix (#508): lazy-load (daemon) mode no longer blocks initialization or evaluations when the persistent store lacks the
$initedkey. The lazy-load data system now treats itself as initialized immediately (aligned with other SDKs), logs a warning if$initedis missing, and still evaluates from on-demand store reads.This PR’s diff is mostly version constants (
CMakeLists.txt,package.json,.release-please-manifest.json,Client::Version()), changelog entries, and version assertion updates in tests—not the implementation of the fix itself.Reviewed by Cursor Bugbot for commit 8e2cb71. Bugbot is set up for automated code reviews on this repo. Configure here.