mirror of https://github.com/valkey-io/valkey
Release notes for 8.1.4
updated release notes and version file --------- Signed-off-by: Rain Valentine <rsg000@gmail.com> Signed-off-by: Harkrishn Patro <bunty.hari@gmail.com> Co-authored-by: Harkrishn Patro <bunty.hari@gmail.com>
This commit is contained in:
parent
671947159d
commit
5f4bae3ea1
|
|
@ -10,10 +10,10 @@ SECURITY: There are security fixes in the release.
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
================================================================================
|
||||
Valkey 8.1.4 - Not yet released
|
||||
Valkey 8.1.4 - Released Fri 09 October 2025
|
||||
================================================================================
|
||||
|
||||
Upgrade urgency HIGH: This release includes bug fixes we recommend you
|
||||
Upgrade urgency SECURITY: This release includes security fixes we recommend you
|
||||
apply as soon as possible.
|
||||
|
||||
Security fixes
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
* similar. */
|
||||
#define SERVER_NAME "valkey"
|
||||
#define SERVER_TITLE "Valkey"
|
||||
#define VALKEY_VERSION "8.1.3"
|
||||
#define VALKEY_VERSION_NUM 0x00080103
|
||||
#define VALKEY_VERSION "8.1.4"
|
||||
#define VALKEY_VERSION_NUM 0x00080104
|
||||
/* The release stage is used in order to provide release status information.
|
||||
* In unstable branch the status is always "dev".
|
||||
* During release process the status will be set to rc1,rc2...rcN.
|
||||
|
|
|
|||
Loading…
Reference in New Issue