Skip to content

Commit d87143c

Browse files
Release notes for Redis for VS Code v1.2.0.md (#983)
* Create v1.2.0.md * Update content/develop/tools/redis-for-vscode/release-notes/v1.2.0.md Co-authored-by: David Dougherty <david.dougherty@redis.com> * Update v1.2.0.md * Update v1.2.0.md --------- Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent 21d58c1 commit d87143c

File tree

1 file changed

+35
-0
lines changed
  • content/develop/tools/redis-for-vscode/release-notes

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
Title: Redis for VS Code v1.2.0, December 2024
3+
linkTitle: v1.2.0 (December 2024)
4+
date: 2024-12-19 00:00:00 +0000
5+
description: Redis for VS Code v1.2
6+
weight: 99
7+
---
8+
9+
## 1.2.0 (December 2024)
10+
11+
This is the General Availability (GA) release of Redis for VS Code 1.2.
12+
13+
### Headlines
14+
* Work with keys across multiple database indexes, which are automatically discovered and displayed in the database list.
15+
* Support for adding multiple elements to the head or tail of Redis lists, for both new and existing keys.
16+
* Auto-refresh the list of keys and key values with a customizable timer.
17+
* Delete and update previously added CA and client certificates to keep them updated.
18+
19+
### Details
20+
21+
- [#223](https://github.com/RedisInsight/Redis-for-VS-Code/pull/223) Work with keys across multiple database indexes. Database indexes with keys are automatically discovered and displayed in the database list.
22+
- [#207](https://github.com/RedisInsight/Redis-for-VS-Code/pull/207) Support for adding multiple elements to the head or tail of Redis lists for new and existing key.
23+
- [#226](https://github.com/RedisInsight/Redis-for-VS-Code/pull/226) Auto-refresh the list of keys and key values with a customizable timer. To do so, enable the Auto-refresh mode by clicking the control next to the Refresh button and setting the refresh rate.
24+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Ability to delete previously added CA and Client certificates to keep them up-to-date.
25+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Enhanced both the Java and PHP serialized formatters: the Java formatter now supports date and time data, while the PHP formatter includes UTF-8 encoding for better handling of special characters and multi-language data.
26+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Keep databases and the list of keys [expanded](https://github.com/RedisInsight/Redis-for-VS-Code/issues/217) after navigating away.
27+
- [#226](https://github.com/RedisInsight/Redis-for-VS-Code/pull/226) New users can optionally encrypt sensitive data, such as connection certificates and passwords. Existing users can enable encryption by deleting the ~/.redis-for-vscode/redisinsight.db file and re-adding their database connections.
28+
29+
**Bugs**
30+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Resolved an issue where large integers in JSON keys were being rounded, ensuring data integrity.
31+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Saved SNI and SSH connection information for newly added database connections.
32+
- [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Fixed an issue to display multiple hash fields when expanding a hash value.
33+
34+
### Get started with Redis for VS Code
35+
Install the extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=redis.redis-for-vscode) to use it.

0 commit comments

Comments
 (0)