From 0ef8eb0589e7b3ca2550afdc38e913d021ead7d7 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:58:43 +0200 Subject: [PATCH 1/5] Create v.2.52.0.md A draft, please do not merge it for now --- .../connect/insight/release-notes/v.2.52.0.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/develop/connect/insight/release-notes/v.2.52.0.md diff --git a/content/develop/connect/insight/release-notes/v.2.52.0.md b/content/develop/connect/insight/release-notes/v.2.52.0.md new file mode 100644 index 000000000..f2e1848bd --- /dev/null +++ b/content/develop/connect/insight/release-notes/v.2.52.0.md @@ -0,0 +1,27 @@ +--- +Title: Redis Insight v2.52.0, June 2024 +linkTitle: v2.52.0 (June 2024) +date: 2024-06-26 00:00:00 +0000 +description: Redis Insight v2.52 +weight: 1 + +--- +## 2.52 (June 2024) +This is the General Availability (GA) release of Redis Insight 2.52. + +### Highlights +- New tutorial exploring several common Redis use cases with paired-up sample data that will get you started quicker with your empty database. +- Performance and UX enhancements for the JSON data structure for smoother data rendering and interaction in the Browser. + +### Details + +**Features and improvements** +- [#3470](https://github.com/RedisInsight/RedisInsight/pull/3470) `Hash`: the first release candidate of Redis 7.4 now [supports expiration of individual hash fields](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1). Use Redis Insight together with Redis Redis [7.4](https://github.com/redis/redis/releases/tag/7.4-rc1) to set expiration for hash fields. +- [#2839](https://github.com/RedisInsight/RedisInsight/pull/2839), [#2853](https://github.com/RedisInsight/RedisInsight/pull/2853), [#3101](https://github.com/RedisInsight/RedisInsight/pull/3101) Redis Data Integration (RDI) is a robust tool designed to synchronize data from your existing database to Redis in near real-time. RDI establishes a data streaming pipeline that mirrors data from your existing database to Redis Enterprise, enabling seamless data integration and faster data access for launching real-time applications at any scale. Now Redis Insight is equipped with new capabilities to help you create and test RDI pipelines. +- [#3481](https://github.com/RedisInsight/RedisInsight/pull/3481) Removing support for triggers and functions due to the end of its preview. +- [#3447](https://github.com/RedisInsight/RedisInsight/pull/3447), [#3483](https://github.com/RedisInsight/RedisInsight/pull/3483) UX optimizations for displaying values of keys in Browser. A new layout includes displaying control to edit or delete values of keys only by hover to optimize space. +- [#3231](https://github.com/RedisInsight/RedisInsight/pull/3231) Apply the JSON format for values with float numbers that contain at least 10 decimal places. +- [#3492](https://github.com/RedisInsight/RedisInsight/pull/3492) Increase `slotsRefreshTimeoutchange` to 5000 to avoid cases when a connection is terminated before the acknowledgment of a successful connection establishment is received. + +**Bugs** +- [#3490](https://github.com/RedisInsight/RedisInsight/pull/3490) Fix for an error when when adding a JSON field to a JSON key with many fields. From 412686094bf847326cc785a2f3403b53e4c3f05b Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:03:40 +0200 Subject: [PATCH 2/5] Update v.2.52.0.md --- .../connect/insight/release-notes/v.2.52.0.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/content/develop/connect/insight/release-notes/v.2.52.0.md b/content/develop/connect/insight/release-notes/v.2.52.0.md index f2e1848bd..2ccca2372 100644 --- a/content/develop/connect/insight/release-notes/v.2.52.0.md +++ b/content/develop/connect/insight/release-notes/v.2.52.0.md @@ -10,18 +10,17 @@ weight: 1 This is the General Availability (GA) release of Redis Insight 2.52. ### Highlights -- New tutorial exploring several common Redis use cases with paired-up sample data that will get you started quicker with your empty database. -- Performance and UX enhancements for the JSON data structure for smoother data rendering and interaction in the Browser. +- Expire individual hash fields - Redis Insight now supports one of the most requested features from the Redis community that is available with the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1) +- Support for [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) to help you create and test RDI pipelines. RDI is a powerful tool designed to synchronize data from your existing database to Redis in near real-time. It establishes a data streaming pipeline that mirrors data from your existing database to Redis Enterprise, enabling seamless data integration and faster data access for launching real-time applications at any scale. ### Details **Features and improvements** -- [#3470](https://github.com/RedisInsight/RedisInsight/pull/3470) `Hash`: the first release candidate of Redis 7.4 now [supports expiration of individual hash fields](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1). Use Redis Insight together with Redis Redis [7.4](https://github.com/redis/redis/releases/tag/7.4-rc1) to set expiration for hash fields. -- [#2839](https://github.com/RedisInsight/RedisInsight/pull/2839), [#2853](https://github.com/RedisInsight/RedisInsight/pull/2853), [#3101](https://github.com/RedisInsight/RedisInsight/pull/3101) Redis Data Integration (RDI) is a robust tool designed to synchronize data from your existing database to Redis in near real-time. RDI establishes a data streaming pipeline that mirrors data from your existing database to Redis Enterprise, enabling seamless data integration and faster data access for launching real-time applications at any scale. Now Redis Insight is equipped with new capabilities to help you create and test RDI pipelines. -- [#3481](https://github.com/RedisInsight/RedisInsight/pull/3481) Removing support for triggers and functions due to the end of its preview. -- [#3447](https://github.com/RedisInsight/RedisInsight/pull/3447), [#3483](https://github.com/RedisInsight/RedisInsight/pull/3483) UX optimizations for displaying values of keys in Browser. A new layout includes displaying control to edit or delete values of keys only by hover to optimize space. -- [#3231](https://github.com/RedisInsight/RedisInsight/pull/3231) Apply the JSON format for values with float numbers that contain at least 10 decimal places. -- [#3492](https://github.com/RedisInsight/RedisInsight/pull/3492) Increase `slotsRefreshTimeoutchange` to 5000 to avoid cases when a connection is terminated before the acknowledgment of a successful connection establishment is received. +- [#3470](https://github.com/RedisInsight/RedisInsight/pull/3470) Expire individual hash fields - Redis Insight now supports one of the most requested features from the Redis community that is available with the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1). +- [#2839](https://github.com/RedisInsight/RedisInsight/pull/2839), [#2853](https://github.com/RedisInsight/RedisInsight/pull/2853), [#3101](https://github.com/RedisInsight/RedisInsight/pull/3101) Redis Insight now comes with the support for [Redis Data Integration (RDI) pipelines](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) to help you create and test RDI pipelines. RDI is a powerful tool designed to synchronize data from your existing database to Redis in near real-time. It establishes a data streaming pipeline that mirrors data from your existing database to Redis Enterprise, enabling seamless data integration and faster data access for launching real-time applications at any scale. +- [#3447](https://github.com/RedisInsight/RedisInsight/pull/3447), [#3483](https://github.com/RedisInsight/RedisInsight/pull/3483) UX optimizations for displaying the values of keys in the Browser. The new layout includes controls for editing key values that appear only when you hover over them, optimizing the use of space and providing a cleaner interface. +- [#3231](https://github.com/RedisInsight/RedisInsight/pull/3231) Support for applying the JSON formatting in Browser for values of keys with float numbers that contain 10 or more decimal places. +- [#3492](https://github.com/RedisInsight/RedisInsight/pull/3492) Increased the slot refresh timeout to 5000 milliseconds to enhance connection stability for clustered databases. This adjustment helps avoid scenarios where a connection is terminated before the acknowledgment of a successful connection establishment is received. **Bugs** -- [#3490](https://github.com/RedisInsight/RedisInsight/pull/3490) Fix for an error when when adding a JSON field to a JSON key with many fields. +- [#3490](https://github.com/RedisInsight/RedisInsight/pull/3490) Fix for an issue related to adding a JSON field to a key that already contains many fields. From 3dd9e3191ec290659c83d0d0375a39a5bd287051 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:07:25 +0200 Subject: [PATCH 3/5] Update v.2.52.0.md --- content/develop/connect/insight/release-notes/v.2.52.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/connect/insight/release-notes/v.2.52.0.md b/content/develop/connect/insight/release-notes/v.2.52.0.md index 2ccca2372..ffcdb5b7a 100644 --- a/content/develop/connect/insight/release-notes/v.2.52.0.md +++ b/content/develop/connect/insight/release-notes/v.2.52.0.md @@ -17,7 +17,7 @@ This is the General Availability (GA) release of Redis Insight 2.52. **Features and improvements** - [#3470](https://github.com/RedisInsight/RedisInsight/pull/3470) Expire individual hash fields - Redis Insight now supports one of the most requested features from the Redis community that is available with the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1). -- [#2839](https://github.com/RedisInsight/RedisInsight/pull/2839), [#2853](https://github.com/RedisInsight/RedisInsight/pull/2853), [#3101](https://github.com/RedisInsight/RedisInsight/pull/3101) Redis Insight now comes with the support for [Redis Data Integration (RDI) pipelines](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) to help you create and test RDI pipelines. RDI is a powerful tool designed to synchronize data from your existing database to Redis in near real-time. It establishes a data streaming pipeline that mirrors data from your existing database to Redis Enterprise, enabling seamless data integration and faster data access for launching real-time applications at any scale. +- [#2839](https://github.com/RedisInsight/RedisInsight/pull/2839), [#2853](https://github.com/RedisInsight/RedisInsight/pull/2853), [#3101](https://github.com/RedisInsight/RedisInsight/pull/3101) Redis Insight now comes with the support for [Redis Data Integration (RDI) pipelines](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) to help you create and test RDI pipelines. RDI is a powerful tool designed to synchronize data from your existing database to Redis in near real-time. It establishes a data streaming pipeline that mirrors data from your existing database to Redis Enterprise, enabling seamless data integration and faster data access for launching real-time applications at any scale. Use RDI version 1.2.0 or later to seamlessly create, validate, deploy, and monitor your data pipelines within Redis Insight. - [#3447](https://github.com/RedisInsight/RedisInsight/pull/3447), [#3483](https://github.com/RedisInsight/RedisInsight/pull/3483) UX optimizations for displaying the values of keys in the Browser. The new layout includes controls for editing key values that appear only when you hover over them, optimizing the use of space and providing a cleaner interface. - [#3231](https://github.com/RedisInsight/RedisInsight/pull/3231) Support for applying the JSON formatting in Browser for values of keys with float numbers that contain 10 or more decimal places. - [#3492](https://github.com/RedisInsight/RedisInsight/pull/3492) Increased the slot refresh timeout to 5000 milliseconds to enhance connection stability for clustered databases. This adjustment helps avoid scenarios where a connection is terminated before the acknowledgment of a successful connection establishment is received. From f885d1be7478820d9a68d636cc206c13b43a982b Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:14:19 +0200 Subject: [PATCH 4/5] Update v.2.52.0.md --- content/develop/connect/insight/release-notes/v.2.52.0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/develop/connect/insight/release-notes/v.2.52.0.md b/content/develop/connect/insight/release-notes/v.2.52.0.md index ffcdb5b7a..98e36aae5 100644 --- a/content/develop/connect/insight/release-notes/v.2.52.0.md +++ b/content/develop/connect/insight/release-notes/v.2.52.0.md @@ -10,14 +10,14 @@ weight: 1 This is the General Availability (GA) release of Redis Insight 2.52. ### Highlights -- Expire individual hash fields - Redis Insight now supports one of the most requested features from the Redis community that is available with the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1) -- Support for [Redis Data Integration (RDI)](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) to help you create and test RDI pipelines. RDI is a powerful tool designed to synchronize data from your existing database to Redis in near real-time. It establishes a data streaming pipeline that mirrors data from your existing database to Redis Enterprise, enabling seamless data integration and faster data access for launching real-time applications at any scale. +- Redis Insight now supports [setting expiration 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), a highly requested feature available in the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1) +- Explore a new built-in tutorial about using Redis for Retrieval Augmented Generation (RAG) use cases in the "Insights" panel ### Details **Features and improvements** -- [#3470](https://github.com/RedisInsight/RedisInsight/pull/3470) Expire individual hash fields - Redis Insight now supports one of the most requested features from the Redis community that is available with the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1). -- [#2839](https://github.com/RedisInsight/RedisInsight/pull/2839), [#2853](https://github.com/RedisInsight/RedisInsight/pull/2853), [#3101](https://github.com/RedisInsight/RedisInsight/pull/3101) Redis Insight now comes with the support for [Redis Data Integration (RDI) pipelines](https://redis.io/data-integration/?utm_source=redisinsight&utm_medium=repository&utm_campaign=release_notes) to help you create and test RDI pipelines. RDI is a powerful tool designed to synchronize data from your existing database to Redis in near real-time. It establishes a data streaming pipeline that mirrors data from your existing database to Redis Enterprise, enabling seamless data integration and faster data access for launching real-time applications at any scale. Use RDI version 1.2.0 or later to seamlessly create, validate, deploy, and monitor your data pipelines within Redis Insight. +- [#3470](https://github.com/RedisInsight/RedisInsight/pull/3470) Redis Insight now supports [setting expiration 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) through intuitive Browser controls. The hash field expiration is a highly requested feature available in the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1). +- [#60](https://github.com/RedisInsight/Tutorials/pull/60) Redis, with its high performance and versatile data structures, is an excellent choice for implementing Retrieval Augmented Generation (RAG). Our new built-in tutorial provides an overview of how Redis can be leveraged in a RAG use case. To get started, open the "Insights" panel in the top right corner and try the new tutorial. - [#3447](https://github.com/RedisInsight/RedisInsight/pull/3447), [#3483](https://github.com/RedisInsight/RedisInsight/pull/3483) UX optimizations for displaying the values of keys in the Browser. The new layout includes controls for editing key values that appear only when you hover over them, optimizing the use of space and providing a cleaner interface. - [#3231](https://github.com/RedisInsight/RedisInsight/pull/3231) Support for applying the JSON formatting in Browser for values of keys with float numbers that contain 10 or more decimal places. - [#3492](https://github.com/RedisInsight/RedisInsight/pull/3492) Increased the slot refresh timeout to 5000 milliseconds to enhance connection stability for clustered databases. This adjustment helps avoid scenarios where a connection is terminated before the acknowledgment of a successful connection establishment is received. From 75376d5c25cfc311b812d18734971797e1dcd0d4 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:34:00 +0200 Subject: [PATCH 5/5] Update v.2.52.0.md --- content/develop/connect/insight/release-notes/v.2.52.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/connect/insight/release-notes/v.2.52.0.md b/content/develop/connect/insight/release-notes/v.2.52.0.md index 98e36aae5..6124dc8ef 100644 --- a/content/develop/connect/insight/release-notes/v.2.52.0.md +++ b/content/develop/connect/insight/release-notes/v.2.52.0.md @@ -11,7 +11,7 @@ This is the General Availability (GA) release of Redis Insight 2.52. ### Highlights - Redis Insight now supports [setting expiration 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), a highly requested feature available in the [first release candidate of Redis 7.4](https://github.com/redis-stack/redis-stack/releases/tag/v7.4.0-rc1) -- Explore a new built-in tutorial about using Redis for Retrieval Augmented Generation (RAG) use cases in the "Insights" panel +- Learn how to leverage Redis for Retrieval Augmented Generation (RAG) use cases via a new built-in Redis Insight tutorial ### Details