Skip to content

Commit 61deaeb

Browse files
hpatromadolson
andcommitted
Update release notes
Co-authored-by: Madelyn Olson <[email protected]> Signed-off-by: Harkrishn Patro <[email protected]> Signed-off-by: Harkrishn Patro <[email protected]>
1 parent 57dea1a commit 61deaeb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

00-RELEASENOTES

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ apply as soon as possible.
1818

1919
Bug fixes
2020
=========
21-
* Properly escape double quotes and backslash in sdscatrepr (#2036)
22-
* Fix random element in skewed sparse hash table (#2085)
23-
* Only mark the client reprocessing flag when unblocked on keys (#2109)
24-
* Fix bad slot used in sharded pubsub unsubscribe (#2137)
25-
* Free module context even if there was no content written in auxsave2 (#2132)
26-
* Detect SSL_new() returning NULL in outgoing connections (#2140)
27-
* Correctly cast the extension lengths (#2144)
21+
* Properly escape double quotes and backslash in `MONITOR` command (#2036)
22+
* Fix high cpu usage when fetching a random element in skewed sparse hash
23+
table (#2085)
24+
* Fix a bug that allowed clients to process commands when the server has paused command processing (#2109)
25+
* Fix a crash where the wrong slot is used when processing sharded pubsub unsubscribe events (#2137)
26+
* Fix a crash when a module attempts to write auxiliary data with AOF enabled (#2132)
27+
* Fix a bug where the engine may crash when establishing new outbound TLS connections (#2140)
28+
* Fix a bug a cluster bus packet may be incorrectly marked as invalid (#2144)
2829

2930
Security fixes
3031
==============

0 commit comments

Comments
 (0)