You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -17,22 +17,26 @@ Please see the [project documentation](https://socketry.github.io/async-http-far
17
17
18
18
Please see the [project releases](https://socketry.github.io/async-http-faraday/releases/index) for all releases.
19
19
20
+
### v0.21.0
21
+
22
+
-[Improved support for `timeout` and `read_timeout`.](https://socketry.github.io/async-http-faraday/releases/index#improved-support-for-timeout-and-read_timeout.)
23
+
20
24
### v0.20.0
21
25
22
26
- Implement the new response streaming interface, which provides the initial response status code and headers before streaming the response body.
23
27
- An empty response now sets the response body to an empty string rather than `nil` as required by the Faraday specification.
-[Support for `config_block` returning a middleware wrapper.](https://socketry.github.io/async-http-faraday/releases/index#support-for-config_block-returning-a-middleware-wrapper.)
0 commit comments