Rails 8.0.3 (September 22, 2025)¶ ↑
-
Address deprecation of
Aws::S3::Object#upload_streaminActiveStorage::Service::S3Service.Joshua Young
-
Fix
config.active_storage.touch_attachment_recordsto work with eager loading.fatkodima
Rails 8.0.2.1 (August 13, 2025)¶ ↑
-
Remove dangerous transformations
[CVE-2025-24293]
Zack Deveau
Rails 8.0.2 (March 12, 2025)¶ ↑
-
A Blob will no longer autosave associated Attachment.
This fixes an issue where a record with an attachment would have its dirty attributes reset, preventing your
after commitcallbacks on that record to behave as expected.Note that this change doesn't require any changes on your application and is supposed to be internal. Active Storage Attachment will continue to be autosaved (through a different relation).
Edouard-chin
Rails 8.0.1 (December 13, 2024)¶ ↑
-
No changes.
Rails 8.0.0.1 (December 10, 2024)¶ ↑
-
No changes.
Rails 8.0.0 (November 07, 2024)¶ ↑
-
No changes.
Rails 8.0.0.rc2 (October 30, 2024)¶ ↑
-
No changes.
Rails 8.0.0.rc1 (October 19, 2024)¶ ↑
-
No changes.
Rails 8.0.0.beta1 (September 26, 2024)¶ ↑
-
Deprecate
ActiveStorage::Service::AzureStorageService.zzak
-
Improve
ActiveStorage::Filename#sanitizedmethod to handle special characters more effectively. Replace the characters"*?<>with-if they exist in the Filename to match the Filename convention of Win OS.Luong Viet Dung(Martin)
-
Improve InvariableError, UnpreviewableError and UnrepresentableError message.
Include Blob ID and content_type in the messages.
Petrik de Heus
-
Mark proxied files as
immutablein their Cache-Control headerNate Matykiewicz
Please check 7-2-stable for previous changes.