@@ -9,6 +9,43 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
9
9
SECURITY: There are security fixes in the release.
10
10
--------------------------------------------------------------------------------
11
11
12
+ ================================================================================
13
+ Valkey 8.0.0 GA - Released Sun 15 Sep 2024
14
+ ================================================================================
15
+ Upgrade urgency LOW: This is the first release of Valkey 8.0, which includes
16
+ generally includes stability and performance improvements over the second release
17
+ candidate. This release is fully compatible with Redis OSS 7.2.4.
18
+
19
+ Logging and Tooling Improvements
20
+ ================================
21
+ * Added full client info to SHUTDOWN and CLUSTER FAILOVER logs for better traceability
22
+ of requests. (#875)
23
+
24
+ Bug fixes
25
+ =========
26
+ * Resolved issues in replicationSetPrimary where the primary node's IP/port updates were
27
+ not correctly handled in the cluster gossip section. (#965)
28
+ * Fixed AOF base suffix during rewrites when modifying the aof-use-rdb-preamble setting,
29
+ ensuring correct suffix caching to prevent inconsistencies. (#886)
30
+ * Addressed rare crashes in async IO threads with TLS by preventing concurrent read and
31
+ write job overlap. (#1011)
32
+ * Prevented AOF from being incorrectly disabled after loading RDB data, ensuring proper
33
+ re-enabling of AOF. (#1001)
34
+ * Triggered a save of the cluster configuration file before shutdown to prevent
35
+ inconsistencies caused by unsaved node configuration changes. (#822)
36
+ * Fixed timing issue in CLUSTER SETSLOT to ensure replicas handle migration correctly
37
+ when receiving the command before the gossip update. (#981)
38
+
39
+ Performance
40
+ ===========
41
+ * Optimized the handling of temporary set objects in SUNION and SDIFF commands, resulting
42
+ in a 41% performance improvement for SUNION and 27% for SDIFF. (#996)
43
+
44
+ Behavior Changes
45
+ ================
46
+ * Replicas now flush old data after checking RDB file is valid during disk-based replication,
47
+ preventing partial data loss and ensuring a clean data load. (#926)
48
+
12
49
================================================================================
13
50
Valkey 8.0.0 RC2 - Released Tue 2 Sep 2024
14
51
================================================================================
0 commit comments