chore: release main#530
Conversation
f20e0b3 to
b5f8572
Compare
b5f8572 to
505b538
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default mode and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 505b538. Configure here.
| "name": "@launchdarkly/cpp-server-otel", | ||
| "description": "This package.json exists for modeling dependencies for the release process.", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", |
There was a problem hiding this comment.
Otel CMakeLists.txt version not updated to 0.1.2
Medium Severity
The libs/server-sdk-otel/CMakeLists.txt reports VERSION 0.1.0 but this release publishes version 0.1.2. Unlike all sibling packages, this file is missing the # {x-release-please-version} marker comment, so Release Please cannot find and update the version string — even though the file is explicitly listed in release-please-config.json under extra-files. This leaves the CMake project version permanently stale relative to the released version.
Reviewed by Cursor Bugbot for commit 505b538. Configure here.
505b538 to
9fae375
Compare
9fae375 to
1636b9e
Compare


🤖 I have created a release beep boop
launchdarkly-cpp-server: 3.11.0
3.11.0 (2026-05-15)
Features
launchdarkly-cpp-server-dynamodb-source: 0.2.0
0.2.0 (2026-05-15)
Features
Dependencies
launchdarkly-cpp-server-otel: 0.1.2
0.1.2 (2026-05-15)
Dependencies
launchdarkly-cpp-server-redis-source: 2.2.3
2.2.3 (2026-05-15)
Dependencies
This PR was generated with Release Please. See documentation.
Note
Low Risk
Mostly automated release metadata updates (versions, manifests, and changelogs) plus test expectations for the new
launchdarkly-cpp-serverversion; no behavioral code changes are introduced in this diff.Overview
Updates release/versioning metadata across the workspace: bumps
libs/server-sdkto3.11.0,libs/server-sdk-redis-sourceto2.2.3,libs/server-sdk-dynamodb-sourceto0.2.0, andlibs/server-sdk-otelto0.1.2, and reflects these in.release-please-manifest.json,CMakeLists.txt, andpackage.jsonfiles.Refreshes changelogs for the new releases and updates
Client::Version()plus unit tests/C bindings tests to assert3.11.0.Reviewed by Cursor Bugbot for commit 1636b9e. Bugbot is set up for automated code reviews on this repo. Configure here.