Skip to content

Commit

Permalink
Update UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Jan 2, 2022
1 parent 55b300f commit 4a9c23a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UPGRADING.md
Expand Up @@ -84,9 +84,8 @@ For more details, see https://github.com/lostisland/faraday/pull/1306

* Rename `Faraday::Request#method` to `#http_method`.
* Remove `Faraday::Response::Middleware`. You can now use the new `on_complete` callback provided by `Faraday::Middleware`.
* Drop `Faraday::UploadIO` in favour of `Faraday::FilePart`.
* `Faraday.default_connection_options` will now be deep-merged into new connections to avoid overriding them (e.g. headers).
* Retry middleware has been moved to a separate `faraday-retry` gem.
* Retry and Multipart middleware have been moved to separate `faraday-retry` and `faraday-multipart` gems.
* `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.

## Faraday 1.0
Expand Down

0 comments on commit 4a9c23a

Please sign in to comment.