Added
- Support for AWS S3 FIPS endpoints (@matt-domsch-sp #2763, 04bfab3, #2762)
- Add CarrierWave::Storage::Fog::File#empty? (@mshibuya 2d1af56, #1926)
- Add support for the
crop
processing method (@clickworkorange #2721) - Add global
skip_ssrf_protection
configuration (@rajyan #2696, #2695)
Changed
- Show warning when conditionals are used with :convert (@mshibuya fb287f3, #2723)
- Rename #version_exists? to #version_active?, to reduce confusion (@mshibuya 21ca90a, #1926)
- Show warning if #filename is safeguarded as in the pre-3.x style (@mshibuya #2718, #2708)
Fixed
- Fix incompatibility with MiniMagick >= 5.0 (@mshibuya a60d8d8, #2761)
- Fix incompatibility with uri gem >= 1.0 (@ollym #2760, #2759)
- Clear download errors on reassigning remote urls (@mshibuya bb8c6e1, #2725)
- Fix version names starting with a non-alphabet character lead to NameError (@r7kamura #2748, #2722)
- Fix Rails 7.2 incompatibility due to incorrect use of ActiveSupport::Deprecation (@mshibuya b25477d, 8761240, #2751)
- Fix assigning a file with the same name not marking the column as changed (@mshibuya 47f1737, #2719)
- Fix content type magic detection for files packaged in .zip (@dzhikvas #2705, #2704)