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..cebebba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # 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://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://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) 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": {