Skip to content

Commit b882892

Browse files
chore(main): release 0.2.4 (#125)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f967cef commit b882892

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.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.3"
2+
".": "0.2.4"
33
}

CHANGELOG.md

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

3+
## [0.2.4](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.2.3...0.2.4) (2026-03-23)
4+
5+
6+
### Features
7+
8+
* **cli:** Add migrate subcommand ([genai-toolbox#​2679](https://redirect.github.com/googleapis/genai-toolbox/issues/2679)) ([12171f7](https://redirect.github.com/googleapis/genai-toolbox/commit/12171f7a02bcd34ce647db10abdb79bb2dac7ace)) ([f967cef](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/f967cef23b7ca5b5a14c2bac3c18d8dff8827e30))
9+
* **cli:** Add serve subcommand ([genai-toolbox#​2550](https://redirect.github.com/googleapis/genai-toolbox/issues/2550)) ([1e2c7c7](https://redirect.github.com/googleapis/genai-toolbox/commit/1e2c7c7804c67bebf5e2ee9b67c6feb6f05292fd)) ([f967cef](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/f967cef23b7ca5b5a14c2bac3c18d8dff8827e30))
10+
* **skill:** One skill per toolset ([genai-toolbox#​2733](https://redirect.github.com/googleapis/genai-toolbox/issues/2733)) ([5b85c65](https://redirect.github.com/googleapis/genai-toolbox/commit/5b85c65960dba9bfaf4cadca6d44532a153976e1)) ([f967cef](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/f967cef23b7ca5b5a14c2bac3c18d8dff8827e30))
11+
12+
13+
### Bug Fixes
14+
15+
* **ci:** Implement conditional sharding logic in integration tests ([genai-toolbox#​2763](https://redirect.github.com/googleapis/genai-toolbox/issues/2763)) ([1528d7c](https://redirect.github.com/googleapis/genai-toolbox/commit/1528d7c38dfaa30bdecbe59c79ba926fa6d18356)) ([f967cef](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/f967cef23b7ca5b5a14c2bac3c18d8dff8827e30))
16+
* **cloudloggingadmin:** Increase log injesting time and add auth test ([genai-toolbox#​2772](https://redirect.github.com/googleapis/genai-toolbox/issues/2772)) ([50b4457](https://redirect.github.com/googleapis/genai-toolbox/commit/50b4457095ec4ac881b3b12719da24d35141f65d)) ([f967cef](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/f967cef23b7ca5b5a14c2bac3c18d8dff8827e30))
17+
* **oracle:** Normalize encoded proxy usernames in go-ora DSN ([genai-toolbox#​2469](https://redirect.github.com/googleapis/genai-toolbox/issues/2469)) ([b1333cd](https://redirect.github.com/googleapis/genai-toolbox/commit/b1333cd27117655f8ab09f222721e14bea74b487)) ([f967cef](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/f967cef23b7ca5b5a14c2bac3c18d8dff8827e30))
18+
* **postgres:** Update execute-sql tool to avoid multi-statements parameter ([genai-toolbox#​2707](https://redirect.github.com/googleapis/genai-toolbox/issues/2707)) ([58bc772](https://redirect.github.com/googleapis/genai-toolbox/commit/58bc772f882f0d9e00f403e73fbec812dd8a03ac)) ([f967cef](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/f967cef23b7ca5b5a14c2bac3c18d8dff8827e30))
19+
* **skills:** Improve flag validation and silence unit test output ([genai-toolbox#​2759](https://redirect.github.com/googleapis/genai-toolbox/issues/2759)) ([f3da6aa](https://redirect.github.com/googleapis/genai-toolbox/commit/f3da6aa5e23b609a1ac9ecc098bccea02f2388ab)) ([f967cef](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/f967cef23b7ca5b5a14c2bac3c18d8dff8827e30))
20+
* **test:** Address flaky healthcare integration test run ([genai-toolbox#​2742](https://redirect.github.com/googleapis/genai-toolbox/issues/2742)) ([9590821](https://redirect.github.com/googleapis/genai-toolbox/commit/9590821bc7d86c5cbacd29b21d4f85b427a87db4)) ([f967cef](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/commit/f967cef23b7ca5b5a14c2bac3c18d8dff8827e30))
21+
322
## [0.2.3](https://github.com/gemini-cli-extensions/cloud-sql-postgresql/compare/0.2.0...0.2.3) (2026-03-18)
423

524

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-postgresql",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.",
55
"contextFileName": "CLOUD-SQL-POSTGRESQL.md",
66
"settings": [

0 commit comments

Comments
 (0)