Skip to content

chore: release main#530

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore: release main#530
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

launchdarkly-cpp-client: 3.11.2

3.11.2 (2026-06-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/cpp-internal bumped from 0.13.0 to 0.14.0
      • @launchdarkly/cpp-common bumped from 1.11.0 to 1.12.0
      • @launchdarkly/cpp-sse-client bumped from 0.6.1 to 0.7.0
launchdarkly-cpp-common: 1.12.0

1.12.0 (2026-06-24)

Features

  • expose Big Segments via public Client and Config APIs (#552) (c5fd239)
launchdarkly-cpp-internal: 0.14.0

0.14.0 (2026-06-24)

Features

  • add internal BigSegmentStoreWrapper with caching and status polling (#543) (47fa5c2)
  • orchestrator switches to FDv1 fallback on directive (#539) (44f2522)

Bug Fixes

  • FDv2 fixes surfaced by v3 contract test harness (#547) (e9c3c04)
  • handle FDv2 intentCode none as listening, reject unknown codes (#555) (42e8ecd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/cpp-common bumped from 1.11.0 to 1.12.0
launchdarkly-cpp-server: 3.11.0

3.11.0 (2026-06-24)

Features

  • add FDv1AdapterSynchronizer wrapping IDataSynchronizer as IFDv2Synchronizer (#540) (d6368b8)
  • add FDv2 configuration builder (#545) (43850ce)
  • add IBigSegmentStore interface + Redis and DynamoDB stores (#536) (136aca7)
  • add internal BigSegmentsBuilder + config struct (#541) (3c88c2a)
  • add internal BigSegmentStoreWrapper with caching and status polling (#543) (47fa5c2)
  • add server FDv2 data system orchestrator (#529) (65e110f)
  • add X-LaunchDarkly-Instance-Id header to server SDK (SDK-2353) (#532) (fd0c761)
  • evaluate big segments (#550) (505ee46)
  • expose Big Segments via public Client and Config APIs (#552) (c5fd239)
  • orchestrator switches to FDv1 fallback on directive (#539) (44f2522)
  • propagate FDv1 fallback directive from FDv2 polling and streaming sources (#538) (edd96fe)

Bug Fixes

  • FDv2 fixes surfaced by v3 contract test harness (#547) (e9c3c04)
  • stop accumulating WhenAny continuations on the Conditions aggregate (#562) (5f8bf79)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/cpp-internal bumped from 0.13.0 to 0.14.0
      • @launchdarkly/cpp-common bumped from 1.11.0 to 1.12.0
      • @launchdarkly/cpp-sse-client bumped from 0.6.1 to 0.7.0
launchdarkly-cpp-server-dynamodb-source: 0.2.0

0.2.0 (2026-06-24)

Features

  • add IBigSegmentStore interface + Redis and DynamoDB stores (#536) (136aca7)
  • add internal BigSegmentStoreWrapper with caching and status polling (#543) (47fa5c2)
  • implement DynamoDBDataSource + tests (#534) (a0c2790)
  • scaffold libs/server-sdk-dynamodb-source (#533) (df386c1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0
launchdarkly-cpp-server-otel: 0.1.2

0.1.2 (2026-06-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0
launchdarkly-cpp-server-redis-source: 2.3.0

2.3.0 (2026-06-24)

Features

  • add IBigSegmentStore interface + Redis and DynamoDB stores (#536) (136aca7)
  • add internal BigSegmentStoreWrapper with caching and status polling (#543) (47fa5c2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @launchdarkly/cpp-server bumped from 3.10.1 to 3.11.0
launchdarkly-cpp-sse-client: 0.7.0

0.7.0 (2026-06-24)

Features

  • propagate FDv1 fallback directive from FDv2 polling and streaming sources (#538) (edd96fe)

This PR was generated with Release Please. See documentation.


Note

Medium Risk
The tagged release bundles major server-side behavior (FDv2 data path, Big Segment evaluation, external stores), so consumers upgrading get evaluation and sync changes even though this PR is mostly version metadata.

Overview
This is an automated Release Please cut that updates .release-please-manifest.json, per-package package.json / CMakeLists.txt versions, embedded Version() strings, and version assertion tests—no new feature code in the diff itself.

The server SDK goes to 3.11.0 with changelog notes for FDv2 (orchestrator, config builder, FDv1 fallback from streaming/polling), Big Segments (public APIs, evaluation, IBigSegmentStore, Redis/DynamoDB sources), X-LaunchDarkly-Instance-Id, plus FDv2 contract-test fixes and a WhenAny continuation leak fix. Client is 3.11.2 (dependency-only patch). common 1.12.0, internal 0.14.0, sse-client 0.7.0, redis-source 2.3.0, dynamodb-source 0.2.0, and otel 0.1.2 are bumped to match workspace dependencies.

Reviewed by Cursor Bugbot for commit 23fef8f. Bugbot is set up for automated code reviews on this repo. Configure here.

@github-actions github-actions Bot requested a review from a team as a code owner May 6, 2026 22:54
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from f20e0b3 to b5f8572 Compare May 7, 2026 17:26
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from b5f8572 to 505b538 Compare May 14, 2026 17:37

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default mode and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread libs/server-sdk-otel/package.json
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 3 times, most recently from 1636b9e to 6c17ed0 Compare May 18, 2026 05:56
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 7 times, most recently from 23d6b5d to 3a078b5 Compare June 4, 2026 00:04
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 5 times, most recently from db0c337 to 0774918 Compare June 11, 2026 21:52
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 7 times, most recently from a73aec4 to d5ad2fd Compare June 18, 2026 00:15
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 3 times, most recently from df1bbe4 to 0f52dd8 Compare June 23, 2026 01:13
@github-actions github-actions Bot force-pushed the release-please--branches--main branch 3 times, most recently from 308523f to 4af4f89 Compare June 24, 2026 22:46
@github-actions github-actions Bot force-pushed the release-please--branches--main branch from 4af4f89 to 23fef8f Compare June 24, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants