- Fixed multiple security vulnerabilities across Active Support, Action View, and Active Storage (CVE 2026‑33170, 33168, 33173‑33195, 33202) including scientific notation rejection, unsafe string handling, HTML attribute sanitization, meta...
- Added configurable maximum streaming chunk size and limited range requests to a single range to prevent excessive memory usage and denial‑of‑service attacks.
- Updated DiskService delete_prefixed to escape glob patterns, breaking existing code that relied on glob expansion.