Skip to content

Commit 1637522

Browse files
committed
Redis 5.0.2.
1 parent e8b4291 commit 1637522

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed

00-RELEASENOTES

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,77 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
1111
SECURITY: There are security fixes in the release.
1212
--------------------------------------------------------------------------------
1313

14+
================================================================================
15+
Redis 5.0.2 Released Thu Nov 22 11:22:37 CET 2018
16+
================================================================================
17+
18+
Upgrade urgency: CRITICAL if you use streams and consumer groups.
19+
HIGH if you use redis-cli with Redis Cluster.
20+
LOW otherwise.
21+
22+
Welcome to Redis 5.0.2. This release fixes two issues with Streams consumer
23+
groups, where items could be returned duplicated by XREADGROUP when accessing
24+
the history, and another bug where XREADGROUP can report some history even
25+
if the comsumer pending list is empty. Both problems were addressed and unit
26+
tests to avoid regressions implemented. Moreover this release fixes some
27+
issue with redis-cli when in cluster mode. Finally some FreeBSD and DragonFly
28+
build problems are now resolved. The list of the commits is below.
29+
30+
Enjoy,
31+
Salvatore
32+
33+
David Carlier in commit e8b4291a:
34+
DragonFlyBSD little build fix
35+
2 files changed, 6 insertions(+), 1 deletion(-)
36+
37+
yongman in commit 8fcfd374:
38+
skip slave nodes when sending cluster setslot command
39+
1 file changed, 1 insertion(+)
40+
41+
yongman in commit d7089ddd:
42+
Fix pointer access and memory leak in redis-cli.
43+
1 file changed, 6 insertions(+), 3 deletions(-)
44+
45+
antirez in commit 17b4cd83:
46+
Test: regression test for #5570.
47+
1 file changed, 15 insertions(+)
48+
49+
antirez in commit 45123169:
50+
Stream: fix XREADGROUP history reading of deleted messages.
51+
1 file changed, 1 insertion(+), 1 deletion(-)
52+
53+
David Carlier in commit 5ad588f0:
54+
only FreeBSD change/little warning addressing
55+
2 files changed, 7 insertions(+), 4 deletions(-)
56+
57+
David Carlier in commit 11801e1a:
58+
tweak form feedback
59+
1 file changed, 1 insertion(+), 1 deletion(-)
60+
61+
David Carlier in commit c1f13575:
62+
allow flavors
63+
1 file changed, 1 insertion(+), 1 deletion(-)
64+
65+
David Carlier in commit 275a2d49:
66+
Fix clang build.
67+
1 file changed, 5 insertions(+), 1 deletion(-)
68+
69+
antirez in commit 44ad5141:
70+
Test: regression test for #5577.
71+
1 file changed, 24 insertions(+)
72+
73+
antirez in commit c7951f43:
74+
Streams: fix XREADGROUP history reading when CG last_id is low.
75+
1 file changed, 12 insertions(+), 9 deletions(-)
76+
77+
antirez in commit a69bc5be:
78+
t_stream.c comment resized to 80 cols.
79+
1 file changed, 2 insertions(+), 1 deletion(-)
80+
81+
antirez in commit 5314099d:
82+
Redis 5 changelog: don't expect Lua replies to be ordered.
83+
1 file changed, 14 insertions(+), 5 deletions(-)
84+
1485
================================================================================
1586
Redis 5.0.1 Released Wed Nov 07 13:09:30 CET 2018
1687
================================================================================

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define REDIS_VERSION "5.0.1"
1+
#define REDIS_VERSION "5.0.2"

0 commit comments

Comments
 (0)