Releases: tinify/tinify-java
Releases · tinify/tinify-java
1.8.9
- 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)
1.8.8
1.8.7 - Fix dependencies
- Fix dependencies for OSGI releases
1.8.6 - Fix
- Fix for dependency resolution on OSGI deployments
1.8.5 - Update dependencies
- Update OKHTTP
1.8.4 - Update dependencies
- Updated Okio and maven plugins
1.8.3 - Bug fix use proper request method
- Requests to the output URL should be a GET request when the body is empty.
- Added test cases.
1.8.0 - New API features convert() and transform()
- Added new property extension() for getting the file extension from the result
- Added new method convert(new Options().with("type", "image/webp")) for file type transcoding
- Added new method transform(new Options().with("background", "black")) for changing the background colour of images with an alpha layer (transparancy)