fix: Update launchdarkly_common_client to version 1.14.1#327
Merged
Conversation
kinyoklion
approved these changes
Jul 13, 2026
tanderson-ld
pushed a commit
that referenced
this pull request
Jul 13, 2026
🤖 I have created a release *beep* *boop* --- ## [4.20.1](4.20.0...4.20.1) (2026-07-13) ### Bug Fixes * Update launchdarkly_common_client to version 1.14.1 ([#327](#327)) ([07b3a1a](07b3a1a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Mechanical semver patch and version string updates only; no SDK logic changes in this diff. > > **Overview** > **Patch release 4.20.1** for `launchdarkly_flutter_client_sdk`, generated by Release Please. > > Bumps the published package version and aligned references from **4.20.0** to **4.20.1** in `.release-please-manifest.json`, `packages/flutter_client_sdk/pubspec.yaml`, the `sdkVersion` constant in `ld_client.dart`, and both example apps’ `pubspec.yaml` files. Adds the **4.20.1** changelog entry documenting a bug fix: dependency on **`launchdarkly_common_client` 1.14.1** ([#327](#327)). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 89b8aa7. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
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.
Summary
Test plan
Note
Low Risk
Single dependency patch bump with no SDK code changes; risk is limited to behavior in the shared client’s streaming path.
Overview
Pins
launchdarkly_common_clientfrom 1.14.0 to 1.14.1 inpackages/flutter_client_sdk/pubspec.yaml, pulling the patch release’s streaming StateError fix into the Flutter SDK without any Dart/API changes in this repo.After merge, release-please is expected to cut launchdarkly_flutter_client_sdk 4.20.1 with a changelog note for that fix.
Reviewed by Cursor Bugbot for commit ae847f5. Bugbot is set up for automated code reviews on this repo. Configure here.