@@ -11,6 +11,154 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1111SECURITY: There are security fixes in the release.
1212--------------------------------------------------------------------------------
1313
14+ ================================================================================
15+ Redis 6.0.8 Released Wed Sep 09 23:34:17 IDT 2020
16+ ================================================================================
17+
18+ Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
19+ CONFIG REWRITE command is affected and should upgrade ASAP, see #7760.
20+
21+ Bug fixes:
22+
23+ * CONFIG REWRITE after setting oom-score-adj-values either via CONFIG SET or
24+ loading it from a config file, will generate a corrupt config file that will
25+ cause Redis to fail to start
26+ * Fix issue with redis-cli --pipe on MacOS
27+ * Fix RESP3 response for HKEYS/HVALS on non-existing key
28+ * Various small bug fixes
29+
30+ New features / Changes:
31+
32+ * Remove THP warning when set to madvise
33+ * Allow EXEC with read commands on readonly replica in cluster
34+ * Add masters/replicas options to redis-cli --cluster call command
35+
36+ Module API:
37+
38+ * Add RedisModule_ThreadSafeContextTryLock
39+
40+ Full list of commits:
41+
42+ Oran Agra in commit cdabf696a:
43+ Fix RESP3 response for HKEYS/HVALS on non-existing key
44+ 1 file changed, 3 insertions(+), 1 deletion(-)
45+
46+ Oran Agra in commit ec633c716:
47+ Fix leak in new blockedclient module API test
48+ 1 file changed, 3 insertions(+)
49+
50+ Yossi Gottlieb in commit 6bac07c5c:
51+ Tests: fix oom-score-adj false positives. (#7772)
52+ 1 file changed, 1 insertion(+), 1 deletion(-)
53+
54+ 杨博东 in commit 6043dc614:
55+ Tests: Add aclfile load and save tests (#7765)
56+ 2 files changed, 41 insertions(+)
57+
58+ Roi Lipman in commit c0b5f9bf0:
59+ RM_ThreadSafeContextTryLock a non-blocking method for acquiring GIL (#7738)
60+ 7 files changed, 122 insertions(+), 1 deletion(-)
61+
62+ Yossi Gottlieb in commit 5780a1599:
63+ Tests: validate CONFIG REWRITE for all params. (#7764)
64+ 6 files changed, 43 insertions(+), 6 deletions(-)
65+
66+ Oran Agra in commit e3c14b25d:
67+ Change THP warning to use madvise rather than never (#7771)
68+ 1 file changed, 1 insertion(+), 1 deletion(-)
69+
70+ Itamar Haber in commit 28929917b:
71+ Documents RM_Call's fmt (#5448)
72+ 1 file changed, 25 insertions(+)
73+
74+ Jan-Erik Rediger in commit 9146402c2:
75+ Check that THP is not set to always (madvise is ok) (#4001)
76+ 1 file changed, 1 insertion(+), 1 deletion(-)
77+
78+ Yossi Gottlieb in commit d05089429:
79+ Tests: clean up stale .cli files. (#7768)
80+ 1 file changed, 2 insertions(+)
81+
82+ Eran Liberty in commit 8861c1bae:
83+ Allow exec with read commands on readonly replica in cluster (#7766)
84+ 3 files changed, 59 insertions(+), 3 deletions(-)
85+
86+ Yossi Gottlieb in commit 2cf2ff2f6:
87+ Fix CONFIG REWRITE of oom-score-adj-values. (#7761)
88+ 1 file changed, 2 insertions(+), 1 deletion(-)
89+
90+ Oran Agra in commit 1386c80f7:
91+ handle cur_test for nested tests
92+ 1 file changed, 3 insertions(+)
93+
94+ Oran Agra in commit c7d4945f0:
95+ Add daily CI for MacOS (#7759)
96+ 1 file changed, 18 insertions(+)
97+
98+ bodong.ybd in commit 32548264c:
99+ Tests: Some fixes for macOS
100+ 3 files changed, 26 insertions(+), 11 deletions(-)
101+
102+ Oran Agra in commit 1e17f9812:
103+ Fix cluster consistency-check test (#7754)
104+ 1 file changed, 55 insertions(+), 29 deletions(-)
105+
106+ Yossi Gottlieb in commit f4ecdf86a:
107+ Tests: fix unmonitored servers. (#7756)
108+ 1 file changed, 5 insertions(+)
109+
110+ Oran Agra in commit 9f020050d:
111+ fix broken cluster/sentinel tests by recent commit (#7752)
112+ 1 file changed, 1 insertion(+), 1 deletion(-)
113+
114+ Oran Agra in commit fdbabb496:
115+ Improve valgrind support for cluster tests (#7725)
116+ 3 files changed, 83 insertions(+), 23 deletions(-)
117+
118+ Oran Agra in commit 35a6a0bbc:
119+ test infra - add durable mode to work around test suite crashing
120+ 3 files changed, 35 insertions(+), 3 deletions(-)
121+
122+ Oran Agra in commit e3136b13f:
123+ test infra - wait_done_loading
124+ 2 files changed, 16 insertions(+), 36 deletions(-)
125+
126+ Oran Agra in commit 83c75dbd9:
127+ test infra - flushall between tests in external mode
128+ 1 file changed, 1 insertion(+)
129+
130+ Oran Agra in commit 265f5d3cf:
131+ test infra - improve test skipping ability
132+ 3 files changed, 91 insertions(+), 36 deletions(-)
133+
134+ Oran Agra in commit fcd3a9908:
135+ test infra - reduce disk space usage
136+ 3 files changed, 33 insertions(+), 11 deletions(-)
137+
138+ Oran Agra in commit b6ea4699f:
139+ test infra - write test name to logfile
140+ 3 files changed, 35 insertions(+)
141+
142+ Yossi Gottlieb in commit 4a4b07fc6:
143+ redis-cli: fix writeConn() buffer handling. (#7749)
144+ 1 file changed, 37 insertions(+), 6 deletions(-)
145+
146+ Oran Agra in commit f2d08de2e:
147+ Print server startup messages after daemonization (#7743)
148+ 1 file changed, 4 insertions(+), 4 deletions(-)
149+
150+ Thandayuthapani in commit 77541d555:
151+ Add masters/replicas options to redis-cli --cluster call command (#6491)
152+ 1 file changed, 13 insertions(+), 2 deletions(-)
153+
154+ Oran Agra in commit 91d13a854:
155+ fix README about BUILD_WITH_SYSTEMD usage (#7739)
156+ 1 file changed, 1 insertion(+), 1 deletion(-)
157+
158+ Yossi Gottlieb in commit 88d03d965:
159+ Fix double-make issue with make && make install. (#7734)
160+ 1 file changed, 2 insertions(+)
161+
14162================================================================================
15163Redis 6.0.7 Released Fri Aug 28 11:05:09 IDT 2020
16164================================================================================
0 commit comments