You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,35 @@ min-version-rs: blah
12
12
weight: 100
13
13
---
14
14
15
+
## Redis Community Edition 7.4.4 (May 2025):
16
+
17
+
Update urgency: `SECURITY`: There are security fixes in the release.
18
+
19
+
### Security fixes
20
+
21
+
* (CVE-2025-27151) redis-check-aof may lead to stack overflow and potential RCE.
22
+
23
+
### Bug fixes
24
+
25
+
-[#13966](https://github.com/redis/redis/pull/13966), [#13932](https://github.com/redis/redis/pull/13932)`CLUSTER SLOTS` - TLS port update not reflected in CLUSTER SLOTS.
26
+
-[#13958](https://github.com/redis/redis/pull/13958)`XTRIM`, `XADD` - incorrect lag due to trimming stream.
27
+
28
+
## Redis Community Edition 7.4.3 (April 2025)
29
+
30
+
Update urgency: `SECURITY`: There are security fixes in the release.
31
+
32
+
### Security fixes
33
+
34
+
* (CVE-2025-21605) An unauthenticated client can cause an unlimited growth of output buffers.
35
+
36
+
### Bug fixes
37
+
38
+
*[#13661](https://github.com/redis/redis/pull/13661)`FUNCTION FLUSH` - memory leak when using jemalloc.
-[#QE6083](https://github.com/RediSearch/RediSearch/pull/6083) Query Engine - revert default policy `search-on-timeout` to `RETURN`.
41
+
-[#QE6050](https://github.com/RediSearch/RediSearch/pull/6050) Query Engine - `@__key` on `FT.AGGREGATE` used as reserved field name preventing access to Redis keyspace.
42
+
-[#QE6077](https://github.com/RediSearch/RediSearch/pull/6077) Query Engine - crash when calling `FT.CURSOR DEL` while reading from the CURSOR.
43
+
44
+
### Notes
45
+
46
+
- Fixed incorrect text in the license files.
47
+
15
48
## Redis Open Source 8.0.0 (May 2025)
16
49
17
50
This is the General Availability release of Redis Open Source 8.0.
0 commit comments