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
9bd56ebb
Commit
9bd56ebb
authored
Oct 30, 2024
by
YaacovHazan
Browse files
Redis 7.2.7
parent
219a7161
Changes
2
Show whitespace changes
Inline
Side-by-side
00-RELEASENOTES
View file @
9bd56ebb
...
...
@@ -12,7 +12,25 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
Redis Community Edition 7.2.6 Released Wed 02 Oct 2024 20:17:04 IDT
================================================================================
Redis 7.2.7 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
=========
* #13311 Cluster: Fix crash due to unblocking client during slot migration
* #13380 Fix possible crash due to OOM panic on invalid command
* #13338 Fix incorrect lag field in `XINFO` when tombstone is after the `last_id` of the consume group
* #13422 Cluster: Fix `CLUSTER SHARDS` command returns empty array
* #13443 Cluster: Ensure validity of myself when loading cluster config
* #13465 Cluster: Pass extensions to node if extension processing is handled by it
* #13473 Fix incorrect lag due to trimming stream via `XTRIM` command
================================================================================
Redis 7.2.6 Released Wed 02 Oct 2024 20:17:04 IDT
================================================================================
Upgrade urgency SECURITY: See security fixes below.
...
...
src/version.h
View file @
9bd56ebb
#define REDIS_VERSION "7.2.
6
"
#define REDIS_VERSION_NUM 0x0007020
6
#define REDIS_VERSION "7.2.
7
"
#define REDIS_VERSION_NUM 0x0007020
7
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