Releases: launchdarkly/android-client-sdk
Releases · launchdarkly/android-client-sdk
2.6.0
[2.6.0] - 2019-01-29
Added:
- Support for connecting to multiple environments through LDClient interface.
- Security provider hot patch for devices without support for TLSv1.2 (requires Google Play Services to be successful).
Changed:
- Use Timber formatting instead of String concatenation in logging.
- Replace Log calls with Timber in example app.
Fixed:
- Client now parses and stores flag version information correctly in polling mode, allowing these fields to be included in feature and summary events.
- Prevent example app from permanently closing LDClient on first backgrounding.
Removed:
- Support for Android Ice Cream Sandwich, 4.0.3, API 15
2.5.4
[2.5.4] - 2018-10-25
Changed
- Outbound HTTP requests now have an authentication scheme token in
Authorizationrequest headers
Fixed
- Polling for flag updates might block the main thread
- Refactored map synchronization to avoid crashes in apps build with Gradle 3.3.0-alpha11
- Restored support for network connectivity detection in Android 7.0+ devices
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
[2.4.0] - 2018-06-03
Added
- To reduce the network bandwidth used for analytics events, feature request events are now sent as counters rather than individual events, and user details are now sent only at intervals rather than in each event. These behaviors can be modified through the LaunchDarkly UI and with the new configuration option
inlineUsersInEvents. For more details, see Analytics Data Stream Reference. - New method
setInlineUsersInEventsinLDConfig. Whentrueincludes the full user (excluding private attributes) in analyticsfeatureandcustomevents. Whenfalseincludes only theuserKey. Default:false.
Changed
- Updated
Timberdependency to version4.7.0.