Skip to content

Commit

Permalink
Bumped version to 7.2.5 for valkey and wrote release notes (#305)
Browse files Browse the repository at this point in the history
Release notes for RC2 (really 7.2.5-rc1). Based on conversation, decided
to have first release on 7.2.5 to make it clear this was a patch release
over Redis. This could be considered a minor release, but we wanted to
clearly signal compatibility with Redis OSS.

---------

Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
  • Loading branch information
madolson committed Apr 12, 2024
1 parent b5574b4 commit 763c373
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions 00-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------

================================================================================
Valkey 7.2.5 RC1 - Released Fri 12 Apr 2024
================================================================================

Upgrade urgency LOW: Second release candidate for Valkey with API compatibility
for OSS Redis 7.2.4. Moving to a release candidate on 7.2.5, to make it clearer
this is a patch iteration as opposed to an exact copy of OSS Redis. Also includes
fixes to minor bugs present in 7.2.4 RC1 and more compatibility changes.

Changes to support Valkey branding
=========
* Update README to remove Redis references.
* Update valkey-server and valkey-cli help info to show only Valkey (#222)
* Add compatibility for lua debugger to use 'server' instead of redis. (#303)

Bug fixes
=========
* Fix module event name to maintain Redis compatibility. (#289)
* Fix issue where Redis symlinks were created with the wrong name. (#282)

================================================================================
Valkey 7.2.4 RC1 - Released Tue 09 Apr 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.4"
#define VALKEY_VERSION_NUM 0x00070204
#define VALKEY_VERSION "7.2.5"
#define VALKEY_VERSION_NUM 0x00070205

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

0 comments on commit 763c373

Please sign in to comment.