From 0842c2e559d5e77964415756083565b62d3f3060 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Mon, 1 Aug 2022 18:45:12 +0000 Subject: [PATCH] Releasing version 3.1.6 --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e39b01e..7665fc6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [3.1.6] - 2022-08-01 +### Added: +- CI builds now include the [SDK test harness](https://github.com/launchdarkly/sdk-test-harness), a standardized contract test suite that validates the SDK's behavior against simulated LaunchDarkly endpoints. + +### Fixed: +- Deadlock between `Throttler` and `ConnectivityManager`. (Thanks, [res0nance](https://github.com/launchdarkly/android-client-sdk/pull/163)!) +- Remove object-level locking in `LDClient` that caused synchronous `init()`s to unnecessarily block other methods, resulting in ANRs. + ## [3.1.5] - 2022-05-05 ### Fixed diff --git a/gradle.properties b/gradle.properties index 98ea8499..449db652 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -version=3.1.5 +version=3.1.6 sonatypeUsername= sonatypePassword=