-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |