Skip to content

1.3.0

Compare
Choose a tag to compare
@andybharness andybharness released this 06 Sep 13:03
· 50 commits to main since this release
fa7f496

What's Changed

Breaking API changes from 1.2.x

MapDB and Guava dependencies were removed as part of this release to reduce the footprint of the SDK. FileMapStore is no longer provided since it was based on MapDB. A drop in replacement called XmlFileMapStore has been provided which uses standard Java libraries to store flags in an XML file. If you still require MapDB support you can provide your own implementation by overriding the Storage interface.

Known issues

On startup java.lang.NoSuchMethodError: kotlin.* or similar is thrown.
This is caused by conflicting kotlin-stdlib JARs on the classpath brought in by okhttp.

  • Make sure no other dependency brings in kotlin-stdlib earlier than 1.4.10
  • If you're using SpringBoot, it's recommend that you upgrade to at least 2.7.x

Full Changelog: 1.2.4...1.3.0