From 7e7c15436791dee6ee33ef426f3a91ce484e0714 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:48:51 +0100 Subject: [PATCH 1/3] Create v.2.62.0.md Please do not merge it for now --- .../tools/insight/release-notes/v.2.62.0.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/develop/tools/insight/release-notes/v.2.62.0.md diff --git a/content/develop/tools/insight/release-notes/v.2.62.0.md b/content/develop/tools/insight/release-notes/v.2.62.0.md new file mode 100644 index 0000000000..4a79d5bea6 --- /dev/null +++ b/content/develop/tools/insight/release-notes/v.2.62.0.md @@ -0,0 +1,27 @@ +--- +Title: Redis Insight v2.62.0, November 2024 +linkTitle: v2.62.0 (November 2024) +date: 2024-11-27 00:00:00 +0000 +description: Redis Insight v2.62 +weight: 1 + +--- +## 2.62 (November 2024) +This is the General Availability (GA) release of Redis Insight 2.62. + +### Highlights +- Stay authenticated to [Redis Copilot](https://redis.io/docs/latest/develop/tools/insight/?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials#:~:text=for%20more%20information.-,Redis%20Copilot,-Redis%20Copilot%20is) when reopening Redis Insight for seamless and uninterrupted access. +- Support for multiple key name delimiters in Tree View, allowing more flexible browsing for databases with diverse key structures. + +### Details + +**Features and improvements** +- [#4090](https://github.com/RedisInsight/RedisInsight/pull/4090) Added support for multiple key name delimiters in Tree View, enabling more flexible browsing of databases with varied key name patterns. +- [#3957](https://github.com/RedisInsight/RedisInsight/pull/3957) Stay authenticated to [Redis Copilot](https://redis.io/docs/latest/develop/tools/insight/?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials#:~:text=for%20more%20information.-,Redis%20Copilot,-Redis%20Copilot%20is) when reopening Redis Insight for seamless and uninterrupted access. +- [#3988](https://github.com/RedisInsight/RedisInsight/pull/3988) Enhanced the Java serialized formatter to support date and time data, improving compatibility with serialized objects. +- [#4059](https://github.com/RedisInsight/RedisInsight/pull/4059) Added UTF-8 encoding to the PHP serialized formatter for accurate handling of special characters and multi-language data. +- [#4081](https://github.com/RedisInsight/RedisInsight/pull/4081) Introduced a unique theme key name with a proxy path prefix to prevent conflicts when multiple instances run on the same origin. +- [#2970](https://github.com/RedisInsight/RedisInsight/pull/4107) Upgraded to Electron 33.2.0 for enhanced security and compatibility with modern web standards. + +**Bugs** +- [#4089](https://github.com/RedisInsight/RedisInsight/pull/4089) Resolved an issue where large integers in JSON keys were being rounded, ensuring data integrity. From bc5dcca5657a179d18554d6dbf2e13585067f03b Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:20:56 +0100 Subject: [PATCH 2/3] Update v.2.62.0.md --- content/develop/tools/insight/release-notes/v.2.62.0.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/develop/tools/insight/release-notes/v.2.62.0.md b/content/develop/tools/insight/release-notes/v.2.62.0.md index 4a79d5bea6..3095a45471 100644 --- a/content/develop/tools/insight/release-notes/v.2.62.0.md +++ b/content/develop/tools/insight/release-notes/v.2.62.0.md @@ -10,16 +10,15 @@ weight: 1 This is the General Availability (GA) release of Redis Insight 2.62. ### Highlights -- Stay authenticated to [Redis Copilot](https://redis.io/docs/latest/develop/tools/insight/?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials#:~:text=for%20more%20information.-,Redis%20Copilot,-Redis%20Copilot%20is) when reopening Redis Insight for seamless and uninterrupted access. - Support for multiple key name delimiters in Tree View, allowing more flexible browsing for databases with diverse key structures. +- Remain authenticated to [Redis Copilot](https://redis.io/docs/latest/develop/tools/insight/?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials#:~:text=for%20more%20information.-,Redis%20Copilot,-Redis%20Copilot%20is), even after reopening Redis Insight, for seamless and uninterrupted access with daily use. ### Details **Features and improvements** - [#4090](https://github.com/RedisInsight/RedisInsight/pull/4090) Added support for multiple key name delimiters in Tree View, enabling more flexible browsing of databases with varied key name patterns. -- [#3957](https://github.com/RedisInsight/RedisInsight/pull/3957) Stay authenticated to [Redis Copilot](https://redis.io/docs/latest/develop/tools/insight/?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials#:~:text=for%20more%20information.-,Redis%20Copilot,-Redis%20Copilot%20is) when reopening Redis Insight for seamless and uninterrupted access. -- [#3988](https://github.com/RedisInsight/RedisInsight/pull/3988) Enhanced the Java serialized formatter to support date and time data, improving compatibility with serialized objects. -- [#4059](https://github.com/RedisInsight/RedisInsight/pull/4059) Added UTF-8 encoding to the PHP serialized formatter for accurate handling of special characters and multi-language data. +- [#3957](https://github.com/RedisInsight/RedisInsight/pull/3957) Remain authenticated to [Redis Copilot](https://redis.io/docs/latest/develop/tools/insight/?utm_source=redisinsight&utm_medium=main&utm_campaign=tutorials#:~:text=for%20more%20information.-,Redis%20Copilot,-Redis%20Copilot%20is), even after reopening Redis Insight, for seamless and uninterrupted access with daily use. +- [#3988](https://github.com/RedisInsight/RedisInsight/pull/3988), [#4059](https://github.com/RedisInsight/RedisInsight/pull/4059) Enhanced both the Java and PHP serialized formatters: the Java formatter now supports date and time data, while the PHP formatter includes UTF-8 encoding for better handling of special characters and multi-language data. - [#4081](https://github.com/RedisInsight/RedisInsight/pull/4081) Introduced a unique theme key name with a proxy path prefix to prevent conflicts when multiple instances run on the same origin. - [#2970](https://github.com/RedisInsight/RedisInsight/pull/4107) Upgraded to Electron 33.2.0 for enhanced security and compatibility with modern web standards. From f61ed994957099adfae7dc707af2ebb02a27aa94 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:16:57 +0100 Subject: [PATCH 3/3] Update v.2.62.0.md --- content/develop/tools/insight/release-notes/v.2.62.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/develop/tools/insight/release-notes/v.2.62.0.md b/content/develop/tools/insight/release-notes/v.2.62.0.md index 3095a45471..e346991a24 100644 --- a/content/develop/tools/insight/release-notes/v.2.62.0.md +++ b/content/develop/tools/insight/release-notes/v.2.62.0.md @@ -24,3 +24,12 @@ This is the General Availability (GA) release of Redis Insight 2.62. **Bugs** - [#4089](https://github.com/RedisInsight/RedisInsight/pull/4089) Resolved an issue where large integers in JSON keys were being rounded, ensuring data integrity. + +**SHA-256 Checksums** +| Package | SHA-256 | +|--|--| +| Windows | ibZ5kn0GSdrbnfHRWC1lDdKozn6YllcGIrDhmLEnt2K1rjgjL2kGKvbtfq9QEkumgGwk2a9zTjr0u5zztGHriQ== | +| Linux AppImage | bM6lbyeAHFX/f0sBehu9a9ifHsDvX8o/2qn91sdtyiRcIU+f31+Ch7K4NI4v226rgj6LvkFDWDNq6VQ4pyLAPA== | +| Linux Debian| ilD86T/+8gEgrZg8MS8Niv/8g54FPeEn1nZrUI6DA7KTl3owqzqD0npb8fdAdL6YtSRbSBUK2fXPQ6GRXWZ/GA== | +| MacOS Intel | pSy3CvRfVIT3O7BXUPMUoONRaZCOA1965tF9T19gZ1NnUn9YkjWlNXdniQHZ4ALKbpC2q62ygt39xF6O52LxAw== | +| MacOS Apple silicon | uoz6I6MO4/j8UJo7eNje3dz4rx1KKj6mum/vXb2882fYPD/lK1cG0Q0OZu/lbxuk0xgzXfWv0MhMTIVVV+EADg== |