diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-04 17:58:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-04 17:58:41 +0000 |
commit | 7aaff451bafb4b43e1626b329e59a4c9aa7fc31d (patch) | |
tree | ef3363c81916814c65c92fbbfa49f5cb2be77bba /00-RELEASENOTES | |
parent | Adding debian version 5:7.2.4-1. (diff) | |
download | redis-7aaff451bafb4b43e1626b329e59a4c9aa7fc31d.tar.xz redis-7aaff451bafb4b43e1626b329e59a4c9aa7fc31d.zip |
Merging upstream version 5:7.2.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | 00-RELEASENOTES | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 40efaba..c286821 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -13,6 +13,27 @@ SECURITY: There are security fixes in the release. ================================================================================ +Redis 7.2.5 Released Thu 16 May 2024 12:00:00 IST +================================================================================ + +Upgrade urgency MODERATE: Program an upgrade of the server, but it's not urgent. + +Bug fixes +========= + +* A single shard cluster leaves failed replicas in CLUSTER SLOTS instead of removing them (#12824) +* Crash in LSET command when replacing small items and exceeding 4GB (#12955) +* Blocking commands timeout is reset due to re-processing command (#13004) +* Conversion of numbers in Lua args to redis args can fail. Bug introduced in 7.2.0 (#13115) + +Bug fixes in CLI tools +====================== + +* redis-cli: --count (for --scan, --bigkeys, etc) was ignored unless --pattern was also used (#13092) +* redis-check-aof: incorrectly considering data in manifest format as MP-AOF (#12958) + + +================================================================================ Redis 7.2.4 Released Tue 09 Jan 2024 10:45:52 IST ================================================================================ |