Skip to content

Commit b1f4625

Browse files
authored
OP: add release notes for Redis 7.4.4 and 8.0.2 (#1621)
1 parent 5249c46 commit b1f4625

File tree

3 files changed

+64
-33
lines changed

3 files changed

+64
-33
lines changed

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@ min-version-rs: blah
1212
weight: 100
1313
---
1414

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.
39+
* [#13793](https://github.com/redis/redis/pull/13793) `WAITAOF` returns prematurely.
40+
* [#13853](https://github.com/redis/redis/pull/13853) `SLAVEOF` - crash when clients are blocked on lazy free.
41+
* [#13863](https://github.com/redis/redis/pull/13863) `RANDOMKEY` - infinite loop during client pause.
42+
* [#13877](https://github.com/redis/redis/pull/13877) ShardID inconsistency when both primary and replica support it.
43+
1544
## Redis Community Edition 7.4.2 (Jan 2025)
1645

1746
Upgrade urgency SECURITY: See security fixes below.
Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,50 @@
11
---
2-
Title: Redis Open Source 8.0.0 release notes
2+
Title: Redis Open Source 8.0 release notes
33
alwaysopen: false
44
categories:
55
- docs
66
- operate
77
- stack
8-
description: Redis Open Source 8.0.0 release notes.
8+
description: Redis Open Source 8.0 release notes.
99
linkTitle: v8.0.0 (May 2025)
1010
min-version-db: blah
1111
min-version-rs: blah
1212
weight: 10
1313
---
1414

15+
## Redis Open Source 8.0.2 (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+
- [#14081](https://github.com/redis/redis/pull/14081) Cron-based timers run twice as fast when active defrag is enabled.
25+
26+
### Other general improvements
27+
28+
- [#14048](https://github.com/redis/redis/pull/14048) `LOLWUT` improvements for Redis 8.
29+
30+
## Redis Open Source 8.0.1 (May 2025)
31+
32+
Update urgency: `MODERATE`: Plan an upgrade of the server, but it's not urgent.
33+
34+
### Performance and resource utilization improvements
35+
36+
- [#13959](https://github.com/redis/redis/pull/13959) Vector sets - faster `VSIM` `FILTER` parsing.
37+
38+
### Bug fixes
39+
40+
- [#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+
1548
## Redis Open Source 8.0.0 (May 2025)
1649

1750
This is the General Availability release of Redis Open Source 8.0.

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0.1-release-notes.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)