Skip to content

Commit db7a7eb

Browse files
committed
Version 3.1.0.rc
1 parent 7755e3e commit db7a7eb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## 3.1.0.rc - 2024-12-07
9+
10+
### Added
11+
* Support for AWS S3 FIPS endpoints (@matt-domsch-sp [#2763](https://github.com/carrierwaveuploader/carrierwave/pull/2763), [04bfab3](https://github.com/carrierwaveuploader/carrierwave/commit/04bfab3f00b8290965e72fd944a8beb0477c5e8e), [#2762](https://github.com/carrierwaveuploader/carrierwave/issues/2762))
12+
* Add CarrierWave::Storage::Fog::File#empty? (@mshibuya [2d1af56](https://github.com/carrierwaveuploader/carrierwave/commit/2d1af56cd798da65b16b2285f67ef049f0af8c35), [#1926](https://github.com/carrierwaveuploader/carrierwave/issues/1926))
13+
14+
### Changed
15+
* Show warning when conditionals are used with :convert (@mshibuya [fb287f3](https://github.com/carrierwaveuploader/carrierwave/commit/fb287f326eb6d4e759f56ec1f008c957466b0331), [#2723](https://github.com/carrierwaveuploader/carrierwave/issues/2723))
16+
* Rename #version_exists? to #version_active?, to reduce confusion (@mshibuya [21ca90a](https://github.com/carrierwaveuploader/carrierwave/commit/21ca90a1b0ecfd5a10b82af43c03bee6bedf2801), [#1926](https://github.com/carrierwaveuploader/carrierwave/issues/1926))
17+
18+
### Fixed
19+
* Fix incompatibility with MiniMagick >= 5.0 (@mshibuya [a60d8d8](https://github.com/carrierwaveuploader/carrierwave/commit/a60d8d8a33bc2aa6b0ff09c745def6b8e1a892e9), [#2761](https://github.com/carrierwaveuploader/carrierwave/issues/2761))
20+
* Fix incompatibility with uri gem >= 1.0 (@ollym [#2760](https://github.com/carrierwaveuploader/carrierwave/pull/2760), [#2759](https://github.com/carrierwaveuploader/carrierwave/issues/2759))
21+
* Clear download errors on reassigning remote urls (@mshibuya [bb8c6e1](https://github.com/carrierwaveuploader/carrierwave/commit/bb8c6e1f9eccae8650c70ab46ca487ec878cda0b), [#2725](https://github.com/carrierwaveuploader/carrierwave/issues/2725))
22+
823
## 3.1.0.beta - 2024-09-01
924

1025
### Added

lib/carrierwave/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CarrierWave
2-
VERSION = "3.1.0.beta".freeze
2+
VERSION = "3.1.0.rc".freeze
33
end

0 commit comments

Comments
 (0)