Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 767 Bytes

File metadata and controls

54 lines (33 loc) · 767 Bytes

1.8.0

  • Update development dependencies.

Extend runtime support for:

  • Ruby 4.0

Remove runtime support for:

  • Ruby 3.1

1.7.1

  • Update rexml because of CVE-2025-58767.
  • Fix source :result to use post when a body is given.

1.7.0

  • Added base64 gem to Gemfile

Extend runtime support for:

  • Ruby 3.2
  • Ruby 3.3
  • Ruby 3.4

Remove runtime support for:

  • Ruby 2.6
  • Ruby 3.0

1.6.0

Added transform & convert methods for the Tinify API. Added helper property for getting the file extension (Result.extension)

Extend runtime support for the following runtimes:

  • Ruby 2.6
  • Ruby 2.7
  • Ruby 3.0
  • Ruby 3.1

Experimental support

  • JRuby
  • Truffle Ruby

1.5.0

  • Retry failed requests by default.

1.4.0

  • Added support for HTTP proxies.