3.1.6
LaunchDarklyReleaseBot
released this
01 Aug 19:47
·
611 commits
to main
since this release
[3.1.6] - 2022-08-01
Added:
- CI builds now include the SDK test harness, a standardized contract test suite that validates the SDK's behavior against simulated LaunchDarkly endpoints.
Fixed:
- Deadlock between
Throttler
andConnectivityManager
. (Thanks, res0nance!) - Remove object-level locking in
LDClient
that caused synchronousinit()
s to unnecessarily block other methods, resulting in ANRs.