Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
986dbf71
Commit
986dbf71
authored
May 15, 2023
by
Oran Agra
Browse files
Redis 7.2 RC2
parent
d4439bd4
Changes
2
Hide whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
986dbf71
...
@@ -11,6 +11,60 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
...
@@ -11,6 +11,60 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
SECURITY: There are security fixes in the release.
SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
================================================================================
Redis 7.2 RC2 Released Mon May 15 12:00:00 IST 2023
================================================================================
Upgrade urgency LOW: This is the second Release Candidate for Redis 7.2.
INFO fields and introspection changes
=====================================
* Add a few low level event loop metrics to help diagnose latency (#11963)
Performance and resource utilization improvements
=================================================
* Minor performance improvement to SADD and HSET (#12019)
Platform / toolchain support related changes
=================================================
* Upgrade to Jemalloc 5.3.0, resolves a rare fork child hang (#12115)
* Fix a compiler fortification induced crash when used with link time optimizations (#11982)
* Fix local clients detection, 127.*.*.* instead of 127.0.0.1 (#11664)
* Report AOF failure status to systemd in shutdown (#12065)
Changes in CLI tools
====================
* redis-cli: Reimplement and improve help hints based on actual command arg docs (#10515)
* redis-cli: Add option --count for tuning SCAN based features (#12042)
* redis-benchmark: Add --seed option to seed the random number generator (#11945)
Module API changes
==================
* Add RM_RdbLoad and RM_RdbSave APIs (#11852)
* Add RM_ReplyWithErrorFormat that can support format string (#11923)
* Fix: Delete empty key when RM_ZsetAdd, RM_ZsetIncrby, RM_StreamAdd fail (#12129)
Bug Fixes
=========
* LPOS with RANK set to LONG_MIN returning wrong result (#12167)
* Avoid unnecessary full sync after master restart in a rare case (#12088)
* Iterate clients fairly when processing background chores (#12025)
* Avoid incorrect shrinking of query buffer when reading large data from clients (#12000)
* Sentinel: Fix config rewrite error when old known-slave is used (#11775)
* ACL: Disconnect pub-sub subscribers when revoking allchannels permission (#11992)
* Add a missing fsync of AOF file in rare cases (#11973)
Fixes for issues in previous releases of Redis 7.2
--------------------------------------------------
* Fix tracking of command duration metrics for MULTI, EVAL, WAIT and modules (#11970)
================================================================================
================================================================================
Redis 7.2 RC1 Released Wed Mar 22 12:00:00 IST 2023
Redis 7.2 RC1 Released Wed Mar 22 12:00:00 IST 2023
================================================================================
================================================================================
...
@@ -200,28 +254,28 @@ A special thank you for the amount of work put into this release by:
...
@@ -200,28 +254,28 @@ A special thank you for the amount of work put into this release by:
- Zhu Binbin
- Zhu Binbin
- Guy Benoish
- Guy Benoish
- Oran Agra
- Oran Agra
- Ran Shidlansik
- sundb
- sundb
- Ran Shidlansik
- Zhenwei Pi
- Zhenwei Pi
- Karthik Subbarao
- Karthik Subbarao
- Huang Zhw
- Huang Zhw
- Ping Xie
- Ping Xie
- Madelyn Olson
- Madelyn Olson
- Brennan Cathcart
- Brennan Cathcart
-
Zhu
Tian
-
Chen
Tian
jie
- Slava Koyfman
- Slava Koyfman
- Ozan Tezcan
- Zhu Tian
- Roshan Khatri
- Roshan Khatri
- Shaya Potter
- Shaya Potter
- Moti Cohen
- Moti Cohen
- Arad Zilberstein
- Arad Zilberstein
- Wen Hui
- Wen Hui
- Chen Tianjie
- Basel Naamna
- Basel Naamna
- Mingyi Kang
- Mingyi Kang
- Uri Yagelnik
- Uri Yagelnik
- Filipe Oliveira
- Filipe Oliveira
- Valentino Geron
- Valentino Geron
- Ozan Tezcan
- Adi Pinsky
- Adi Pinsky
- Li Changjun
- Li Changjun
src/version.h
View file @
986dbf71
#define REDIS_VERSION "7.1.24
0
"
#define REDIS_VERSION "7.1.24
1
"
#define REDIS_VERSION_NUM 0x000701f
0
#define REDIS_VERSION_NUM 0x000701f
1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment