New
2.10.14
Priority: high; the backlog fix (#3002) is rare and niche (specific to low-memory scenarios), but fixes a problem where the client can get into a non-recoverable state.
What's Changed
- fix: Handle Backlog Processor Startup Failures by @nathan-miller23 in https://github.com/StackExchange/StackExchange.Redis/pull/3002
- fix: Propagate PhysicalBridge backlog to ServerCounters by @nathan-miller23 in https://github.com/StackExchange/StackExchange.Redis/pull/2996
- fix incorrect debug assertion in
HGETEX; no impact to release build by @mgravell in https://github.com/StackExchange/StackExchange.Redis/pull/2999 - (eng) CI trivia - docker image, codeql, enable manual CI runs (@mgravell)
New Contributors
- @nathan-miller23 made their first contribution in https://github.com/StackExchange/StackExchange.Redis/pull/2996
Full Changelog: https://github.com/StackExchange/StackExchange.Redis/compare/2.10.1...2.10.14