GitPedia
tinify

tinify/tinify-java

Java client for the Tinify API.

8 Releases
Latest: 2mo ago
1.8.9Latest
SreiniSreini·2mo ago·March 17, 2026
GitHub

📋 Changes

  • 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
rkoopmansrkoopmans·2y ago·January 25, 2024
GitHub

📋 Changes

  • Dependency fix
1.8.7 - Fix dependencies1.8.7
rkoopmansrkoopmans·2y ago·January 15, 2024
GitHub

📋 Changes

  • Fix dependencies for OSGI releases
1.8.6 - Fix1.8.6
rkoopmansrkoopmans·2y ago·January 11, 2024
GitHub

📋 Changes

  • Fix for dependency resolution on OSGI deployments
1.8.5 - Update dependencies1.8.5
rkoopmansrkoopmans·2y ago·January 5, 2024
GitHub

📋 Changes

  • Update OKHTTP
1.8.4 - Update dependencies1.8.4
rkoopmansrkoopmans·2y ago·January 4, 2024
GitHub

📋 Changes

  • Updated Okio and maven plugins
1.8.3 - Bug fix use proper request method1.8.3
ddmicuddmicu·3y ago·March 15, 2023
GitHub

📋 Changes

  • 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() 1.8.0
rkoopmansrkoopmans·3y ago·October 3, 2022
GitHub

📋 Changes

  • 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)