mirror of https://mirror.osredm.com/root/redis.git
Update version and release notes
This commit is contained in:
parent
b7c6755b1b
commit
d28a72b72b
|
@ -1,16 +1,32 @@
|
|||
Hello! This file is just a placeholder, since this is the "unstable" branch
|
||||
of Redis, the place where all the development happens.
|
||||
Redis Open Source 8.2 release notes
|
||||
===================================
|
||||
|
||||
There is no release notes for this branch, it gets forked into another branch
|
||||
every time there is a partial feature freeze in order to eventually create
|
||||
a new stable release.
|
||||
--------------------------------------------------------------------------------
|
||||
Upgrade urgency levels:
|
||||
|
||||
Usually "unstable" is stable enough for you to use it in development environments
|
||||
however you should never use it in production environments. It is possible
|
||||
to download the latest stable release here:
|
||||
LOW: No need to upgrade unless there are new features you want to use.
|
||||
MODERATE: Program an upgrade of the server, but it's not urgent.
|
||||
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.
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
https://download.redis.io/redis-stable.tar.gz
|
||||
The release notes contain PRs from multiple repositories:
|
||||
|
||||
#n - Redis (https://github.com/redis/redis)
|
||||
#QEn = Query Engine (https://github.com/RediSearch/RediSearch)
|
||||
#JSn = JSON (https://github.com/RedisJSON/RedisJSON)
|
||||
#TSn = Time Series (https://github.com/RedisTimeSeries/RedisTimeSeries)
|
||||
#PRn = Probabilistic (https://github.com/RedisBloom/RedisBloom)
|
||||
|
||||
|
||||
===========================================================
|
||||
8.2-M01 (v8.1.224) Released Thu 12 Sep 2024 10:00:00 IST
|
||||
===========================================================
|
||||
|
||||
This is the first Milestone of Redis Community Edition 8.2.
|
||||
|
||||
Milestones are non-feature-complete pre-releases. Pre-releases are not suitable for production use.
|
||||
Once we reach feature-completeness we will release RC1.
|
||||
|
||||
More information is available at https://redis.io
|
||||
|
||||
Happy hacking!
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define REDIS_VERSION "255.255.255"
|
||||
#define REDIS_VERSION_NUM 0x00ffffff
|
||||
#define REDIS_VERSION "8.1.240"
|
||||
#define REDIS_VERSION_NUM 0x000801e0
|
||||
|
|
Loading…
Reference in New Issue