Skip to content

Commit 79e1f7e

Browse files
chore(main): release 0.2.1
1 parent 066a373 commit 79e1f7e

7 files changed

Lines changed: 31 additions & 9 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloud-sql-mysql",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Connect and interact with a Cloud SQL for MySQL database and data.",
55
"author": {
66
"name": "Google LLC",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloud-sql-mysql",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Connect and interact with a Cloud SQL for MySQL database and data.",
55
"author": {
66
"name": "Google LLC",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.2.0...0.2.1) (2026-08-05)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **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))
10+
* 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))
11+
* 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))
12+
* **plugin:** support agent plugin spec ([#135](https://github.com/gemini-cli-extensions/cloud-sql-mysql/issues/135)) ([066a373](https://github.com/gemini-cli-extensions/cloud-sql-mysql/commit/066a3737218d7e54ce0b28e25584c1ed446361eb))
13+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* **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))
19+
* **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))
20+
* **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))
21+
* 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))
22+
* 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))
23+
* 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))
24+
325
## [0.2.0](https://github.com/gemini-cli-extensions/cloud-sql-mysql/compare/0.1.9...0.2.0) (2026-04-16)
426

527

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ For the latest version, check the [releases page][releases].
8989
<summary id="antigravity">Antigravity</summary>
9090

9191
You can use either of these two agents for Antigravity:
92-
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
93-
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
92+
- [Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v0.2.1** or higher
93+
- [Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v0.2.1** or higher.
9494

9595
<blockquote>
9696
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
@@ -109,7 +109,7 @@ See <a href="https://antigravity.google/docs/gcli-migration">Migrating from Gemi
109109
**1. Clone the Repo:**
110110

111111
```bash
112-
git clone --branch 0.2.0 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
112+
git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/cloud-sql-mysql.git
113113
```
114114

115115
**2. Install the skills:**
@@ -200,7 +200,7 @@ You can install skills using the `npx skills` command.
200200
Run the following command in your terminal to automatically download and register the skills:
201201

202202
```bash
203-
npx skills add https://github.com/gemini-cli-extensions/cloud-sql-mysql/tree/0.2.0
203+
npx skills add https://github.com/gemini-cli-extensions/cloud-sql-mysql/tree/0.2.1
204204
```
205205

206206
For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills).

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloud-sql-mysql",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Connect and interact with a Cloud SQL for MySQL database and data",
55
"contextFileName": "CLOUD-SQL-MYSQL.md",
66
"settings": [

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
33
"name": "cloud-sql-mysql",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "Connect and interact with a Cloud SQL for MySQL database and data.",
66
"author": {
77
"name": "Google LLC",

0 commit comments

Comments
 (0)