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

Merged
merged 3 commits into from
Jul 30, 2025
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
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
- Create a free Redis Cloud database directly from within Redis for VS Code. Quickly set up a free database to run vector search queries using the Redis Query Engine or prototype AI workloads without leaving your development environment. Ideal for experimenting with semantic search, chat memory, and embedding-based retrieval.
- Added the 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) Create a free Redis Cloud database directly from within Redis for VS Code. Quickly set up a free database to run vector search queries using the Redis Query Engine or prototype AI workloads without leaving your development environment. Ideal for experimenting with semantic search, chat memory, and embedding-based retrieval.
- [#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.