From ae39896e443fe8550483b789ecfc4b31fbfd90d6 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:34:34 +0200 Subject: [PATCH 1/7] Create v.2.70.1.md Please do not merge for now --- .../tools/insight/release-notes/v.2.70.1.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/develop/tools/insight/release-notes/v.2.70.1.md diff --git a/content/develop/tools/insight/release-notes/v.2.70.1.md b/content/develop/tools/insight/release-notes/v.2.70.1.md new file mode 100644 index 000000000..4f4879a28 --- /dev/null +++ b/content/develop/tools/insight/release-notes/v.2.70.1.md @@ -0,0 +1,26 @@ +--- +Title: Redis Insight v2.70.1, July 2025 +linkTitle: v2.70.1 (July 2025) +date: 2025-07-10 00:00:00 +0000 +description: Redis Insight v2.70.1 +weight: 1 + +--- +## 2.70.1 (July 2025) +This is a maintenance release for Redis Insight 2.70. +Update urgency: LOW No need to upgrade unless there are new features you want to use. + +**Bug fixes** +- [#4569](https://github.com/redis/RedisInsight/pull/4569) Standalone mode can now be [manually enforced](https://github.com/redis/RedisInsight/issues/3416) for clustered database connections, rather than defaulting to automatic clustered mode. +- [#4635](https://github.com/redis/RedisInsight/pull/4635) Redis Data Integration metrics are now shown even when the pipeline status is not running. +- [#4644[(https://github.com/redis/RedisInsight/pull/4644) Resolved [layout issues](https://github.com/redis/RedisInsight/issues/4637) in the bulk import summary view. + +**SHA-256 Checksums** +| Package | SHA-256 | +|--|--| +| Windows | | +| Linux AppImage | | +| Linux Debian| | +| Linux RPM | | +| MacOS Intel | | +| MacOS Apple silicon | | From 05fc2d6cc1d25e5e2023029ff89ecd4e7cc5c28b Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:40:27 +0200 Subject: [PATCH 2/7] Update v.2.70.1.md --- content/develop/tools/insight/release-notes/v.2.70.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/develop/tools/insight/release-notes/v.2.70.1.md b/content/develop/tools/insight/release-notes/v.2.70.1.md index 4f4879a28..e90f3110c 100644 --- a/content/develop/tools/insight/release-notes/v.2.70.1.md +++ b/content/develop/tools/insight/release-notes/v.2.70.1.md @@ -8,6 +8,7 @@ weight: 1 --- ## 2.70.1 (July 2025) This is a maintenance release for Redis Insight 2.70. + Update urgency: LOW No need to upgrade unless there are new features you want to use. **Bug fixes** From c173b1ba470aa8d35d7c2084dfff09e6b6d2b2f6 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Wed, 9 Jul 2025 21:06:33 +0200 Subject: [PATCH 3/7] Update v.2.70.1.md --- content/develop/tools/insight/release-notes/v.2.70.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/develop/tools/insight/release-notes/v.2.70.1.md b/content/develop/tools/insight/release-notes/v.2.70.1.md index e90f3110c..747607080 100644 --- a/content/develop/tools/insight/release-notes/v.2.70.1.md +++ b/content/develop/tools/insight/release-notes/v.2.70.1.md @@ -14,7 +14,8 @@ Update urgency: LOW No need to upgrade unless there are new features you want to **Bug fixes** - [#4569](https://github.com/redis/RedisInsight/pull/4569) Standalone mode can now be [manually enforced](https://github.com/redis/RedisInsight/issues/3416) for clustered database connections, rather than defaulting to automatic clustered mode. - [#4635](https://github.com/redis/RedisInsight/pull/4635) Redis Data Integration metrics are now shown even when the pipeline status is not running. -- [#4644[(https://github.com/redis/RedisInsight/pull/4644) Resolved [layout issues](https://github.com/redis/RedisInsight/issues/4637) in the bulk import summary view. +- [#4644](https://github.com/redis/RedisInsight/pull/4644) Resolved [layout issues](https://github.com/redis/RedisInsight/issues/4637) in the bulk import summary view. +- Various security enhancements, including vulnerability fixes and dependency updates. **SHA-256 Checksums** | Package | SHA-256 | From 47f7a51f22e63d19190489d8306f4a5bcff35257 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:29:06 +0200 Subject: [PATCH 4/7] Update v.2.70.1.md --- content/develop/tools/insight/release-notes/v.2.70.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/tools/insight/release-notes/v.2.70.1.md b/content/develop/tools/insight/release-notes/v.2.70.1.md index 747607080..894acef78 100644 --- a/content/develop/tools/insight/release-notes/v.2.70.1.md +++ b/content/develop/tools/insight/release-notes/v.2.70.1.md @@ -12,9 +12,9 @@ This is a maintenance release for Redis Insight 2.70. Update urgency: LOW No need to upgrade unless there are new features you want to use. **Bug fixes** -- [#4569](https://github.com/redis/RedisInsight/pull/4569) Standalone mode can now be [manually enforced](https://github.com/redis/RedisInsight/issues/3416) for clustered database connections, rather than defaulting to automatic clustered mode. - [#4635](https://github.com/redis/RedisInsight/pull/4635) Redis Data Integration metrics are now shown even when the pipeline status is not running. - [#4644](https://github.com/redis/RedisInsight/pull/4644) Resolved [layout issues](https://github.com/redis/RedisInsight/issues/4637) in the bulk import summary view. + [#4569](https://github.com/redis/RedisInsight/pull/4569) Fixed an [issue](https://github.com/redis/RedisInsight/issues/3416) with a setting to manually enforce standalone mode for clustered database connections instead of automatic clustered mode. - Various security enhancements, including vulnerability fixes and dependency updates. **SHA-256 Checksums** From d306580627430463094db225b5e1050ee54dadd0 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:29:20 +0200 Subject: [PATCH 5/7] Update v.2.70.1.md --- content/develop/tools/insight/release-notes/v.2.70.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/tools/insight/release-notes/v.2.70.1.md b/content/develop/tools/insight/release-notes/v.2.70.1.md index 894acef78..e316c9961 100644 --- a/content/develop/tools/insight/release-notes/v.2.70.1.md +++ b/content/develop/tools/insight/release-notes/v.2.70.1.md @@ -14,7 +14,7 @@ Update urgency: LOW No need to upgrade unless there are new features you want to **Bug fixes** - [#4635](https://github.com/redis/RedisInsight/pull/4635) Redis Data Integration metrics are now shown even when the pipeline status is not running. - [#4644](https://github.com/redis/RedisInsight/pull/4644) Resolved [layout issues](https://github.com/redis/RedisInsight/issues/4637) in the bulk import summary view. - [#4569](https://github.com/redis/RedisInsight/pull/4569) Fixed an [issue](https://github.com/redis/RedisInsight/issues/3416) with a setting to manually enforce standalone mode for clustered database connections instead of automatic clustered mode. +- [#4569](https://github.com/redis/RedisInsight/pull/4569) Fixed an [issue](https://github.com/redis/RedisInsight/issues/3416) with a setting to manually enforce standalone mode for clustered database connections instead of automatic clustered mode. - Various security enhancements, including vulnerability fixes and dependency updates. **SHA-256 Checksums** From ff62aa2c7d03464aa09534cb5351ddff15fa3c49 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:16:14 +0200 Subject: [PATCH 6/7] Update v.2.70.1.md --- .../develop/tools/insight/release-notes/v.2.70.1.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/develop/tools/insight/release-notes/v.2.70.1.md b/content/develop/tools/insight/release-notes/v.2.70.1.md index e316c9961..3fd5c55d3 100644 --- a/content/develop/tools/insight/release-notes/v.2.70.1.md +++ b/content/develop/tools/insight/release-notes/v.2.70.1.md @@ -20,9 +20,9 @@ Update urgency: LOW No need to upgrade unless there are new features you want to **SHA-256 Checksums** | Package | SHA-256 | |--|--| -| Windows | | -| Linux AppImage | | -| Linux Debian| | -| Linux RPM | | -| MacOS Intel | | -| MacOS Apple silicon | | +| Windows | yg+7OLp+KdWgPXwVXWsk26zODO3PoMMhFzNdDQy8FSy1R+lHZAqA42JBA9JNFHUtalZy1k/I3tyZ71TUeSsn+w== | +| Linux AppImage | hx5XhNIyhna6nYW7wXFjj2XdaDvaq+Fro7qr+iae6cYuY7IO5sH2+oOVVva07yAno02zwxslmNuDkiRWcc5rGw== | +| Linux Debian| pSwGCXGpxihwymQJOWcbA2Bq97tnSPtnXoIBQ0uut0bwc1SfisHML526a/2ypbyr53TzD0Ut73B+DvWHeRTSbA== | +| Linux RPM | gxbPo/8+1TkGf8E92BSRHn1I2DtG1PD5Go70WJ0ahRNYoT0FuXBBaERQk3ymwbB7fEcM1CVkwCpUum+iBECUQA== | +| MacOS Intel | RXPsIECk8jInadX+FGvoM5H49E5mHu1jo6Pq+24AN97ymCIaXIVRIduTHw3sdCYTWJqgLkvjoHKT/IqlR3oayg== | +| MacOS Apple silicon | EWjwyeGQq8sCeF7syv5LCkWVwXfNbgWYxvkrbAxd8QZmNYrAdl0866k2QGBxIQ3UtJsyePiLhVTJR2qAk6oYzw== | From b5aa29416529e2d4389b8546cd5373d8eee593fe Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:17:14 +0200 Subject: [PATCH 7/7] Update v.2.70.1.md --- content/develop/tools/insight/release-notes/v.2.70.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/tools/insight/release-notes/v.2.70.1.md b/content/develop/tools/insight/release-notes/v.2.70.1.md index 3fd5c55d3..fc270582b 100644 --- a/content/develop/tools/insight/release-notes/v.2.70.1.md +++ b/content/develop/tools/insight/release-notes/v.2.70.1.md @@ -9,7 +9,7 @@ weight: 1 ## 2.70.1 (July 2025) This is a maintenance release for Redis Insight 2.70. -Update urgency: LOW No need to upgrade unless there are new features you want to use. +Update urgency: `LOW` No need to upgrade unless there are new features you want to use. **Bug fixes** - [#4635](https://github.com/redis/RedisInsight/pull/4635) Redis Data Integration metrics are now shown even when the pipeline status is not running.