This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
forked from shrinerb/shrine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## master | ||
## 3.2.1 (2020-01-12) | ||
|
||
* `derivation_endpoint` – Use `Rack::Files` constant on Rack >= 2.1 (@janko) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Shrine 3.2.1 | ||
--- | ||
|
||
## Ruby 2.7 compatibility | ||
|
||
* Shrine doesn't trigger [Ruby 2.7 warnings for separation of positional and | ||
keyword arguments][kwargs] anymore. | ||
|
||
* Down 5.1.0 has been released, which resolves warnings and a `FrozenError` | ||
exception on Ruby 2.7. Shrine now requires at least this version of Down. | ||
|
||
If you're using `Down::Http`, make sure you're using http.rb 4.3.0 or newer. | ||
|
||
* ImageProcessing 1.10.3 gem has been released which resolves Ruby 2.7 warnings | ||
as well. If you're using it for image processing, make sure to upgrade to | ||
this version: | ||
|
||
```rb | ||
gem "image_processing", ">= 1.10.3", "< 2" | ||
``` | ||
|
||
## Rack 2.1.0 compatibility | ||
|
||
* The `derivation_endpoint` plugin now uses `Rack::Files` on Rack 2.1.0 or | ||
newer. | ||
|
||
## Other improvements | ||
|
||
* The `S3#open` method now handles empty S3 objects. | ||
|
||
[kwargs]: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters