- Upgraded dependencies (okio 3.12.0, gson 2.13.1, commons-codec 1.21.0)
- Upgraded all Maven plugins to latest stable versions
- Fixed OSGi Import-Package to exclude unresolvable packages (org.openjsse, dalvik, etc.)
- Added OSGi bundle manifest integration test
- Upgraded maven-bundle-plugin to 5.1.9 (Java 11 compatible)
- Fixed transient dependencies for okhttp
- Fixed Import-Package manifest for OSGI deployments
- Fixed Import-Package manifest for OSGI deployments
- Upgrade Okhttp to version 4.12.0
- Upgrade Okio to version 3.7.0
- Fix for requests with empty body
- Fixed Import-Package manifest for OSGI deployments
- Added new property extension().
- Added new methods convert(new Options().with("type", "image/webp")) and transform(new Options().with("background", "black")).
- Updated dependent libraries.
- Minimum java version is 1.8.
- Fixes to depedency paths in OSGi imported packages.
- As of this version dependencies are bundled making this package a valid OSGi bundle.
- Properly close response body for requests where body is unused.
- Migrate internals to OkHttp3 (minimum version required is 3.3.0).
- Retry failed requests by default.
- Bugfix: Avoid java.security.cert.CertPathValidatorException on Android.
- Support for HTTP proxies.