$npx -y @buildinternet/releases show rel_Xndhv-xiCWKi6VmcHSnb5
[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 and ConnectivityManager. (Thanks, res0nance!)
Remove object-level locking in LDClient that caused synchronous init()s to unnecessarily block other methods, resulting in ANRs.