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..2ff8d80502 --- /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 +- 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.