3.2.1.md

doc/release_notes/3.2.1.md
Last Update: 2023-07-30 18:26:06 +0200

title: Shrine 3.2.1

Ruby 2.7 compatibility

If you’re using Down::Http, make sure you’re using http.rb 4.3.0 or newer.

  • ImageProcessing 1.10.3 gem has been released which resolves Ruby 2.7 warnings as well. If you’re using it for image processing, make sure to upgrade to this version:

rb gem "image_processing", ">= 1.10.3", "< 2"

Rack 2.1 compatibility

  • The derivation_endpoint plugin now uses Rack::Files on Rack 2.1 or newer.

Other improvements

  • The S3#open method now handles empty S3 objects.