v2.0.1
Dependencies, most importantly Unirest, have been updated. Keep in mind that Unirest 4 has changed its artifact ID from unirest-java
to unirest-java-core
- while its package namespace is also different and you will be able to use it alongside Unirest 3, you will run into problems if you use a custom UnirestInstance with Akiwrapper unless you upgrade.
Deprecations
UnirestUtils.shutdownInstance()
has been deprecated with no replacement, because it's no longer necessary.