Skip to content

Commit

Permalink
Update UPGRADING.md to highlight change about Faraday.default_connect…
Browse files Browse the repository at this point in the history
…ion_options
  • Loading branch information
iMacTia authored Nov 30, 2021
1 parent 746ab73 commit cc749c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ 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).

## Faraday 1.0

Expand Down

0 comments on commit cc749c6

Please sign in to comment.