1.2.1
What's Changed
- FFM-7214 - If authentication fails the SDK will no longer attempt to retry constantly by @andybharness in #144
Known issues
On startupjava.lang.NoSuchMethodError: kotlin.collections.ArraysKt.copyInto([B[BIII)[B
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
New Contributors
- @conormurray95 made their first contribution in #140
Full Changelog: 1.2.0...1.2.1