Skip to content

Create v1.4.0.md #1591

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
25 changes: 25 additions & 0 deletions content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
Title: Redis for VS Code v1.4.0, May 2025
linkTitle: v1.4.0 (May 2025)
date: 2025-05-21 00:00:00 +0000
description: Redis for VS Code v1.4
weight: 99
---

## 1.4.0 (May 2025)

This is the General Availability (GA) release of Redis for VS Code 1.4.

### Headlines
- Easily provision a free Redis Cloud database directly from within Redis for VS Code, great for prototyping AI workloads like semantic search, chat memory, and embedding-based retrieval, among many other Redis use cases, all without leaving your dev environment.
- Ability to encrypt connection certificates, passwords, and other sensitive data for all users.
- Support for multiple key name delimiters, making it easier to browse databases with varied key structures.

### Details
- [#252](https://github.com/RedisInsight/Redis-for-VS-Code/pull/252), [#257](https://github.com/RedisInsight/Redis-for-VS-Code/pull/257) Easily provision a free [Redis Cloud](https://redis.io/cloud/) database directly from within Redis for VS Code, great for prototyping AI workloads like semantic search, chat memory, and embedding-based retrieval, among many other Redis use cases, all without leaving your dev environment.
- [#255](https://github.com/RedisInsight/Redis-for-VS-Code/pull/255) Added the ability to encrypt connection certificates, passwords, and other sensitive data for all users.
- [#247](https://github.com/RedisInsight/Redis-for-VS-Code/pull/247) Support for multiple key name delimiters, making it easier to browse databases with varied key structures.


### Get started with Redis for VS Code
Install the extension from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=redis.redis-for-vscode) to use it.