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
[BREAKING CHANGE] Multiple file uploader now keeps successful files on update, only discarding failed ones(@mshibuya7db9195d)
[BREAKING CHANGE] #remote_#{column}_urls= was changed to preserve precedent updates(@mshibuya8f18a95b)
#serializable_hash now returns string for version keys(@schovi#2246)
Use the MimeMagic gem to inspect file headers for the mime type. This allows for mitigation of CVE-2016-3714, in combination with a content_type_whitelist(@locriani#1934)
Replace mime-types dependency with mini_mime to save memory(@bradleypriest#2292)
Delegate MiniMagick processing to ImageProcessing gem(@janko#2298)
Handle ActiveRecord transaction correctly, not storing or removing files on rollback(@skosh#2209)
Deprecated
fog_provider configuration was deprecated and has no effect, just adding fog providers to Gemfile will load them(@mshibuyaca201ee2)
CarrierWave::Uploader::Base#sanitized_file was deprecated, use #file instead(@mshibuya28190e99)