Skip to content

Commit

Permalink
Final updates for versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson committed Apr 8, 2024
1 parent 89ffea8 commit 5cb1781
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions 00-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ Valkey 7.2.4 RC1 - Released Tue 09 Apr 2024 12:00:00 UTC

Upgrade urgency LOW: Initial release of Valkey with API compatibility for OSS
Redis 7.2.4. This release is based off of OSS Redis 7.2.4, with additional
functionality to better brand the server as Valkey instead of Redis. All changes
are fully backwards compatible.
functionality to better brand the server as Valkey instead of Redis. All APIs
are fully backwards compatible and care was taken to minimize the number of
log lines that were changed to best support existing tooling around log parsing.

Changes to support Valkey branding
=========
Expand All @@ -40,7 +41,7 @@ Changes to support Valkey branding
compatible with the Redis Module API, meaning Valkey supports running modules
compiled with either the Redis or Valkey Module APIs. For full source
compatibility, the Redis Module API (redismodule.h) is also kept with the
RedisModule prefixed functions and types. (#194, #243)
RedisModule prefixed functions and types. (#194, #243, #262)
* Scripting: Introduce a new top level `server` object for functions and scripts
that replaces the existing `redis` object. This allows users to replace calls
like `redis.call(...)` with `server.call(...)`. (#213)
Expand All @@ -49,11 +50,20 @@ Changes to support Valkey branding
* Update template config files to replace references to Redis with Valkey. The
file valkey.conf replaces redis.conf. (#29, #171)
* Logging: Update startup and and shutdown logs to reference Valkey instead of
Redis. Valkey server will also show the Valkey logo at startup (#251, #252)
Redis. Valkey server will also show the Valkey logo at startup and show the
Valkey repositories when crashing. (#251, #252, #263)

Bug fixes
=========
* Cluster: Fix an issue where clusters nodes running on Redis versions earlier
than 7.0 would be unable to communicate with nodes running on Valkey 7.2. This
change also introduces a slight delay when hostnames are not displayed when a
node is first added to the cluster. (#52)

A special thank you for the amount of work put into this release by:

- Viktor Söderqvist
- Madelyn Olson
- Wen Hui
- Ping Xie
- Parth Patel
Expand Down

0 comments on commit 5cb1781

Please sign in to comment.