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