Releases: launchdarkly/flutter-client-sdk
Releases · launchdarkly/flutter-client-sdk
launchdarkly_common_client: v0.1.0
3.0.1
[3.0.1] - 2023-09-21
Fixed:
- Fixed a rare bug in key generation in some contexts generated by the Auto Environment Attributes feature.
3.0.0
[3.0.0] - 2023-08-25
Added:
- Added Automatic Mobile Environment Attributes functionality which makes it simpler to target your mobile customers based on application name or version, or on device characteristics including manufacturer, model, operating system, locale, and so on. To learn more, read Automatic environment attributes.
Removed:
- Removed LDUser and related functionality. Use LDContext instead. To learn more, read https://docs.launchdarkly.com/home/contexts.
2.1.0
2.0.3
[2.0.3] - 2023-08-09
Fixed:
- Fixes evaluation detail ruleIndex bug affecting iOS
2.0.2
[2.0.2] - 2023-06-16
Fixed:
- Fixes threading issue in start routine in Android native code
2.0.1
[2.0.1] - 2023-06-07
Fixed:
- Flag listeners are now called correctly after identify results in flag value changes.
2.0.0
[2.0.0] - 2023-04-26
The latest version of this SDK supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts."
For detailed information about this version, please refer to the list below. For information on how to upgrade from the previous version, please read the migration guide.
Added:
- The type
LDContextand associated builders which define the new context model. - For SDK methods that took an
LDUserparameter, there is now an overload (ex:startWithContext) that takes anLDContext. The SDK still supportsLDUserfor now, butLDContextis the preferred model andLDUsermay be removed in a future version.
Changed:
- The
secondaryattribute which existed inLDUseris no longer a supported feature. If you set an attribute with that name inLDContext, it will simply be a custom attribute like any other. - Analytics event data now uses a new JSON schema due to differences between the context model and the old user model.
- The SDK no longer adds
deviceandosvalues to the user attributes. Applications that wish to use device/OS information in feature flag rules must explicitly add such information. maxCachedUsersis nowmaxCachedContextsLDConfig.privateAttributeNamesis nowprivateAttributes
Removed:
- Removed the
secondarymeta-attribute inLDUserandLDUser.Builder. - The
aliasmethod no longer exists because alias events are not needed in the new context model. - The
inlineUsersInEventsoption no longer exists because it is not relevant in the new context model.
1.3.0
[1.3.0] - 2023-04-04
Added:
LDConfigBuilder.applicationInfo()and.applicationVersion(), for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations.
1.2.0
[1.2.0] - 2022-11-07
Changed:
- Updated Android SDK version.
- Updated Kotlin plugin version to allow working with new default versions in android studio.
- Raised minimum iOS version to 11, and updated to build with XCode 13.