-
Notifications
You must be signed in to change notification settings - Fork 274
Release notes for Redis for VS Code v1.2.0.md #983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
content/develop/tools/redis-for-vscode/release-notes/v1.2.0.md
This file contains hidden or 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,37 @@ | ||
| --- | ||
| Title: Redis for VS Code v1.2.0, December 2024 | ||
| linkTitle: v1.2.0 (December 2024) | ||
| date: 2024-19-12 00:00:00 +0000 | ||
| description: Redis for VS Code v1.2 | ||
| weight: 99 | ||
| --- | ||
|
|
||
| ## 1.2.0 (December 2024) | ||
|
|
||
| This is the General Availability (GA) release of Redis for VS Code 1.2. | ||
|
|
||
| ### Headlines | ||
| * Work with keys across multiple database indexes, which are automatically discovered and displayed in the database list. | ||
| * Support for adding multiple elements to the head or tail of Redis lists, for both new and existing keys. | ||
| * Auto-refresh the list of keys and key values with a customizable timer. | ||
| * Delete and update previously added CA and client certificates to keep them updated. | ||
|
|
||
| ### Details | ||
|
|
||
| - [#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. | ||
| - [#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 both new and existing keys. | ||
| - [#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 set the refresh rate. | ||
| - [#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. | ||
| - [#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. | ||
| - [#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. | ||
| - 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. | ||
|
|
||
| **Bugs** | ||
| - [#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. | ||
| - [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Saved SNI and SSH connection information for newly added database connections. | ||
| - [#224](https://github.com/RedisInsight/Redis-for-VS-Code/pull/224) Fixed an issue to display multiple hash fields when expanding a hash value. | ||
|
|
||
| ### Get started with Redis for VS Code | ||
|
|
||
| This repository contains the source code for the Redis for VS Code extension. | ||
| Install the extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=redis.redis-for-vscode) to use it. | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.