1.2.0
What's Changed
- FFM-7004 - Java SDK - TLS - support custom CAs by @andybharness in #138
- FFM-7038 - Add SDK info header by @andybharness in #139
- FFM-6964 - Add broader exception handling in case authentication fails by @checketts in #137
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
- @checketts made their first contribution in #137
Full Changelog: 1.1.11...1.2.0