Skip to content

2.0.0

Compare
Choose a tag to compare
@drichelson drichelson released this 11 Apr 21:36
· 726 commits to main since this release

[2.0.0] - 2017-04-10

Added

  • More configurable flag update mechanisms including the ability to disable streaming. See README.md for details.

Changed

  • API BREAKING CHANGE: Guava ListenableFuture is no longer returned from LDClient. Instead we're returning java.util.concurrent.Future.
  • Added configurable background polling.
  • Improved Json variation handling.
  • Improved stream connection lifecycle management.
  • Removed SLF4J logger in LDUser.
  • Updated suggested Proguard rules for a smaller footprint.

Fixed