Skip to content

Commit 2d60ce0

Browse files
iMacTiaolleolleolle
authored andcommitted
Update UPGRADING.md
1 parent cb47eca commit 2d60ce0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UPGRADING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ For more details, see https://github.com/lostisland/faraday/pull/1306
8484

8585
* Rename `Faraday::Request#method` to `#http_method`.
8686
* Remove `Faraday::Response::Middleware`. You can now use the new `on_complete` callback provided by `Faraday::Middleware`.
87-
* Drop `Faraday::UploadIO` in favour of `Faraday::FilePart`.
8887
* `Faraday.default_connection_options` will now be deep-merged into new connections to avoid overriding them (e.g. headers).
89-
* Retry middleware has been moved to a separate `faraday-retry` gem.
88+
* Retry and Multipart middleware have been moved to separate `faraday-retry` and `faraday-multipart` gems.
9089
* `Faraday::Builder#build` method is not exposed through `Faraday::Connection` anymore and does not reset the handlers if called multiple times. This method should be used internally only.
9190

9291
## Faraday 1.0

0 commit comments

Comments
 (0)