Skip to content

Commit

Permalink
Add release notes for 7.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hpatro committed Jan 6, 2025
1 parent 151d6ce commit 0d2f609
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions 00-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
Valkey 7.2.8 - Released Mon 06 Jan 2025
================================================================================

Upgrade urgency SECURITY: This release includes security fixes we recommend you
apply as soon as possible.

Bug fixes
=========
* Fix a bug where extra memory would be used when storing strings in the
inline protocol. (#1213)
* Send the correct error message when `FUNCTION KIlL` is used to kill an
ongoing script. (#1171)
* Make sure the last accessed time is correctly updated when using the `TOUCH`
command with the `CLIENT NO-TOUCH` option. (#1499)

Security fixes
==============
* (CVE-2024-46981) Lua script commands may lead to remote code execution. (#1513)
* (CVE-2024-51741) Denial-of-service due to malformed ACL selectors. (#1514)

================================================================================
Valkey 7.2.7 - Released Tue 01 Oct 2024
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define SERVER_NAME "valkey"
#define VALKEY_VERSION "7.2.7"
#define VALKEY_VERSION_NUM 0x00070207
#define VALKEY_VERSION "7.2.8"
#define VALKEY_VERSION_NUM 0x00070208

/* Redis compatibility version, should never
* exceed 7.2.x. */
Expand Down

0 comments on commit 0d2f609

Please sign in to comment.