From 41bac72efccc310193165ea67f0812154b582f38 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:26:12 +0100 Subject: [PATCH 1/7] Create v.2.68.0.md --- .../tools/insight/release-notes/v.2.68.0.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 content/develop/tools/insight/release-notes/v.2.68.0.md diff --git a/content/develop/tools/insight/release-notes/v.2.68.0.md b/content/develop/tools/insight/release-notes/v.2.68.0.md new file mode 100644 index 0000000000..8e84713be3 --- /dev/null +++ b/content/develop/tools/insight/release-notes/v.2.68.0.md @@ -0,0 +1,38 @@ +--- +Title: Redis Insight v2.68.0, March 2025 +linkTitle: v2.68.0 (March 2025) +date: 2025-03-20 00:00:00 +0000 +description: Redis Insight v2.68 +weight: 1 + +--- +## 2.68 (March 2025) +This is the General Availability (GA) release of Redis Insight 2.68. + +### Highlights +- Preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration. +- Test source database connections for your Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) (RDI) pipeline to ensure that RDI can connect to the source database and keep your Redis cache updated with changes. +- Connect to databases without requiring the `INFO` command. + +### Details + +**Features and improvements** +- [#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308) Preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration. Details are about environment variables and a JSON file format are provided [here](). +- [#4368](https://github.com/RedisInsight/RedisInsight/pull/4368), [#4389](https://github.com/RedisInsight/RedisInsight/pull/4389) Test source database connections for your Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) (RDI) pipeline to ensure that RDI can connect to the source database and keep your Redis cache updated with changes. +- [#4377](https://github.com/RedisInsight/RedisInsight/pull/4377), [#4383](https://github.com/RedisInsight/RedisInsight/pull/4383) Connect to databases without requiring the `INFO` command. If your Redis user lacks permission for this command, database statistics will be hidden. +- []() Added the ability to download a file containing all keys deleted via bulk actions. +- [#4335](https://github.com/RedisInsight/RedisInsight/pull/4335) [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) deployment errors are now stored in a file instead of being displayed in error messages to optimize space usage. +- [#4374](https://github.com/RedisInsight/RedisInsight/pull/4374) Connection errors for clustered databases now include more detailed information to improve troubleshooting. +- [#4358](https://github.com/RedisInsight/RedisInsight/pull/4358) A new setting allows to manually force standalone mode instead of automatic clustered mode when adding or editing a clustered database connection. +- [#4418](https://github.com/RedisInsight/RedisInsight/pull/4418) An ability to see key names in HEX format. To switch from Unicode to HEX, open the "Decompression & Formatters" tab while adding or editing a database connection. +- [#4401](https://github.com/RedisInsight/RedisInsight/pull/4401) Added an option to close key details for unsupported data types in the Browser to free up space. +- [#4296](https://github.com/RedisInsight/RedisInsight/pull/4296) When working with JSON data types, Redis Insight now uses [JSONPath ($) syntax](https://redis.io/docs/latest/develop/data-types/json/path/). + +**SHA-256 Checksums** +| Package | SHA-256 | +|--|--| +| Windows | | +| Linux AppImage | | +| Linux Debian| | +| MacOS Intel | | +| MacOS Apple silicon | | From 6c0ebca0e6840e2001a20674cc8b271a24348cf7 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:04:15 +0100 Subject: [PATCH 2/7] Update v.2.68.0.md --- content/develop/tools/insight/release-notes/v.2.68.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/develop/tools/insight/release-notes/v.2.68.0.md b/content/develop/tools/insight/release-notes/v.2.68.0.md index 8e84713be3..40b420731c 100644 --- a/content/develop/tools/insight/release-notes/v.2.68.0.md +++ b/content/develop/tools/insight/release-notes/v.2.68.0.md @@ -17,10 +17,10 @@ This is the General Availability (GA) release of Redis Insight 2.68. ### Details **Features and improvements** -- [#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308) Preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration. Details are about environment variables and a JSON file format are provided [here](). +- [#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308) Preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration. Details are about environment variables and a JSON file format are provided [here](https://redis.io/docs/latest/operate/redisinsight/configuration/). - [#4368](https://github.com/RedisInsight/RedisInsight/pull/4368), [#4389](https://github.com/RedisInsight/RedisInsight/pull/4389) Test source database connections for your Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) (RDI) pipeline to ensure that RDI can connect to the source database and keep your Redis cache updated with changes. - [#4377](https://github.com/RedisInsight/RedisInsight/pull/4377), [#4383](https://github.com/RedisInsight/RedisInsight/pull/4383) Connect to databases without requiring the `INFO` command. If your Redis user lacks permission for this command, database statistics will be hidden. -- []() Added the ability to download a file containing all keys deleted via bulk actions. +- Added the ability to download a file containing all keys deleted via bulk actions. - [#4335](https://github.com/RedisInsight/RedisInsight/pull/4335) [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) deployment errors are now stored in a file instead of being displayed in error messages to optimize space usage. - [#4374](https://github.com/RedisInsight/RedisInsight/pull/4374) Connection errors for clustered databases now include more detailed information to improve troubleshooting. - [#4358](https://github.com/RedisInsight/RedisInsight/pull/4358) A new setting allows to manually force standalone mode instead of automatic clustered mode when adding or editing a clustered database connection. From d0bd012d9549075217a368082ad277017ccb787d Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:04:58 +0100 Subject: [PATCH 3/7] Apply suggestions from code review Co-authored-by: David Dougherty --- content/develop/tools/insight/release-notes/v.2.68.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/tools/insight/release-notes/v.2.68.0.md b/content/develop/tools/insight/release-notes/v.2.68.0.md index 40b420731c..971f007ca6 100644 --- a/content/develop/tools/insight/release-notes/v.2.68.0.md +++ b/content/develop/tools/insight/release-notes/v.2.68.0.md @@ -23,7 +23,7 @@ This is the General Availability (GA) release of Redis Insight 2.68. - Added the ability to download a file containing all keys deleted via bulk actions. - [#4335](https://github.com/RedisInsight/RedisInsight/pull/4335) [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) deployment errors are now stored in a file instead of being displayed in error messages to optimize space usage. - [#4374](https://github.com/RedisInsight/RedisInsight/pull/4374) Connection errors for clustered databases now include more detailed information to improve troubleshooting. -- [#4358](https://github.com/RedisInsight/RedisInsight/pull/4358) A new setting allows to manually force standalone mode instead of automatic clustered mode when adding or editing a clustered database connection. +- [#4358](https://github.com/RedisInsight/RedisInsight/pull/4358) A new setting provides for manually forcing standalone mode instead of automatic clustered mode when adding or editing a clustered database connection. - [#4418](https://github.com/RedisInsight/RedisInsight/pull/4418) An ability to see key names in HEX format. To switch from Unicode to HEX, open the "Decompression & Formatters" tab while adding or editing a database connection. - [#4401](https://github.com/RedisInsight/RedisInsight/pull/4401) Added an option to close key details for unsupported data types in the Browser to free up space. - [#4296](https://github.com/RedisInsight/RedisInsight/pull/4296) When working with JSON data types, Redis Insight now uses [JSONPath ($) syntax](https://redis.io/docs/latest/develop/data-types/json/path/). From c6fba1969e3d2972954e6371066e8bc29d2a95f6 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:05:40 +0100 Subject: [PATCH 4/7] Update v.2.68.0.md --- content/develop/tools/insight/release-notes/v.2.68.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/tools/insight/release-notes/v.2.68.0.md b/content/develop/tools/insight/release-notes/v.2.68.0.md index 971f007ca6..6ea21b22d9 100644 --- a/content/develop/tools/insight/release-notes/v.2.68.0.md +++ b/content/develop/tools/insight/release-notes/v.2.68.0.md @@ -17,7 +17,7 @@ This is the General Availability (GA) release of Redis Insight 2.68. ### Details **Features and improvements** -- [#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308) Preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration. Details are about environment variables and a JSON file format are provided [here](https://redis.io/docs/latest/operate/redisinsight/configuration/). +- [#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308) Preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details. - [#4368](https://github.com/RedisInsight/RedisInsight/pull/4368), [#4389](https://github.com/RedisInsight/RedisInsight/pull/4389) Test source database connections for your Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) (RDI) pipeline to ensure that RDI can connect to the source database and keep your Redis cache updated with changes. - [#4377](https://github.com/RedisInsight/RedisInsight/pull/4377), [#4383](https://github.com/RedisInsight/RedisInsight/pull/4383) Connect to databases without requiring the `INFO` command. If your Redis user lacks permission for this command, database statistics will be hidden. - Added the ability to download a file containing all keys deleted via bulk actions. From cd84601dbdad231eb22e1d0088faa062e2960d04 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 27 Mar 2025 18:35:10 +0100 Subject: [PATCH 5/7] Update v.2.68.0.md --- .../tools/insight/release-notes/v.2.68.0.md | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/content/develop/tools/insight/release-notes/v.2.68.0.md b/content/develop/tools/insight/release-notes/v.2.68.0.md index 6ea21b22d9..088183309f 100644 --- a/content/develop/tools/insight/release-notes/v.2.68.0.md +++ b/content/develop/tools/insight/release-notes/v.2.68.0.md @@ -1,30 +1,31 @@ --- -Title: Redis Insight v2.68.0, March 2025 -linkTitle: v2.68.0 (March 2025) -date: 2025-03-20 00:00:00 +0000 +Title: Redis Insight v2.68.0, April 2025 +linkTitle: v2.68.0 (April 2025) +date: 2025-04-01 00:00:00 +0000 description: Redis Insight v2.68 weight: 1 --- -## 2.68 (March 2025) +## 2.68 (April 2025) This is the General Availability (GA) release of Redis Insight 2.68. ### Highlights -- Preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration. -- Test source database connections for your Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) (RDI) pipeline to ensure that RDI can connect to the source database and keep your Redis cache updated with changes. -- Connect to databases without requiring the `INFO` command. +- When setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/)(RDI) data pipeline in Redis Insight, you can now test the connectivity to your source database. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database. +- Enables reconfiguration of database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments. +- Allows connecting to databases without requiring the `INFO` command. ### Details **Features and improvements** -- [#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308) Preconfigure database connections using environment variables or a JSON file, enabling centralized and efficient configuration. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details. -- [#4368](https://github.com/RedisInsight/RedisInsight/pull/4368), [#4389](https://github.com/RedisInsight/RedisInsight/pull/4389) Test source database connections for your Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) (RDI) pipeline to ensure that RDI can connect to the source database and keep your Redis cache updated with changes. -- [#4377](https://github.com/RedisInsight/RedisInsight/pull/4377), [#4383](https://github.com/RedisInsight/RedisInsight/pull/4383) Connect to databases without requiring the `INFO` command. If your Redis user lacks permission for this command, database statistics will be hidden. -- Added the ability to download a file containing all keys deleted via bulk actions. -- [#4335](https://github.com/RedisInsight/RedisInsight/pull/4335) [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) deployment errors are now stored in a file instead of being displayed in error messages to optimize space usage. -- [#4374](https://github.com/RedisInsight/RedisInsight/pull/4374) Connection errors for clustered databases now include more detailed information to improve troubleshooting. -- [#4358](https://github.com/RedisInsight/RedisInsight/pull/4358) A new setting provides for manually forcing standalone mode instead of automatic clustered mode when adding or editing a clustered database connection. -- [#4418](https://github.com/RedisInsight/RedisInsight/pull/4418) An ability to see key names in HEX format. To switch from Unicode to HEX, open the "Decompression & Formatters" tab while adding or editing a database connection. +- [#4368](https://github.com/RedisInsight/RedisInsight/pull/4368), [#4389](https://github.com/RedisInsight/RedisInsight/pull/4389) When setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/)(RDI) data pipeline in Redis Insight, you can now test the connectivity to your source database. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database. +- [#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308) Enables reconfiguration of database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details. +- [#4428](https://github.com/RedisInsight/RedisInsight/pull/4428) Added an environment variable to disable the ability to manage database connections (adding, editing, or deleting) in Redis Insight. This provides enhanced security and configuration control in scenarios where preventing changes to database connections is necessary. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details. +- [#4377](https://github.com/RedisInsight/RedisInsight/pull/4377), [#4383](https://github.com/RedisInsight/RedisInsight/pull/4383) Allows connecting to databases without requiring the `INFO` command. If your Redis user lacks permission for the `INFO` command, database statistics will be hidden. +- [#4427](https://github.com/RedisInsight/RedisInsight/pull/4427) Added the ability to download a file containing all keys deleted through bulk actions, which helps tracking changes. +- [#4335](https://github.com/RedisInsight/RedisInsight/pull/4335) [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) deployment errors are now stored in a file instead of being displayed in error messages, improving space efficiency. +- [#4374](https://github.com/RedisInsight/RedisInsight/pull/4374) Improved connection errors for clustered databases by adding detailed information to help with troubleshooting. +- [#4358](https://github.com/RedisInsight/RedisInsight/pull/4358) Added a setting to manually enforce standalone mode for clustered database connections instead of automatic clustered mode. +- [#4418](https://github.com/RedisInsight/RedisInsight/pull/4418) An ability to see key names in HEX format, useful for non-ASCII characters or debugging. To switch from Unicode to HEX, open the "Decompression & Formatters" tab while adding or editing a database connection. - [#4401](https://github.com/RedisInsight/RedisInsight/pull/4401) Added an option to close key details for unsupported data types in the Browser to free up space. - [#4296](https://github.com/RedisInsight/RedisInsight/pull/4296) When working with JSON data types, Redis Insight now uses [JSONPath ($) syntax](https://redis.io/docs/latest/develop/data-types/json/path/). From 48ac2a2dc59fb83c921f56195938a790b3e71343 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:19:43 +0200 Subject: [PATCH 6/7] Update v.2.68.0.md --- .../develop/tools/insight/release-notes/v.2.68.0.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/develop/tools/insight/release-notes/v.2.68.0.md b/content/develop/tools/insight/release-notes/v.2.68.0.md index 088183309f..f01e434230 100644 --- a/content/develop/tools/insight/release-notes/v.2.68.0.md +++ b/content/develop/tools/insight/release-notes/v.2.68.0.md @@ -10,18 +10,18 @@ weight: 1 This is the General Availability (GA) release of Redis Insight 2.68. ### Highlights -- When setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/)(RDI) data pipeline in Redis Insight, you can now test the connectivity to your source database. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database. -- Enables reconfiguration of database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments. +- You can now test the connectivity to your source database when setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) (RDI) data pipeline in Redis Insight. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database. +- Configure database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments. - Allows connecting to databases without requiring the `INFO` command. ### Details **Features and improvements** -- [#4368](https://github.com/RedisInsight/RedisInsight/pull/4368), [#4389](https://github.com/RedisInsight/RedisInsight/pull/4389) When setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/)(RDI) data pipeline in Redis Insight, you can now test the connectivity to your source database. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database. -- [#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308) Enables reconfiguration of database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details. +- [#4368](https://github.com/RedisInsight/RedisInsight/pull/4368), [#4389](https://github.com/RedisInsight/RedisInsight/pull/4389) You can now test the connectivity to your source database when setting up a [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) (RDI) data pipeline in Redis Insight. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database. +- [#308](https://github.com/redislabsdev/RedisInsight-Cloud/pull/308) Configure database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details. - [#4428](https://github.com/RedisInsight/RedisInsight/pull/4428) Added an environment variable to disable the ability to manage database connections (adding, editing, or deleting) in Redis Insight. This provides enhanced security and configuration control in scenarios where preventing changes to database connections is necessary. See [here](https://redis.io/docs/latest/operate/redisinsight/configuration/) for more details. -- [#4377](https://github.com/RedisInsight/RedisInsight/pull/4377), [#4383](https://github.com/RedisInsight/RedisInsight/pull/4383) Allows connecting to databases without requiring the `INFO` command. If your Redis user lacks permission for the `INFO` command, database statistics will be hidden. -- [#4427](https://github.com/RedisInsight/RedisInsight/pull/4427) Added the ability to download a file containing all keys deleted through bulk actions, which helps tracking changes. +- [#4377](https://github.com/RedisInsight/RedisInsight/pull/4377), [#4383](https://github.com/RedisInsight/RedisInsight/pull/4383) Allows connecting to databases without requiring credentials for dangerous commands. In this mode, certain features, such as database statistics, are hidden. +- [#4427](https://github.com/RedisInsight/RedisInsight/pull/4427) Added the ability to download a file containing all keys deleted through bulk actions, which helps in tracking changes. - [#4335](https://github.com/RedisInsight/RedisInsight/pull/4335) [Redis Data Integration](https://redis.io/docs/latest/integrate/redis-data-integration/) deployment errors are now stored in a file instead of being displayed in error messages, improving space efficiency. - [#4374](https://github.com/RedisInsight/RedisInsight/pull/4374) Improved connection errors for clustered databases by adding detailed information to help with troubleshooting. - [#4358](https://github.com/RedisInsight/RedisInsight/pull/4358) Added a setting to manually enforce standalone mode for clustered database connections instead of automatic clustered mode. From e4a6718e942e3385821a2c915c9ed3d66e581dfd Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Wed, 2 Apr 2025 14:26:20 +0200 Subject: [PATCH 7/7] Update v.2.68.0.md --- .../develop/tools/insight/release-notes/v.2.68.0.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/develop/tools/insight/release-notes/v.2.68.0.md b/content/develop/tools/insight/release-notes/v.2.68.0.md index f01e434230..3ebd839f9a 100644 --- a/content/develop/tools/insight/release-notes/v.2.68.0.md +++ b/content/develop/tools/insight/release-notes/v.2.68.0.md @@ -32,8 +32,8 @@ This is the General Availability (GA) release of Redis Insight 2.68. **SHA-256 Checksums** | Package | SHA-256 | |--|--| -| Windows | | -| Linux AppImage | | -| Linux Debian| | -| MacOS Intel | | -| MacOS Apple silicon | | +| Windows | 50YAPT59n2cLQu+P7kvc+kT+FxnW67pV53F1xz/C1IfgjmycgWpemycosbooQdLvXWPK4GLgk/NOnoZMI/15Lg== | +| Linux AppImage | QbI7V8jCCVPum4jdd1W8CEOqT+iFzwUTrt9tVbu9Kpv81Pub27aIJve3kWDdXWyvxHPUlUOsBHIo/uHIzdFJPw== | +| Linux Debian| V0/W8RclF6q0uT6uBR/lDNMt+OXqm7xmkSYf9vd8xCe4mGWUQBHiACX/aIgWs8l3Na5AQCNSJLrHnDXWiDD9Fw== | +| MacOS Intel | j3bdEX0rvxPGBUMZ6hD9aD+C/WTR1bOZT+lekJqujkDnRSPMZS5syGfkd1cQfx8QSnM10qYBO4RCH0Ew0m3g0A== | +| MacOS Apple silicon | iKOsvtOLOMcAvlbxL1LJI+45DgJxc+VIe9mVdoJZaNtMPCTAdxBX07GcvVVGfJOE8MdomsKrN8S2yYek7L6YLQ== |