Skip to content

Commit

Permalink
Merge branch 'master' into next-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gwhelanLD committed Jul 29, 2019
2 parents 75ac7cf + e52f4ef commit d26e006
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [2.8.5] - 2019-07-29
### Added:
- Added a CircleCI badge to the project readme.
### Fixed
- Fix a bug introduced in 2.8.0 that could cause the SDK to enter a bad state where it would no longer connect to the flag stream if `identify()` was called rapidly.
- Reverted an unintentional behavior change introduced in 2.8.0 when `LDClient.init` is given zero as the timeout argument. Before 2.8.0, this would not wait for initialization and return the client immediately. For 2.8.0-2.8.4 this was changed to wait indefinitely for initialization, 2.8.5 restores the earlier behavior.

## [2.8.4] - 2019-06-14
### Fixed
- Deadlock when waiting on main thread for `identify` call.
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation project(path: ':launchdarkly-android-client-sdk')
// Comment the previous line and uncomment this one to depend on the published artifact:
//implementation 'com.launchdarkly:launchdarkly-android-client-sdk:2.8.4'
//implementation 'com.launchdarkly:launchdarkly-android-client-sdk:2.8.5'

implementation 'com.jakewharton.timber:timber:4.7.1'

Expand Down
2 changes: 1 addition & 1 deletion launchdarkly-android-client-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'io.codearte.nexus-staging'

allprojects {
group = 'com.launchdarkly'
version = '2.8.4'
version = '2.8.5'
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
Expand Down

0 comments on commit d26e006

Please sign in to comment.