From e3bcce4161e4ea913368d431622b50c3360d6f78 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:02:13 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ gemini-extension.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5547f83..cda9cbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b9e49..880c35e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.2](https://github.com/gemini-cli-extensions/mysql/compare/0.1.1...0.1.2) (2025-10-27) + + +### Features + +* **sources/alloydb,cloudsqlpg,cloudsqlmysql,cloudsqlmssql:** Support PSC connection ([[#1686](https://github.com/gemini-cli-extensions/mysql/issues/1686)](https://redirect.github.com/googleapis/genai-toolbox/issues/1686)) ([9d2bf79](https://redirect.github.com/googleapis/genai-toolbox/commit/9d2bf79becfda104ef77f34b8d4b22cbedbc4bf3)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) +* Add program name to MySQL connections ([[#1617](https://github.com/gemini-cli-extensions/mysql/issues/1617)](https://redirect.github.com/googleapis/genai-toolbox/issues/1617)) ([c4a22b8](https://redirect.github.com/googleapis/genai-toolbox/commit/c4a22b8d3bd0307325215ebd2f30ba37927cd37e)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) +* Support `allowedValues`, `escape`, `minValue` and `maxValue` for parameters ([[#1770](https://github.com/gemini-cli-extensions/mysql/issues/1770)](https://redirect.github.com/googleapis/genai-toolbox/issues/1770)) ([eaf7740](https://redirect.github.com/googleapis/genai-toolbox/commit/eaf77406fd386c12315d67eb685dc69e0415c516)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) + + +### Bug Fixes + +* **sources/mysql:** Escape mysql user agent ([[#1707](https://github.com/gemini-cli-extensions/mysql/issues/1707)](https://redirect.github.com/googleapis/genai-toolbox/issues/1707)) ([eeb694c](https://redirect.github.com/googleapis/genai-toolbox/commit/eeb694c20facc40a38bfa67073c4cb1f3dd657ff)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) +* **sources/mysql:** Escape program\_name for MySQL ([[#1717](https://github.com/gemini-cli-extensions/mysql/issues/1717)](https://redirect.github.com/googleapis/genai-toolbox/issues/1717)) ([02f7f8a](https://redirect.github.com/googleapis/genai-toolbox/commit/02f7f8af979057efe99fd138cb1b958130355b68)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) +* **tools/mysql-list-tables:** Update sql query to resolve subquery scope error ([[#1629](https://github.com/gemini-cli-extensions/mysql/issues/1629)](https://redirect.github.com/googleapis/genai-toolbox/issues/1629)) ([94e19d8](https://redirect.github.com/googleapis/genai-toolbox/commit/94e19d87e54e831b80eb766572e48bc7370305d8)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) + ## [0.1.1](https://github.com/gemini-cli-extensions/mysql/compare/0.1.0...0.1.1) (2025-09-30) diff --git a/gemini-extension.json b/gemini-extension.json index e165169..850cada 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "mysql", - "version": "0.1.1", + "version": "0.1.2", "description": "Connect and interact with a MySQL database and data", "mcpServers": { "mysql": { From 7beb1296e0182af409fea20f88201162faeca5e2 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Mon, 27 Oct 2025 12:05:47 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 880c35e..cebebba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,15 @@ ### Features -* **sources/alloydb,cloudsqlpg,cloudsqlmysql,cloudsqlmssql:** Support PSC connection ([[#1686](https://github.com/gemini-cli-extensions/mysql/issues/1686)](https://redirect.github.com/googleapis/genai-toolbox/issues/1686)) ([9d2bf79](https://redirect.github.com/googleapis/genai-toolbox/commit/9d2bf79becfda104ef77f34b8d4b22cbedbc4bf3)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) -* Add program name to MySQL connections ([[#1617](https://github.com/gemini-cli-extensions/mysql/issues/1617)](https://redirect.github.com/googleapis/genai-toolbox/issues/1617)) ([c4a22b8](https://redirect.github.com/googleapis/genai-toolbox/commit/c4a22b8d3bd0307325215ebd2f30ba37927cd37e)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) -* Support `allowedValues`, `escape`, `minValue` and `maxValue` for parameters ([[#1770](https://github.com/gemini-cli-extensions/mysql/issues/1770)](https://redirect.github.com/googleapis/genai-toolbox/issues/1770)) ([eaf7740](https://redirect.github.com/googleapis/genai-toolbox/commit/eaf77406fd386c12315d67eb685dc69e0415c516)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) +* **sources/alloydb,cloudsqlpg,cloudsqlmysql,cloudsqlmssql:** Support PSC connection ([#1686](https://redirect.github.com/googleapis/genai-toolbox/issues/1686)) ([9d2bf79](https://redirect.github.com/googleapis/genai-toolbox/commit/9d2bf79becfda104ef77f34b8d4b22cbedbc4bf3)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) +* Add program name to MySQL connections ([#1617](https://redirect.github.com/googleapis/genai-toolbox/issues/1617)) ([c4a22b8](https://redirect.github.com/googleapis/genai-toolbox/commit/c4a22b8d3bd0307325215ebd2f30ba37927cd37e)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) ### Bug Fixes -* **sources/mysql:** Escape mysql user agent ([[#1707](https://github.com/gemini-cli-extensions/mysql/issues/1707)](https://redirect.github.com/googleapis/genai-toolbox/issues/1707)) ([eeb694c](https://redirect.github.com/googleapis/genai-toolbox/commit/eeb694c20facc40a38bfa67073c4cb1f3dd657ff)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) -* **sources/mysql:** Escape program\_name for MySQL ([[#1717](https://github.com/gemini-cli-extensions/mysql/issues/1717)](https://redirect.github.com/googleapis/genai-toolbox/issues/1717)) ([02f7f8a](https://redirect.github.com/googleapis/genai-toolbox/commit/02f7f8af979057efe99fd138cb1b958130355b68)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) -* **tools/mysql-list-tables:** Update sql query to resolve subquery scope error ([[#1629](https://github.com/gemini-cli-extensions/mysql/issues/1629)](https://redirect.github.com/googleapis/genai-toolbox/issues/1629)) ([94e19d8](https://redirect.github.com/googleapis/genai-toolbox/commit/94e19d87e54e831b80eb766572e48bc7370305d8)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) +* **sources/mysql:** Escape mysql user agent ([#1707](https://redirect.github.com/googleapis/genai-toolbox/issues/1707)) ([eeb694c](https://redirect.github.com/googleapis/genai-toolbox/commit/eeb694c20facc40a38bfa67073c4cb1f3dd657ff)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) +* **sources/mysql:** Escape program\_name for MySQL ([#1717](https://redirect.github.com/googleapis/genai-toolbox/issues/1717)) ([02f7f8a](https://redirect.github.com/googleapis/genai-toolbox/commit/02f7f8af979057efe99fd138cb1b958130355b68)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) +* **tools/mysql-list-tables:** Update sql query to resolve subquery scope error ([#1629](https://redirect.github.com/googleapis/genai-toolbox/issues/1629)) ([94e19d8](https://redirect.github.com/googleapis/genai-toolbox/commit/94e19d87e54e831b80eb766572e48bc7370305d8)) ([6349c2c](https://github.com/gemini-cli-extensions/mysql/commit/6349c2c289cef74ad4568419ea24892689c478e0)) ## [0.1.1](https://github.com/gemini-cli-extensions/mysql/compare/0.1.0...0.1.1) (2025-09-30)