From bc1472e9424d4c5e45663a79953a1cd97e58a613 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 06:12:25 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 8 ++++---- gemini-extension.json | 2 +- 6 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ba2c856..6acd48f 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-mysql", - "version": "0.2.0", + "version": "0.2.1", "description": "Connect and interact with a Cloud SQL for MySQL database and data.", "author": { "name": "Google LLC", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 76caadb..0f7cc6f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-mysql", - "version": "0.2.0", + "version": "0.2.1", "description": "Connect and interact with a Cloud SQL for MySQL database and data.", "author": { "name": "Google LLC", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10f3091..b06ba91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index abf1cac..c63e290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.2.1](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.2.0...0.2.1) (2026-07-14) + + +### Features + +* **auth:** Implement MCP auth tool-level scopes validation ([mcp-toolbox#​3049](https://redirect.github.com/googleapis/mcp-toolbox/issues/3049)) ([c528985](https://redirect.github.com/googleapis/mcp-toolbox/commit/c528985149060adb648f85b5486391bd72d6727e)) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) +* **looker:** Propagate client IP from incoming MCP requests to downstream SDK calls ([mcp-toolbox#​3253](https://redirect.github.com/googleapis/mcp-toolbox/issues/3253)) ([75da6c2](https://redirect.github.com/googleapis/mcp-toolbox/commit/75da6c21dd29d7e8e70eac1b747e3946097e7459)) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) +* add Cloud Build pipeline and evaluation configuration for Cloud SQL MySQL extension ([#119](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/119)) ([fdf3cc6](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/fdf3cc6e47df9a6db74e61b1342031b590dca6bb)) +* Add support for HTTPS/TLS listener ([mcp-toolbox#​3126](https://redirect.github.com/googleapis/mcp-toolbox/issues/3126)) ([8bc385d](https://redirect.github.com/googleapis/mcp-toolbox/commit/8bc385d7d6fd9ed2ad13503d9feb503de0b512b1)) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) +* Setup SQLCommenter and allow client metadata ([mcp-toolbox#​3064](https://redirect.github.com/googleapis/mcp-toolbox/issues/3064)) ([9f1f9b3](https://redirect.github.com/googleapis/mcp-toolbox/commit/9f1f9b321dcd05cce55dbff1bbaebfc44a4c9907)) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) + + +### Bug Fixes + +* **auth/generic:** Fix generic auth expiration field and integration with `authRequired` ([mcp-toolbox#​3251](https://redirect.github.com/googleapis/mcp-toolbox/issues/3251)) ([f4d16c0](https://redirect.github.com/googleapis/mcp-toolbox/commit/f4d16c09b12c4d3297a9aedca706c9830382a4e3)) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) +* **mcp:** Implement router-level logger injection for MCP auth ([mcp-toolbox#​3067](https://redirect.github.com/googleapis/mcp-toolbox/issues/3067)) ([ccc7cf5](https://redirect.github.com/googleapis/mcp-toolbox/commit/ccc7cf5ee8a1bacb6b57faf41ae5a1cc3da5299e)) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) +* **tools:** Initialize query result slices to empty array ([mcp-toolbox#​3250](https://redirect.github.com/googleapis/mcp-toolbox/issues/3250)) ([60ddf48](https://redirect.github.com/googleapis/mcp-toolbox/commit/60ddf487468bfd11c7f9346f16a33a8986f89f84)) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) +* Allow converting string literal block with list ([mcp-toolbox#​3050](https://redirect.github.com/googleapis/mcp-toolbox/issues/3050)) ([36ab2a9](https://redirect.github.com/googleapis/mcp-toolbox/commit/36ab2a98f9f2d03c27eea389d2281bfc4581ffa1)), closes [mcp-toolbox#​3023](https://redirect.github.com/googleapis/mcp-toolbox/issues/3023) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) +* Prevent test.db from being created during unit tests ([mcp-toolbox#​3042](https://redirect.github.com/googleapis/mcp-toolbox/issues/3042)) ([d10d2ca](https://redirect.github.com/googleapis/mcp-toolbox/commit/d10d2caeb7c9eda7d17d6dbd9f63363b2bc23a7a)) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) +* Remove hardcoded \* allowed origin for sse ([mcp-toolbox#​3054](https://redirect.github.com/googleapis/mcp-toolbox/issues/3054)) ([c4c7bd9](https://redirect.github.com/googleapis/mcp-toolbox/commit/c4c7bd917e686de68e2be866cfe3872c3439efae)) ([180673b](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/180673b26d2ceac50978ff1a82af0b071446b129)) + ## [0.2.0](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.9...0.2.0) (2026-04-16) diff --git a/README.md b/README.md index 3e6e42c..8059e02 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ For the latest version, check the [releases page][releases]. Antigravity You can use either of these two agents for Antigravity: -- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher -- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher. +- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.1** or higher +- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.1** or higher.
💡 Tip — Migrating from Gemini CLI?
@@ -107,7 +107,7 @@ See Migrating from Gemi **1. Clone the Repo:** ```bash -git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git +git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git ``` **2. Install the skills:** @@ -198,7 +198,7 @@ You can install skills using the `npx skills` command. Run the following command in your terminal to automatically download and register the skills: ```bash -npx skills add https://github.com/gemini-cli-extensions/cloud-sql-mysql/tree/0.2.0 +npx skills add https://github.com/gemini-cli-extensions/cloud-sql-mysql/tree/0.2.1 ``` For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills). diff --git a/gemini-extension.json b/gemini-extension.json index 830a625..3b22129 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "cloud-sql-mysql", - "version": "0.2.0", + "version": "0.2.1", "description": "Connect and interact with a Cloud SQL for MySQL database and data", "contextFileName": "CLOUD-SQL-MYSQL.md", "settings": [