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: changes.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,24 @@ Faraday.new do |builder|
15
15
end
16
16
end
17
17
```
18
+
19
+
# v0.17.0
20
+
21
+
## Per-thread Client Cache
22
+
23
+
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