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
24 changes: 24 additions & 0 deletions content/develop/tools/insight/release-notes/v.2.64.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
Title: Redis Insight v2.64.0, December 2024
linkTitle: v2.64.0 (December 2024)
date: 2024-12-19 00:00:00 +0000
description: Redis Insight v2.64
weight: 1

---
## 2.64 (December 2024)
This is the General Availability (GA) release of Redis Insight 2.64.

### Highlights
- New in-app reminders notify you before your free Redis Cloud database is deleted due to inactivity, helping you use your free Cloud database to discover the power of Redis in your tech stack.
- Improved the list of database connections and streamlined the forms for adding connections, providing a cleaner UI to help you focus on what matters.

### Details

**Features and improvements**
- [#4189](https://github.com/RedisInsight/RedisInsight/pull/4189), [#4191](https://github.com/RedisInsight/RedisInsight/pull/4191) New in-app reminders notify you before your free Redis Cloud database is deleted due to inactivity, helping you use your free Cloud database to discover the power of Redis in your tech stack.
- [#4088](https://github.com/RedisInsight/RedisInsight/pull/4088), [#4078](https://github.com/RedisInsight/RedisInsight/pull/4078), [#4094](https://github.com/RedisInsight/RedisInsight/pull/4094) Improved the list of database connections and streamlined the forms for adding connections, providing a cleaner UI to help you focus on what matters.
- [#4204](https://github.com/RedisInsight/RedisInsight/pull/4204), [#4196](https://github.com/RedisInsight/RedisInsight/pull/4196), [#4202](https://github.com/RedisInsight/RedisInsight/pull/4202) Various vulnerabilities have been fixed.

**Bugs**
- [#4194](https://github.com/RedisInsight/RedisInsight/pull/4194) Resolved an [issue](https://github.com/RedisInsight/RedisInsight/issues/4186) where modifying a JSON value inadvertently converted strings into numbers.
Loading