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: releases.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This improves compatibility with existing code that uses `timeout` and `read_tim
18
18
19
19
## v0.19.0
20
20
21
-
### Support `in_parallel`
21
+
### Support `in_parallel`.
22
22
23
23
The adapter now supports the `in_parallel` method, which allows multiple requests to be made concurrently.
24
24
@@ -56,7 +56,7 @@ end
56
56
57
57
## v0.18.0
58
58
59
-
### Config Block
59
+
### Support for `config_block` returning a middleware wrapper.
60
60
61
61
The `config_block` provided to the adapter must now return `nil`, `client` or a middleware wrapper around `client`.
62
62
@@ -74,7 +74,7 @@ end
74
74
75
75
## v0.17.0
76
76
77
-
### Per-thread Client Cache
77
+
### Introduced a per-thread `Client` cache.
78
78
79
79
The default adapter now uses a per-thread client cache internally, to improve compatibility with existing code that shares a single `Faraday::Connection` instance across multiple threads.
0 commit comments