From 9369eb8bb02d74fcac7a98185138c6261355dfb7 Mon Sep 17 00:00:00 2001 From: Valentin Kirilov Date: Tue, 16 Dec 2025 16:22:28 +0200 Subject: [PATCH 1/2] docs: release Redis Insight v3.0.1 --- .../tools/insight/release-notes/v.3.0.1.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 content/develop/tools/insight/release-notes/v.3.0.1.md diff --git a/content/develop/tools/insight/release-notes/v.3.0.1.md b/content/develop/tools/insight/release-notes/v.3.0.1.md new file mode 100644 index 0000000000..0828bded22 --- /dev/null +++ b/content/develop/tools/insight/release-notes/v.3.0.1.md @@ -0,0 +1,30 @@ +--- + +Title: Redis Insight v3.0.1, December 2025 +linkTitle: v3.0.1 (December 2025) +date: 2025-12-16 00:00:00 +0000 +description: Redis Insight v3.0.1 +weight: 1 + +--- + +## 3.0.1 (December 2025) + +This maintenance patch release includes critical and non-critical bug fixes for Redis Insight 3.0.0. + +### Bug fixes + +[#5317](https://github.com/redis/RedisInsight/issues/5317) SQLite package ‘not found’ error on macOS x64 builds +[#5310](https://github.com/redis/RedisInsight/issues/5310) Inaccurately reported CPU metrics when Redis I/O threads or cluster shards push CPU usage above 100% +[#5190](https://github.com/redis/RedisInsight/issues/5190) Delimiter options not persisted on database switch + +**SHA-512 Checksums** + +| Package | SHA-512 | +| ------------------- | ------------- | +| Windows | windowssha | +| Linux AppImage | appimagesha | +| Linux Debian | debiansha | +| Linux RPM | rpmsha | +| MacOS Intel | macintelsha | +| MacOS Apple silicon | macsiliconsha | From 34fd0099e76b7081ad86282cc0b04808e64899a5 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 16 Dec 2025 06:31:54 -0800 Subject: [PATCH 2/2] A few tidiness fixes --- content/develop/tools/insight/release-notes/v.3.0.1.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/develop/tools/insight/release-notes/v.3.0.1.md b/content/develop/tools/insight/release-notes/v.3.0.1.md index 0828bded22..cc64d349f4 100644 --- a/content/develop/tools/insight/release-notes/v.3.0.1.md +++ b/content/develop/tools/insight/release-notes/v.3.0.1.md @@ -1,11 +1,9 @@ --- - Title: Redis Insight v3.0.1, December 2025 linkTitle: v3.0.1 (December 2025) date: 2025-12-16 00:00:00 +0000 description: Redis Insight v3.0.1 weight: 1 - --- ## 3.0.1 (December 2025) @@ -14,9 +12,9 @@ This maintenance patch release includes critical and non-critical bug fixes for ### Bug fixes -[#5317](https://github.com/redis/RedisInsight/issues/5317) SQLite package ‘not found’ error on macOS x64 builds -[#5310](https://github.com/redis/RedisInsight/issues/5310) Inaccurately reported CPU metrics when Redis I/O threads or cluster shards push CPU usage above 100% -[#5190](https://github.com/redis/RedisInsight/issues/5190) Delimiter options not persisted on database switch +- [#5317](https://github.com/redis/RedisInsight/issues/5317) SQLite package ‘not found’ error on macOS x64 builds. +- [#5310](https://github.com/redis/RedisInsight/issues/5310) Inaccurately reported CPU metrics when Redis I/O threads or cluster shards push CPU usage above 100%. +- [#5190](https://github.com/redis/RedisInsight/issues/5190) Delimiter options not persisted on database switch. **SHA-512 Checksums**