—
title: Shrine 3.2.1¶ ↑
Ruby 2.7 compatibility¶ ↑
- 
Shrinedoesn’t trigger Ruby 2.7 warnings for separation of positional and keyword arguments anymore. - 
Down 5.1.0 has been released, which resolves warnings and a
FrozenErrorexception on Ruby 2.7.Shrinenow requires at least this version of Down. 
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_endpointplugin now usesRack::Fileson Rack 2.1 or newer. 
Other improvements¶ ↑
- 
The
S3#openmethod now handles empty S3 objects.