mirror of
https://github.com/lostisland/faraday.git
synced 2025-08-23 00:01:48 -04:00
incorporate latest RC changes into the changelog
This commit is contained in:
parent
eb2a411cd0
commit
2911204870
@ -1,6 +1,6 @@
|
||||
# Faraday Changelog
|
||||
|
||||
## v0.9.0.pre
|
||||
## v0.9.0
|
||||
|
||||
* Add HTTPClient adapter (@hakanensari)
|
||||
* Improve Retry handler (@mislav)
|
||||
@ -9,4 +9,7 @@
|
||||
* Respect user/password in http proxy string (@mislav)
|
||||
* Adapter options are structs. Reinforces consistent options across adapters
|
||||
(@technoweenie)
|
||||
|
||||
* Stop stripping trailing / off base URLs in a Faraday::Connection. (@technoweenie)
|
||||
* Add a configurable URI parser. (@technoweenie)
|
||||
* Remove need to manually autoload when using the authorization header helpers on `Faraday::Connection`. (@technoweenie)
|
||||
* `Faraday::Adapter::Test` respects the `Faraday::RequestOptions#params_encoder` option. (@technoweenie)
|
||||
|
Loading…
x
Reference in New Issue
Block a user