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.