Skip to content

Commit 8ea68f4

Browse files
Add CHANGELOG entry for client-level string_fastpath fix
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 60c9dca commit 8ea68f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Bug fixes:
1212
- Adds regression test covering short/long UTF-8, binary, and cross-client read scenarios
1313
- Thanks to Jean Boussier and Mikael Henriksson for the fix and regression test
1414

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
18+
1519
5.0.3
1620
==========
1721

0 commit comments

Comments
 (0)