diff --git a/notifications.json b/notifications.json index 2826862..19c4428 100644 --- a/notifications.json +++ b/notifications.json @@ -1,11 +1,18 @@ { "notifications": [ + { + "title": "Connect to Redis from Visual Studio Code", + "body": "Redis for VS Code brings the power of Redis directly into your favorite code editor!

Connect to your Redis databases from within Microsoft Visual Studio Code and enjoy the streamlined experience you already love in Redis Insight.

Download Redis for VS Code from Visual Studio Marketplace.", + "category": "release", + "categoryColor": "#805A0D", + "timestamp": 1729158813 + }, { "title": "Security Advisory: CVE-2024-31449, CVE-2024-31227, CVE-2024-31228", "body": "Recently, three Redis security vulnerabilities were found. If you’re using Redis Cloud, no action is needed as it’s already updated. For self-managed Redis (Software or Community versions), please upgrade promptly.

Learn more in our blog post on how to protect your instance.", "category": "security", "categoryColor": "#800D0D", - "timestamp": 1728463510 + "timestamp": 1729158813 }, { "title": "Redis 8.0-M01 released – One Redis for every use case", @@ -13,13 +20,6 @@ "category": "release", "categoryColor": "#805A0D", "timestamp": 1726759885 - }, - { - "title": "Missing a feature or found a bug?", - "body": "Would you like to see specific features added or have a bug to report?

Share it with us!

And star the repository if you like RedisInsight!", - "category": "feedback", - "categoryColor": "#330D80", - "timestamp": 1662381434 } ] }