Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions content/develop/tools/insight/release-notes/v.2.62.0.md
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.