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: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ Bug fixes:
12
12
- Adds regression test covering short/long UTF-8, binary, and cross-client read scenarios
13
13
- Thanks to Jean Boussier and Mikael Henriksson for the fix and regression test
14
14
15
+
- Fix client-level `string_fastpath: true` being silently ignored (#1101)
16
+
-`Dalli::Client.new(servers, string_fastpath: true)` had no effect; the fast path was only taken when `string_fastpath: true` was passed as a per-request option on each `set` call
17
+
- Per-request option continues to take precedence over the client-level setting in both directions
0 commit comments