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 commit
callbacks 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#sanitized
method 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
immutable
in their Cache-Control headerNate Matykiewicz
Please check [7-2-stable]) for previous changes.