You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scanning is now skipped for blobs that have a related attachment that has been persisted in order to avoid scanning the same file multiple times. We assume that the file needs to be scanned only once during the first time it is being attached to a record because otherwise it would be re-scanned every time when the attached record is updated (in which case the file would not be changed, as if the file is changed, also the attached blob is changed).
The ActiveStorage storage engine has been updated and partly rewritten due to changes in its API. The new API introduces a changes concept in the library which this update takes in to account. In the new API, the blobs will not get uploaded to the storage service before the validations have been successful, which led to rethinking how this storage engine works in Ratonvirus.