Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

4.12.1

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 20 Mar 23:28

[4.12.1] - 2020-03-20

Changed:

  • Improved the performance of the in-memory flag data store by using an immutable map that is atomically replaced on updates, so reads do not need a lock.
  • Improved the performance of flag evaluations when there is a very long user target list in a feature flag or user segment, by representing the user key collection as a Set rather than a List.
  • Updated OkHttp version to 3.12.10 (the latest version that still supports Java 7).