Shrine v2.10.0 Release Notes

Release Date: 2018-03-28 // about 6 years ago
    • Add :fastimage analyzer to determine_mime_type plugin (@mokolabs)

    • ๐Ÿ“‡ Keep download endpoint URL the same regardless of metadata ordering (@MSchmidt)

    • Remove :rack_mime extension inferrer from the infer_extension plugin (@janko)

    • ๐Ÿ‘ Allow UploadedFile#download to accept a block for temporary file download (@janko)

    • Add :ruby_vips analyzer to store_dimensions plugin (@janko)

    • Add :mini_magick analyzer to store_dimensions plugin (@janko)

    • ๐ŸŒฒ Soft-rename :heroku logging format to :logfmt (@janko)

    • ๐Ÿ—„ Deprecate Shrine::IO_METHODS constant (@janko)

    • Don't require IO size to be known on upload (@janko)

    • Inherit the logger on subclassing Shrine and make it shared across subclasses (@hmistry)