From 03c573da340d82ef576ba8159fc0d532b95dda5e Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:54:22 +0200 Subject: [PATCH 1/2] Update notifications.json --- notifications.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 } ] } From 80c4be97474bca82aa24cd3af62aa97f96f9962d Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:59:32 +0200 Subject: [PATCH 2/2] Update notifications.json --- notifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.json b/notifications.json index 19c4428..a838d81 100644 --- a/notifications.json +++ b/notifications.json @@ -12,7 +12,7 @@ "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": 1729158813 + "timestamp": 1729065451 }, { "title": "Redis 8.0-M01 released – One Redis for every use case",