Skip to content

1.5.0

Compare
Choose a tag to compare
@andybharness andybharness released this 09 Jan 08:37
· 22 commits to main since this release

What's Changed

Notable changes

This release removes several large dependencies reducing the SDK's dependency footprint by approximately 2MB

Breaking change

Since version 1.4.x the Percentage Rollout feature this SDK release updates the Murmur3 hash calculation to align it to the GoLang SDK (and other SDKs). This means you may see target identifiers being remapped to different buckets when upgrading. This change is necessary to allow customers to see consistent bucketing across SDKs regardless of what language they use.

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.4.0...1.5.0