- Use a temporary file for storing unencrypted files during editing to improve security.
- Fix CVE‑2023‑38037 by preventing exposure of unencrypted data.
Official Ruby on Rails changelog summary with source attribution, release tags, and community reactions.
Track this Ruby on Rails release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Ruby on Rails release note into a weekly digest for the tools you actually use.
Create digestActive Storage disables libvips unfuzzed image loaders/savers, causing Vips::Error for BMP, ICO, PSD, SVG, JPEG XL, JPEG 2000, Netpbm and other formats – a breaking change for apps using those types
Active Storage disables libvips “unfuzzed” image loaders and savers (e.g., BMP, ICO, PSD, SVG, JPEG‑XL, JPEG‑2000), causing Vips::Error for those formats
Active Storage now disables libvips "unfuzzed" image loaders/savers, raising Vips::Error for BMP, ICO, PSD, SVG, JPEG XL, JPEG 2000, Netpbm, FITS and similar formats – a breaking change for image‑processing applications.