Skip to content

Releases: tinify/tinify-java

1.8.8

25 Jan 12:35
d9cc335
Compare
Choose a tag to compare
  • Dependency fix

1.8.7 - Fix dependencies

15 Jan 15:02
670bcea
Compare
Choose a tag to compare
  • Fix dependencies for OSGI releases

1.8.6 - Fix

11 Jan 07:49
b3a29a3
Compare
Choose a tag to compare
  • Fix for dependency resolution on OSGI deployments

1.8.5 - Update dependencies

05 Jan 07:19
5e1bbcb
Compare
Choose a tag to compare

1.8.4 - Update dependencies

04 Jan 12:02
9df296a
Compare
Choose a tag to compare
  • Updated Okio and maven plugins

1.8.3 - Bug fix use proper request method

15 Mar 12:19
cb11b24
Compare
Choose a tag to compare
  • 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()

03 Oct 08:56
ef591c5
Compare
Choose a tag to compare
  • 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)