From 2a2007ab7d8c790acf809953810ec9669a705f4e Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Wed, 21 May 2025 12:39:05 +0200 Subject: [PATCH 1/3] Create v1.4.0.md --- .../redis-for-vscode/release-notes/v1.4.0.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md diff --git a/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md b/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md new file mode 100644 index 0000000000..27c9dc9c5d --- /dev/null +++ b/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md @@ -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. From 514115936e189e213111457901c60abdf312f5e5 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 22 May 2025 14:07:31 +0200 Subject: [PATCH 2/3] Update v1.4.0.md --- .../develop/tools/redis-for-vscode/release-notes/v1.4.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md b/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md index 27c9dc9c5d..a9dc754982 100644 --- a/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md +++ b/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md @@ -11,12 +11,12 @@ weight: 99 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. +- 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) 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. +- [#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 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. From 16ba4732eef707218641a93523fc3d5c520b6552 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 27 May 2025 11:41:20 +0200 Subject: [PATCH 3/3] Update v1.4.0.md --- content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md b/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md index a9dc754982..2ff8d80502 100644 --- a/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md +++ b/content/develop/tools/redis-for-vscode/release-notes/v1.4.0.md @@ -16,7 +16,7 @@ This is the General Availability (GA) release of Redis for VS Code 1.4. - 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 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. +- [#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.