Skip to content

Commit 823772e

Browse files
chore(main): release 4.11.2 (#216)
🤖 I have created a release *beep* *boop* --- ## [4.11.2](4.11.1...4.11.2) (2025-09-03) ### Bug Fixes * improves handling of invalid contexts and adds SSE Client logging ([#215](#215)) ([131a658](131a658)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 131a658 commit 823772e

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/common":"1.6.1","packages/common_client":"1.6.2","packages/event_source_client":"1.2.1","packages/flutter_client_sdk":"4.11.1"}
1+
{"packages/common":"1.6.1","packages/common_client":"1.6.2","packages/event_source_client":"1.2.1","packages/flutter_client_sdk":"4.11.2"}

packages/flutter_client_sdk/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to the LaunchDarkly Flutter client-side SDK will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).
44

5+
## [4.11.2](https://github.com/launchdarkly/flutter-client-sdk/compare/4.11.1...4.11.2) (2025-09-03)
6+
7+
8+
### Bug Fixes
9+
10+
* improves handling of invalid contexts and adds SSE Client logging ([#215](https://github.com/launchdarkly/flutter-client-sdk/issues/215)) ([131a658](https://github.com/launchdarkly/flutter-client-sdk/commit/131a65854a22f9a29f46dcab953bec686a1b1a58))
11+
512
## [4.11.1](https://github.com/launchdarkly/flutter-client-sdk/compare/4.11.0...4.11.1) (2025-05-12)
613

714

packages/flutter_client_sdk/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
# This defaults to a published package. Using `flutter pub get` will get the package from pub.dev
3434
# If you run `melos bs` in the root of the repository, then it will be linked to the local version
3535
# instead.
36-
launchdarkly_flutter_client_sdk: 4.11.1 # x-release-please-version
36+
launchdarkly_flutter_client_sdk: 4.11.2 # x-release-please-version
3737

3838
# The following adds the Cupertino Icons font to your application.
3939
# Use with the CupertinoIcons class for iOS style icons.

packages/flutter_client_sdk/lib/src/ld_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ interface class LDClient {
7272
context,
7373
DiagnosticSdkData(
7474
name: 'FlutterClientSdk',
75-
version: '4.11.1')); // x-release-please-version
75+
version: '4.11.2')); // x-release-please-version
7676
_connectionManager = ConnectionManager(
7777
logger: _client.logger,
7878
config: ConnectionManagerConfig(

packages/flutter_client_sdk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: launchdarkly_flutter_client_sdk
22
description: Official Flutter client-side SDK for LaunchDarkly. Get started using LaunchDarkly today!
3-
version: 4.11.1
3+
version: 4.11.2
44
homepage: https://github.com/launchdarkly/flutter-client-sdk
55
repository: https://github.com/launchdarkly/flutter-client-sdk/tree/main/packages/flutter_client_sdk
66

0 commit comments

Comments
 (0)