From dbc261f0d8c2bfa863f007834a912ec4bd6d23c0 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:51:31 +0200 Subject: [PATCH 1/5] Create v.2.56.0.md Please do not merge them for now --- .../connect/insight/release-notes/v.2.56.0.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/develop/connect/insight/release-notes/v.2.56.0.md diff --git a/content/develop/connect/insight/release-notes/v.2.56.0.md b/content/develop/connect/insight/release-notes/v.2.56.0.md new file mode 100644 index 0000000000..8bc705938b --- /dev/null +++ b/content/develop/connect/insight/release-notes/v.2.56.0.md @@ -0,0 +1,29 @@ +--- +Title: Redis Insight v2.56.0, September 2024 +linkTitle: v2.56.0 (September 2024) +date: 2024-09-02 00:00:00 +0000 +description: Redis Insight v2.56 +weight: 1 + +--- +## 2.56 (September 2024) +This is the General Availability (GA) release of Redis Insight 2.56. + +### Highlights +- Seamlessly sign in to your Redis Cloud account using the new [SAML single sign-on](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/) feature, now available alongside existing social logins via Google and GitHub. This integration allows you to easily import existing databases or create a free Redis Cloud database. +- Start your Redis journey faster with automatic data loading for new free Redis Cloud databases created directly from within Redis Insight. +- Focus on what matters most with the ability to hide or show [TTL for individual hash fields](https://redis.io/docs/latest/develop/data-types/hashes/?utm_source=redisinsight&utm_medium=release_notes&utm_campaign=2.52#field-expiration) to create a cleaner, more efficient workspace. +- Try improved vector data representation with updated 32-bit and 64-bit vector formatters in Browser. +- Check out UX enhancements to make it easier and more intuitive to connect to your [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) instance within Redis Insight. + + +### Details + +**Features and improvements** +- [#3727](https://github.com/RedisInsight/RedisInsight/pull/3727) Seamlessly sign in to your Redis Cloud account using the new [SAML single sign-on](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/) feature, now available alongside existing social logins via Google and GitHub. This integration allows you to easily import existing databases or create a free Redis Cloud database. Before setting up SAML in Redis Cloud, you must first [verify domain ownership](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) for any domains associated with your SAML setup. Note that integration with Redis Cloud is currently available only in the desktop version of Redis Insight. +- [#3659](https://github.com/RedisInsight/RedisInsight/pull/3659) Start your Redis journey faster with automatic data loading for new free Redis Cloud databases created directly from within Redis Insight. This feature ensures a smoother setup process, allowing you to dive into your data immediately. +- [#3624](https://github.com/RedisInsight/RedisInsight/pull/3624) Focus on what matters most with the ability to hide or show [TTL for individual hash fields](https://redis.io/docs/latest/develop/data-types/hashes/?utm_source=redisinsight&utm_medium=release_notes&utm_campaign=2.52#field-expiration) to create a cleaner, more efficient workspace. This optimization complements the highly requested hash field expiration feature introduced in the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-v0). +- [#3701](https://github.com/RedisInsight/RedisInsight/pull/3701) Try improved vector data representation with updated 32-bit and 64-bit vector formatters in Browser. These enhancements ensure that vector formatters are applied only to data containing unprintable values when converted to UTF-8, providing a clearer and more accurate view of your data. +- [#3714](https://github.com/RedisInsight/RedisInsight/pull/3714) Check out UX enhancements to make it easier and more intuitive to connect to your [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) instance within Redis Insight. +- [#3665](https://github.com/RedisInsight/RedisInsight/pull/3665) Improve the data readability with a new timestamp formatter in Browser. This formatter converts timestamps in hash fields to a human-readable format, making it easier to interpret results, validate and optimize queries, and inspect indexed data when using the [search and query](https://redis.io/docs/latest/develop/interact/search-and-query/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) capability. +- [#3730](https://github.com/RedisInsight/RedisInsight/pull/3730) Make your data more intuitive by customizing the date and time formats in Redis Insight. Adapt the format to match your local time zone or standardize it to UTC for better alignment in time-critical operations across global teams. This flexibility helps reduce misinterpretation and enhances collaboration. From ea842de3059df7a7456ca2675976678a6ff8e2d1 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:05:17 +0200 Subject: [PATCH 2/5] Apply suggestions from code review Co-authored-by: David Dougherty --- .../develop/connect/insight/release-notes/v.2.56.0.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/develop/connect/insight/release-notes/v.2.56.0.md b/content/develop/connect/insight/release-notes/v.2.56.0.md index 8bc705938b..becd6f5c62 100644 --- a/content/develop/connect/insight/release-notes/v.2.56.0.md +++ b/content/develop/connect/insight/release-notes/v.2.56.0.md @@ -11,9 +11,9 @@ This is the General Availability (GA) release of Redis Insight 2.56. ### Highlights - Seamlessly sign in to your Redis Cloud account using the new [SAML single sign-on](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/) feature, now available alongside existing social logins via Google and GitHub. This integration allows you to easily import existing databases or create a free Redis Cloud database. -- Start your Redis journey faster with automatic data loading for new free Redis Cloud databases created directly from within Redis Insight. +- Start your Redis journey faster with automatic data loading for new free Redis Cloud databases created directly within Redis Insight. - Focus on what matters most with the ability to hide or show [TTL for individual hash fields](https://redis.io/docs/latest/develop/data-types/hashes/?utm_source=redisinsight&utm_medium=release_notes&utm_campaign=2.52#field-expiration) to create a cleaner, more efficient workspace. -- Try improved vector data representation with updated 32-bit and 64-bit vector formatters in Browser. +- Try improved vector data representation with updated 32-bit and 64-bit vector formatters in the Browser. - Check out UX enhancements to make it easier and more intuitive to connect to your [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) instance within Redis Insight. @@ -21,9 +21,9 @@ This is the General Availability (GA) release of Redis Insight 2.56. **Features and improvements** - [#3727](https://github.com/RedisInsight/RedisInsight/pull/3727) Seamlessly sign in to your Redis Cloud account using the new [SAML single sign-on](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/) feature, now available alongside existing social logins via Google and GitHub. This integration allows you to easily import existing databases or create a free Redis Cloud database. Before setting up SAML in Redis Cloud, you must first [verify domain ownership](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) for any domains associated with your SAML setup. Note that integration with Redis Cloud is currently available only in the desktop version of Redis Insight. -- [#3659](https://github.com/RedisInsight/RedisInsight/pull/3659) Start your Redis journey faster with automatic data loading for new free Redis Cloud databases created directly from within Redis Insight. This feature ensures a smoother setup process, allowing you to dive into your data immediately. +- [#3659](https://github.com/RedisInsight/RedisInsight/pull/3659) Start your Redis journey faster with automatic data loading for new free Redis Cloud databases created directly within Redis Insight. This feature ensures a smoother setup process, allowing you to dive into your data immediately. - [#3624](https://github.com/RedisInsight/RedisInsight/pull/3624) Focus on what matters most with the ability to hide or show [TTL for individual hash fields](https://redis.io/docs/latest/develop/data-types/hashes/?utm_source=redisinsight&utm_medium=release_notes&utm_campaign=2.52#field-expiration) to create a cleaner, more efficient workspace. This optimization complements the highly requested hash field expiration feature introduced in the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-v0). -- [#3701](https://github.com/RedisInsight/RedisInsight/pull/3701) Try improved vector data representation with updated 32-bit and 64-bit vector formatters in Browser. These enhancements ensure that vector formatters are applied only to data containing unprintable values when converted to UTF-8, providing a clearer and more accurate view of your data. +- [#3701](https://github.com/RedisInsight/RedisInsight/pull/3701) Try improved vector data representation with updated 32-bit and 64-bit vector formatters in the Browser. These enhancements ensure that vector formatters are applied only to data containing unprintable values when converted to UTF-8, providing a clearer and more accurate view of your data. - [#3714](https://github.com/RedisInsight/RedisInsight/pull/3714) Check out UX enhancements to make it easier and more intuitive to connect to your [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) instance within Redis Insight. -- [#3665](https://github.com/RedisInsight/RedisInsight/pull/3665) Improve the data readability with a new timestamp formatter in Browser. This formatter converts timestamps in hash fields to a human-readable format, making it easier to interpret results, validate and optimize queries, and inspect indexed data when using the [search and query](https://redis.io/docs/latest/develop/interact/search-and-query/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) capability. +- [#3665](https://github.com/RedisInsight/RedisInsight/pull/3665) Improve the data readability with a new timestamp formatter in the Browser. This formatter converts timestamps in hash fields to a human-readable format, making it easier to interpret results, validate and optimize queries, and inspect indexed data when using the [search and query](https://redis.io/docs/latest/develop/interact/search-and-query/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) capability. - [#3730](https://github.com/RedisInsight/RedisInsight/pull/3730) Make your data more intuitive by customizing the date and time formats in Redis Insight. Adapt the format to match your local time zone or standardize it to UTC for better alignment in time-critical operations across global teams. This flexibility helps reduce misinterpretation and enhances collaboration. From 4ad68eefbe3305f376cbf063c22923a535a200e2 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:04:17 +0200 Subject: [PATCH 3/5] Update v.2.56.0.md --- .../connect/insight/release-notes/v.2.56.0.md | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/content/develop/connect/insight/release-notes/v.2.56.0.md b/content/develop/connect/insight/release-notes/v.2.56.0.md index becd6f5c62..84f13bc020 100644 --- a/content/develop/connect/insight/release-notes/v.2.56.0.md +++ b/content/develop/connect/insight/release-notes/v.2.56.0.md @@ -10,20 +10,21 @@ weight: 1 This is the General Availability (GA) release of Redis Insight 2.56. ### Highlights -- Seamlessly sign in to your Redis Cloud account using the new [SAML single sign-on](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/) feature, now available alongside existing social logins via Google and GitHub. This integration allows you to easily import existing databases or create a free Redis Cloud database. -- Start your Redis journey faster with automatic data loading for new free Redis Cloud databases created directly within Redis Insight. -- Focus on what matters most with the ability to hide or show [TTL for individual hash fields](https://redis.io/docs/latest/develop/data-types/hashes/?utm_source=redisinsight&utm_medium=release_notes&utm_campaign=2.52#field-expiration) to create a cleaner, more efficient workspace. -- Try improved vector data representation with updated 32-bit and 64-bit vector formatters in the Browser. -- Check out UX enhancements to make it easier and more intuitive to connect to your [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) instance within Redis Insight. +- Seamlessly sign in to your Redis Cloud account using the new [SAML single sign-on](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/) feature, now available alongside existing social logins via Google and GitHub. This integration lets you connect to all your Redis Cloud databases in several clicks. +- Start your Redis journey faster with a sample data set automatically loaded for new free Redis Cloud databases created directly within Redis Insight. +- Focus on what matters most: + - Hide or show [TTL for individual hash fields](https://redis.io/docs/latest/develop/data-types/hashes/?utm_source=redisinsight&utm_medium=release_notes&utm_campaign=2.52#field-expiration) to create a cleaner, more efficient workspace. + - Enhanced vector data representation with updated 32-bit and 64-bit vector formatters in the Browser. + - UX optimizations to make it easier and more intuitive to connect to your [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) instance within Redis Insight. ### Details **Features and improvements** -- [#3727](https://github.com/RedisInsight/RedisInsight/pull/3727) Seamlessly sign in to your Redis Cloud account using the new [SAML single sign-on](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/) feature, now available alongside existing social logins via Google and GitHub. This integration allows you to easily import existing databases or create a free Redis Cloud database. Before setting up SAML in Redis Cloud, you must first [verify domain ownership](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) for any domains associated with your SAML setup. Note that integration with Redis Cloud is currently available only in the desktop version of Redis Insight. -- [#3659](https://github.com/RedisInsight/RedisInsight/pull/3659) Start your Redis journey faster with automatic data loading for new free Redis Cloud databases created directly within Redis Insight. This feature ensures a smoother setup process, allowing you to dive into your data immediately. -- [#3624](https://github.com/RedisInsight/RedisInsight/pull/3624) Focus on what matters most with the ability to hide or show [TTL for individual hash fields](https://redis.io/docs/latest/develop/data-types/hashes/?utm_source=redisinsight&utm_medium=release_notes&utm_campaign=2.52#field-expiration) to create a cleaner, more efficient workspace. This optimization complements the highly requested hash field expiration feature introduced in the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-v0). -- [#3701](https://github.com/RedisInsight/RedisInsight/pull/3701) Try improved vector data representation with updated 32-bit and 64-bit vector formatters in the Browser. These enhancements ensure that vector formatters are applied only to data containing unprintable values when converted to UTF-8, providing a clearer and more accurate view of your data. -- [#3714](https://github.com/RedisInsight/RedisInsight/pull/3714) Check out UX enhancements to make it easier and more intuitive to connect to your [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) instance within Redis Insight. -- [#3665](https://github.com/RedisInsight/RedisInsight/pull/3665) Improve the data readability with a new timestamp formatter in the Browser. This formatter converts timestamps in hash fields to a human-readable format, making it easier to interpret results, validate and optimize queries, and inspect indexed data when using the [search and query](https://redis.io/docs/latest/develop/interact/search-and-query/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) capability. -- [#3730](https://github.com/RedisInsight/RedisInsight/pull/3730) Make your data more intuitive by customizing the date and time formats in Redis Insight. Adapt the format to match your local time zone or standardize it to UTC for better alignment in time-critical operations across global teams. This flexibility helps reduce misinterpretation and enhances collaboration. +- [#3727](https://github.com/RedisInsight/RedisInsight/pull/3727) Seamlessly sign in to your Redis Cloud account using the new [SAML single sign-on](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/) feature, now available alongside existing social logins via Google and GitHub. This integration lets you connect to all your Redis Cloud databases in several clicks. Before setting up SAML in Redis Cloud, you must first [verify domain ownership](https://redis.io/docs/latest/operate/rc/security/access-control/saml-sso/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) for any domains associated with your SAML setup. Note that integration with Redis Cloud is currently available only in the desktop version of Redis Insight. +- [#3659](https://github.com/RedisInsight/RedisInsight/pull/3659) Start your Redis journey faster with a sample data set automatically loaded for new free Redis Cloud databases created directly within Redis Insight. This feature ensures a smoother setup process, allowing you to dive into your data immediately. +- [#3624](https://github.com/RedisInsight/RedisInsight/pull/3624) The ability to hide or show [TTL for individual hash fields](https://redis.io/docs/latest/develop/data-types/hashes/?utm_source=redisinsight&utm_medium=release_notes&utm_campaign=2.52#field-expiration) to create a cleaner, more efficient workspace. This optimization complements the highly requested hash field expiration feature introduced in the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-v0). +- [#3701](https://github.com/RedisInsight/RedisInsight/pull/3701) Enhanced vector data representation with updated 32-bit and 64-bit vector formatters in the Browser. These changes ensure that vector formatters are applied only to data containing unprintable values when converted to UTF-8, providing a clearer and more accurate view of your data. +- [#3714](https://github.com/RedisInsight/RedisInsight/pull/3714) UX optimizations to make it easier and more intuitive to connect to your [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) instance within Redis Insight. +- [#3665](https://github.com/RedisInsight/RedisInsight/pull/3665) A new timestamp formatter in the Browser to improve data readability. This formatter converts timestamps in hash fields to a human-readable format, making it easier to interpret results, validate and optimize queries, and inspect indexed data when using the [search and query](https://redis.io/docs/latest/develop/interact/search-and-query/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) capability. +- [#3730](https://github.com/RedisInsight/RedisInsight/pull/3730) Date and time format customization to make the data more intuitive in Redis Insight. This flexibility helps match your local time zone or standardize it to UTC for better alignment in time-critical operations across global teams. From 2c6c5958845a2deb201bf3ff5fd4b00d355b896d Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:04:48 +0200 Subject: [PATCH 4/5] Update v.2.56.0.md --- content/develop/connect/insight/release-notes/v.2.56.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/connect/insight/release-notes/v.2.56.0.md b/content/develop/connect/insight/release-notes/v.2.56.0.md index 84f13bc020..6ee9a4536f 100644 --- a/content/develop/connect/insight/release-notes/v.2.56.0.md +++ b/content/develop/connect/insight/release-notes/v.2.56.0.md @@ -1,7 +1,7 @@ --- Title: Redis Insight v2.56.0, September 2024 linkTitle: v2.56.0 (September 2024) -date: 2024-09-02 00:00:00 +0000 +date: 2024-09-05 00:00:00 +0000 description: Redis Insight v2.56 weight: 1 From 40caff26d85aa7a37ce06334201a55ec63fef2cf Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:11:33 +0200 Subject: [PATCH 5/5] Update v.2.56.0.md --- content/develop/connect/insight/release-notes/v.2.56.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/connect/insight/release-notes/v.2.56.0.md b/content/develop/connect/insight/release-notes/v.2.56.0.md index 6ee9a4536f..e01f25b69c 100644 --- a/content/develop/connect/insight/release-notes/v.2.56.0.md +++ b/content/develop/connect/insight/release-notes/v.2.56.0.md @@ -1,7 +1,7 @@ --- Title: Redis Insight v2.56.0, September 2024 linkTitle: v2.56.0 (September 2024) -date: 2024-09-05 00:00:00 +0000 +date: 2024-09-09 00:00:00 +0000 description: Redis Insight v2.56 weight: 1