Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.1.3"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.3](https://github.com/gemini-cli-extensions/cloud-sql-postgresql-observability/compare/0.1.2...0.1.3) (2025-10-31)


### Features

* **sources/mysql:** postgres3([genai-toolbox#​1707](https://github.com/googleapis/genai-toolbox/issues/1707)) ([eeb694c](https://github.com/googleapis/genai-toolbox/commit/eeb694c20facc40a38bfa67073c4cb1f3dd657ff)) ([62de614](https://github.com/gemini-cli-extensions/cloud-sql-postgresql-observability/commit/62de61480bd7585de0ff23630f836231e4edf0fa))
* **sources/postgres4:** Escape program_name for MySQL ([genai-toolbox#​1717](https://github.com/googleapis/genai-toolbox/issues/1717)) ([02f7f8a](https://github.com/googleapis/genai-toolbox/commit/02f7f8af979057efe99fd138cb1b958130355b68)) ([62de614](https://github.com/gemini-cli-extensions/cloud-sql-postgresql-observability/commit/62de61480bd7585de0ff23630f836231e4edf0fa))
* **tools/postgres2:** Ts. ([genai-toolbox#​1673](https://github.com/googleapis/genai-toolbox/issues/1673)) ([089081f](https://github.com/googleapis/genai-toolbox/commit/089081feb0e32f9eb65d00df5987392d413a4081)) ([62de614](https://github.com/gemini-cli-extensions/cloud-sql-postgresql-observability/commit/62de61480bd7585de0ff23630f836231e4edf0fa))
* **tools/postgres5:** Allow 2xx status code on tool invocation ([genai-toolbox#​1761](https://github.com/googleapis/genai-toolbox/issues/1761)) ([a06d0d8](https://github.com/googleapis/genai-toolbox/commit/a06d0d8735fbec29bea97457248845a8c6b4aa3c)) ([62de614](https://github.com/gemini-cli-extensions/cloud-sql-postgresql-observability/commit/62de61480bd7585de0ff23630f836231e4edf0fa))
* postges random 1([genai-toolbox#​1770](https://github.com/googleapis/genai-toolbox/issues/1770)) ([eaf7740](https://github.com/googleapis/genai-toolbox/commit/eaf77406fd386c12315d67eb685dc69e0415c516)) ([62de614](https://github.com/gemini-cli-extensions/cloud-sql-postgresql-observability/commit/62de61480bd7585de0ff23630f836231e4edf0fa))

## [0.1.2](https://github.com/gemini-cli-extensions/cloud-sql-postgresql-observability/compare/0.1.1...0.1.2) (2025-10-17)


Expand Down
2 changes: 1 addition & 1 deletion gemini-extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud-sql-postgresql-observability",
"version": "0.1.2",
"version": "0.1.3",
"description": "Manage and monitor database performance and health for Cloud SQL for PostgreSQL databases.",
"mcpServers": {
"cloud_sql_postgresql_observability": {
Expand Down
Loading