From ba91c3a9c7807a459769793af333152eb7a1a8a9 Mon Sep 17 00:00:00 2001 From: Roman Pozdnyakov Date: Sun, 15 Dec 2024 22:13:54 +0200 Subject: [PATCH] Update README.md and CHANGELOG.md for version 1.0.2 --- CHANGELOG.md | 4 ++++ README.md | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f8170..b47dc15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.2] - 2024-12-5 +### Added +- SQL optimizer quick action + ## [1.0.1] - 2024-11-11 ### Added - Updated Readme with Aiven Resources diff --git a/README.md b/README.md index 54f99c5..76be3cb 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,12 @@ ## Optimize a SQL Query:

1. Select the desired SQL query text in the editor.

-

2. Right-click the selected text or press Cmd + Shift + P to open the Command Pallete.

-

3. Select Optimize SQL with Aiven

+

2. Select Optimize SQL with Aiven from the quick action above your selection


-## Suported Databases +## Supported Databases Aiven focuses on optimizing your experience with MySQL, PostgreSQL, Aurora for MySQL, MariaDB and Percona Server. Some of Aiven's recommendations may apply to other databases such as Oracle and SQL Server as well. @@ -50,6 +49,10 @@ Aiven focuses on optimizing your experience with MySQL, PostgreSQL, Aurora for M ## Release Notes +### 1.0.2 + +- Add SQL optimizer quick action + ### 1.0.1 - Updated Readme with Aiven Resources