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:
8
8
9
9
## Unreleased
10
10
11
+ ## 2.9.24
12
+
11
13
- 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 ) )
13
18
14
19
## 2.9.17
15
20
You can’t perform that action at this time.
0 commit comments