- Fixed Action Pack middleware bug where the response body closure wasn't communicated, causing request state to persist across requests.
- Addresses CVE‑2022‑23633 by ensuring proper reset of request state after each response.
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.