Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 811 Bytes

File metadata and controls

37 lines (27 loc) · 811 Bytes

CHANGELOG

v2.4.0 2025-10-14

  • Added additional logging of file type and dimensions
  • Update to Ruby 3.4.7
  • Update to Alpine 22
  • Update dependencies
  • Add jemalloc
  • Enable YJIT

v2.3.0 2023-07-04

  • Update to Ruby 3.3.3
  • Update to Alpine 20
  • Update dependencies

v2.2.0 2023-02-13

  • Added a version endpoint
  • New Relic now defaults to off
  • Updated to Ruby 3.2.1

v2.1.0 2023-01-31

  • mime_type param is no longer required. The application will now determine the mime-type.
  • height is now an optional parameter (default 800)
  • width is now an optional parameter (default 800)
  • svgs will now be optimised
  • inputs now have better validation
  • include newrelic_rpm

v2.0.0 2022-07-04

  • Add arm64 compatibility
  • Dependency update
  • Multistage build for a smaller image