File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,13 @@ Current package versions:
88
99## Unreleased
1010
11+ ## 2.9.24
12+
1113- Fix [ #2951 ] ( https://github.com/StackExchange/StackExchange.Redis/issues/2951 ) - sentinel reconnection failure ([ #2956 by mgravell] ( https://github.com/StackExchange/StackExchange.Redis/pull/2956 ) )
12- - Mitigate [ #2955 ] ( https://github.com/StackExchange/StackExchange.Redis/issues/2955 ) (unbalanced pub/sub routing) ([ #2958 by mgravell] ( https://github.com/StackExchange/StackExchange.Redis/pull/2958 ) )
14+ - Mitigate [ #2955 ] ( https://github.com/StackExchange/StackExchange.Redis/issues/2955 ) (unbalanced pub/sub routing) / add ` RedisValue.WithKeyRouting() ` ([ #2958 by mgravell] ( https://github.com/StackExchange/StackExchange.Redis/pull/2958 ) )
15+ - Fix envoyproxy command exclusions ([ #2957 by sshumakov] ( https://github.com/StackExchange/StackExchange.Redis/pull/2957 ) )
16+ - Restrict ` RedisValue ` hex fallback (` string ` conversion) to encoding failures ([ 2954 by jcaspes] ( https://github.com/StackExchange/StackExchange.Redis/pull/2954 ) )
17+ - (internals) prefer ` Volatile.Read ` over ` Thread.VolatileRead ` ([ 2960 by mgravell] ( https://github.com/StackExchange/StackExchange.Redis/pull/2960 ) )
1318
1419## 2.9.17
1520
You can’t perform that action at this time.
0 commit comments