Skip to content

Commit 2d5436e

Browse files
committed
OP: add Redis Open Source release notes
1 parent 94eba7d commit 2d5436e

File tree

3 files changed

+86
-0
lines changed

3 files changed

+86
-0
lines changed

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

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

15+
## Redis Community Edition 7.4.6 (October 2025)
16+
17+
Update urgency: `SECURITY`: There are security fixes in the release.
18+
19+
### Security fixes
20+
21+
- (CVE-2025-49844) A Lua script may lead to remote code execution
22+
- (CVE-2025-46817) A Lua script may lead to integer overflow and potential RCE
23+
- (CVE-2025-46818) A Lua script can be executed in the context of another user
24+
- (CVE-2025-46819) LUA out-of-bound read
25+
26+
### Bug fixes
27+
28+
- [#14330](https://github.com/redis/redis/pull/14330) Potential use-after-free after pubsub and Lua defrag
29+
- [#14319](https://github.com/redis/redis/pull/14319) Potential crash on Lua script defrag
30+
- [#14164](https://github.com/redis/redis/pull/14164) Prevent `CLIENT UNBLOCK` from unblocking `CLIENT PAUSE`
31+
- [#14165](https://github.com/redis/redis/pull/14165) Endless client blocking for blocking commands
32+
- [#14163](https://github.com/redis/redis/pull/14163) `EVAL` crash when error table is empty
33+
- [#14227](https://github.com/redis/redis/pull/14227) `HINCRBYFLOAT` removes field expiration on replica
34+
1535
## Redis Community Edition 7.4.5 (July 2025)
1636

1737
Update urgency: `SECURITY`: There are security fixes in the release.

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

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

15+
## Redis Open Source 8.0.4 (October 2025)
16+
17+
Update urgency: `SECURITY`: There are security fixes in the release.
18+
19+
### Security fixes
20+
21+
- (CVE-2025-49844) A Lua script may lead to remote code execution
22+
- (CVE-2025-46817) A Lua script may lead to integer overflow and potential RCE
23+
- (CVE-2025-46818) A Lua script can be executed in the context of another user
24+
- (CVE-2025-46819) LUA out-of-bound read
25+
26+
### New Features
27+
28+
- [#14223](https://github.com/redis/redis/pull/14223) `VSIM`: new `EPSILON` argument to specify maximum distance
29+
30+
### Bug fixes
31+
32+
- [#14330](https://github.com/redis/redis/pull/14330) Potential use-after-free after pubsub and Lua defrag
33+
- [#14319](https://github.com/redis/redis/pull/14319) Potential crash on Lua script defrag
34+
- [#14224](https://github.com/redis/redis/pull/14224) `HINCRBYFLOAT` removes field expiration on replica
35+
- [#14164](https://github.com/redis/redis/pull/14164) Prevent `CLIENT UNBLOCK` from unblocking `CLIENT PAUSE`
36+
- [#14165](https://github.com/redis/redis/pull/14165) Endless client blocking for blocking commands
37+
- [#14144](https://github.com/redis/redis/pull/14144) Vector sets - RDB format is not compatible with big endian machines
38+
- [#14163](https://github.com/redis/redis/pull/14163) `EVAL` crash when error table is empty
39+
- [#14143](https://github.com/redis/redis/pull/14143) Gracefully handle short read errors for hashes with TTL during full sync
40+
1541
## Redis Open Source 8.0.3 (July 2025)
1642

1743
Update urgency: `SECURITY`: There are security fixes in the release.

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

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

15+
## Redis Open Source 8.2.2 (October 2025)
16+
17+
Update urgency: `SECURITY`: There are security fixes in the release.
18+
19+
### Security fixes
20+
21+
- (CVE-2025-49844) A Lua script may lead to remote code execution
22+
- (CVE-2025-46817) A Lua script may lead to integer overflow and potential RCE
23+
- (CVE-2025-46818) A Lua script can be executed in the context of another user
24+
- (CVE-2025-46819) LUA out-of-bound read
25+
26+
### New Features
27+
28+
- [#14223](https://github.com/redis/redis/pull/14223) `VSIM`: new `EPSILON` argument to specify maximum distance
29+
- [#Q6867](https://github.com/RediSearch/RediSearch/pull/6867), [#Q6845](https://github.com/RediSearch/RediSearch/pull/6845) `SVS-VAMANA`: allow use of `BUILD_INTEL_SVS_OPT` flag for Intel optimisations (MOD-10920)
30+
31+
### Bug fixes
32+
33+
- [#14319](https://github.com/redis/redis/pull/14319) Potential crash on Lua script defrag
34+
- [#14323](https://github.com/redis/redis/pull/14323) Potential crash on streams and HFE defrag
35+
- [#14330](https://github.com/redis/redis/pull/14330) Potential use-after-free after pubsub and Lua defrag
36+
- [#14288](https://github.com/redis/redis/pull/14288) `MEMORY USAGE`: fix reported value
37+
- [#14259](https://github.com/redis/redis/pull/14259) `XGROUP CREATE`, `XGROUP SETID`: limit `ENTRIESREAD` value to the number of entries added to the stream
38+
- [#J1374](https://github.com/RedisJSON/RedisJSON/issues/1374) `JSON.DEL` doesn’t delete all matching object members / array elements (MOD-11032, MOD-11067)
39+
- [#P886](https://github.com/RedisBloom/RedisBloom/pull/886) `TDIGEST.CREATE` crashes (OOM) on huge initialization values (MOD-10840)
40+
- [#Q6787](https://github.com/RediSearch/RediSearch/pull/6787) Potential shard restart while reindexing vectors on RDB loading (MOD-11011)
41+
- [#Q6676](https://github.com/RediSearch/RediSearch/pull/6676) Potential crash when using small `CONSTRUCTION_WINDOW_SIZE` on `SVS-VAMANA` (MOD-10771)
42+
- [#Q6701](https://github.com/RediSearch/RediSearch/pull/6701) Potential crash (OOM) in heavy updates due to a file descriptor leak (MOD-10975)
43+
- [#Q6723](https://github.com/RediSearch/RediSearch/pull/6723) Potential crash when using ACL rules (MOD-10748)
44+
- [#Q6641](https://github.com/RediSearch/RediSearch/pull/6641) `INFO SEARCH`: `search_used_memory_indexes` vector index memory value incorrect
45+
- [#Q6665](https://github.com/RediSearch/RediSearch/pull/6665) `FT.PROFILE`: more accurate execution duration measurements (MOD-10622)
46+
47+
### Performance and resource utilization
48+
49+
- [#Q6648](https://github.com/RediSearch/RediSearch/pull/6648) Improve RESP3 serialization performance (MOD-9687)
50+
51+
### Metrics
52+
53+
- [#Q6671](https://github.com/RediSearch/RediSearch/pull/6671) `INFO SEARCH`: new `SVS-VAMANA` metrics
54+
1555
## Redis Open Source 8.2.1 (August 2025)
1656

1757
Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent.

0 commit comments

Comments
 (0)