Releases: tinify/tinify-java
Releases · tinify/tinify-java
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
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)