From 81455be1373d7f1b4976835c8296c2e89556ca4b Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Mon, 18 Aug 2025 13:03:39 -0700 Subject: [PATCH 1/2] OP: add Redis Open Source 8.2.1 release notes --- .../redisce/redisos-8.2-release-notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md index d657b7da3a..922e0e17f7 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md @@ -12,6 +12,24 @@ min-version-rs: blah weight: 20 --- +## Redis Open Source 8.2.1 (August 2025) + +Release notes for tag '8.2.1'. + +Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent. + +### Bug fixes + +- [#14240](https://github.com/redis/redis/pull/14240) `INFO KEYSIZES` - potential incorrect histogram updates on cluster mode with modules. +- [#14274](https://github.com/redis/redis/pull/14274) Disable Active Defrag during flushing replica. +- [#14276](https://github.com/redis/redis/pull/14276) `XADD` or `XTRIM` can crash the server after loading RDB. +- [#Q6601](https://github.com/RediSearch/RediSearch/pull/6601) Potential crash when running `FLUSHDB` (MOD-10681). + +### Performance and resource utilization + +- Query Engine - LeanVec and LVQ proprietary Intel optimizations were removed from Redis Open Source. +- [#Q6621](https://github.com/RediSearch/RediSearch/pull/6621) Fix regression in `INFO` (MOD-10779). + ## Redis Open Source 8.2 (August 2025) This is the General Availability release of Redis 8.2 in Redis Open Source. From 5b4849123d7c004a3d47569558c78b681b9d3f4e Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 19 Aug 2025 06:53:36 -0700 Subject: [PATCH 2/2] Minor fix --- .../release-notes/redisce/redisos-8.2-release-notes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md index 922e0e17f7..7d4cfac01d 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md @@ -14,8 +14,6 @@ weight: 20 ## Redis Open Source 8.2.1 (August 2025) -Release notes for tag '8.2.1'. - Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent. ### Bug fixes