Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Carrierwave History/Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

3.0.0.beta - 2022-11-19

Added

  • Add basename and fix extension value for fog file (@leductienttkt #2587)
  • Allow uploaders to accept unless conditions (@Vpatel1093 #2588)
  • Add retry option to download from remote url (@tashirosota #2577)

Deprecated

  • #denylist was deprecated to prefer explicitly opting-in (@mshibuya 7a40ef7, #2536)

Changed

  • Completely migrate to allowlist/denylist terminology (@mshibuya 7a40ef7, #2536)
  • Remove implementation-dependent information from an error message (@akihikodaki #2499)
  • Replace mini_mime with marcel (@pjmartorell #2552)

Removed

  • Drop support for Ruby < 2.5 and Rails 5.x (@mshibuya 229594f)
  • Remove support for Merb (@seuros #2566)

Fixed

  • Add Workaround for 'undefined method closed?' error caused by ssrf_filter 1.1 (@mshibuya 65bf0d9, #2628)
  • Fix Ruby 2.7 keyword argument warning in uploader process (@nachiket87 #2636, #2635)
  • Raise DownloadError when no content is returned (@BrianHawley #2633, #2632)
  • Add workaround for the API change in ssrf_filter 1.1 (@BrianHawley #2629, #2625)
  • Fix Content-Type not being copied when using fog-google (@smnscp #2614)
  • Fix failing to save after limiting the columns with ActiveRecord's #select (@wonda-tea-coffee #2613, #2608)
  • Fix content type detection for JSON files (@smnscp #2618)
  • Remove invalid byte sequences from the sanitized filename (@alexdunae #2606)
  • Fix issue with copying a fog file larger than 5GB (@slonopotamus #2583)
  • Stop closing StringIO-based file after CarrierWave::SanitizedFile#read (@aleksandrs-ledovskis #2571)
  • Remove uploaded files when transaction is rolled back (@fsateler #2546)

Please check 2.x-stable for previous changes.