Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 5, 2025

This PR contains the following updates:

Package Update Change
googleapis/genai-toolbox minor 0.18.0 -> 0.22.0

Release Notes

googleapis/genai-toolbox (googleapis/genai-toolbox)

v0.22.0

Compare Source

Features
  • tools/postgres: Add allowed-origins flag (#​1984) (862868f)
  • tools/postgres: Add list-query-stats and get-column-cardinality functions (#​1976) (9f76026)
  • tools/spanner: Add spanner list graphs to prebuiltconfigs (#​2056) (0e7fbf4)
  • prebuilt/cloud-sql: Add clone instance tool for cloud sql (#​1845) (5e43630)
  • serverless-spark: Add create_pyspark_batch tool (1bf0b51)
  • serverless-spark: Add create_spark_batch tool (17a9792)
  • Support alternate accessToken header name (#​1968) (18017d6)
  • Support for annotations (#​2007) (ac21335)
  • tool/mssql: Set default host and port for MSSQL source (#​1943) (7a9cc63)
  • tools/cloudsqlpg: Add CloudSQL PostgreSQL pre-check tool (#​1722) (8752e05)
  • tools/postgres-list-publication-tables: Add new postgres-list-publication-tables tool (#​1919) (f4b1f0a)
  • tools/postgres-list-tablespaces: Add new postgres-list-tablespaces tool (#​1934) (5ad7c61)
  • tools/spanner-list-graph: Tool impl + docs + tests (#​1923) (a0f44d3)
Bug Fixes
  • Add import for firebirdsql (#​2045) (fb7aae9)
  • Correct FAQ to mention HTTP tools (#​2036) (7b44237)
  • Format BigQuery numeric output as decimal strings (#​2084) (155bff8)
  • Set default annotations for tools in code if annotation not provided in yaml (#​2049) (565460c)
  • tools/alloydb-postgres-list-tables: Exclude google_ml schema from list_tables (#​2046) (a03984c)
  • tools/alloydbcreateuser: Remove duplication of project praram (#​2028) (730ac6d)
  • tools/mongodb: Remove required tag from the canonical field (#​2099) (744214e)

v0.21.0

Compare Source

⚠ BREAKING CHANGES
  • tools/spanner-list-tables: Unmarshal object_details json string into map to make response have nested json (#​1894) (446d62a)
Features
  • tools/postgres: Add long_running_transactions, list_locks and replication_stats tools (#​1751) (5abad5d)
Bug Fixes
  • tools/alloydbgetinstance: Remove parameter duplication (#​1993) (0e269a1)
  • tools: Check for query execution error for pgxpool.Pool (#​1969) (2bff138)

v0.20.0

Compare Source

Features
  • Added prompt support for toolbox (#​1798) (cd56ea4)
  • source/alloydb, source/cloud-sql-postgres,source/cloud-sql-mysql,source/cloud-sql-mssql: Use project from env for alloydb and cloud sql control plane tools (#​1588) (12bdd95)
  • source/mysql: Set default host and port for MySQL source (#​1922) (2c228ef)
  • source/Postgresql: Set default host and port for Postgresql source (#​1927) (7e6e88a)
  • tool/looker-generate-embed-url: Adding generate embed url tool (#​1877) (ef63860)
  • tools/postgres: Add list_triggers, database_overview tools for postgres (#​1912) (a4c9287)
  • tools/postgres: Add list_indexes, list_sequences tools for postgres (#​1765) (897c63d)

v0.19.1

Compare Source

⚠ BREAKING CHANGES
  • tools/alloydbainl: update AlloyDB AI NL statement order (#​1753)
  • tools/bigquery-analyze-contribution: Add allowed dataset support (#​1675) (ef28e39)
  • tools/bigquery-get-dataset-info: add allowed dataset support (#​1654)
Features
  • Support excludeValues for parameters (#​1818) (a8e98dc)
  • elasticsearch: Add Elasticsearch source and tools (#​1109) (5367285)
  • mindsdb: Add MindsDB Source and Tools (#​878) (1b2cca9)
  • cloud-healthcare: Add support for healthcare source, tool and prebuilt config (#​1853) (1f833fb)
  • singlestore: Add SingleStore Source and Tools (#​1333) (40b9dba)
  • source/bigquery: Add client cache for user-passed credentials (#​1119) (cf7012a)
  • source/bigquery: Add service account impersonation support for bigquery (#​1641) (e09d182)
  • tools/bigquery-analyze-contribution: Add allowed dataset support (#​1675) (ef28e39)
  • tools/bigquery-get-dataset-info: Add allowed dataset support (#​1654) (a2006ad)
  • tools/looker-run-dashboard: New run_dashboard tool (#​1858) (30857c2)
  • tools/looker-run-look: Modify run_look to show query origin (#​1860) (991e539)
  • tools/looker: Tools to retrieve the connections, schemas, databases, and column metadata from a looker system. (#​1804) (d7d1b03)
  • tools/mongodb: Make MongoDB tools' filterParams field optional (#​1614) (208ab92)
  • tools/neo4j-execute-cypher: Add dry_run parameter to validate Cypher queries (#​1769) (f475da6)
  • tools/postgres-list-schemas: Add new postgres-list-schemas tool (#​1741) (1a19cac)
  • tools/postgres-list-views: Add new postgres-list-views tool (#​1709) (e8c7fe0)
  • tools/serverless-spark: Add cancel-batch tool (#​1827)(2881683)
  • tools/serverless-spark: Add get_batch tool (#​1783)(7ad1072)
  • tools/serverless-spark: Add serverless-spark source with list_batches tool (#​1690)(816dbce)
Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

BEGIN_COMMIT_OVERRIDE
feat: tools/postgres: Add allowed-origins flag (genai-toolbox#​1984) (862868f)
feat: tools/postgres: Add list-query-stats and get-column-cardinality functions (genai-toolbox#​1976) (9f76026)
feat: prebuilt/cloud-sql: Add clone instance tool for cloud sql (genai-toolbox#​1845) (5e43630)
feat: serverless-spark: Add create_pyspark_batch tool (1bf0b51)
feat: serverless-spark: Add create_spark_batch tool (17a9792)
feat: Support alternate accessToken header name (genai-toolbox#​1968) (18017d6)
feat: Support for annotations (genai-toolbox#​2007) (ac21335)
feat: tools/cloudsqlpg: Add CloudSQL PostgreSQL pre-check tool (genai-toolbox#​1722) (8752e05)
feat: tools/postgres-list-publication-tables: Add new postgres-list-publication-tables tool (genai-toolbox#​1919) (f4b1f0a)
feat: tools/postgres-list-tablespaces: Add new postgres-list-tablespaces tool (genai-toolbox#​1934) (5ad7c61)
fix: Add import for firebirdsql (genai-toolbox#​2045) (fb7aae9)
fix: Correct FAQ to mention HTTP tools (genai-toolbox#​2036) (7b44237)
fix: Format BigQuery numeric output as decimal strings (genai-toolbox#​2084) (155bff8)
fix: Set default annotations for tools in code if annotation not provided in yaml (genai-toolbox#​2049) (565460c)
fix: tools/alloydb-postgres-list-tables: Exclude google_ml schema from list_tables (genai-toolbox#​2046) (a03984c)
feat: tools/postgres: Add long_running_transactions, list_locks and replication_stats tools (genai-toolbox#​1751) (5abad5d)
fix: tools: Check for query execution error for pgxpool.Pool (genai-toolbox#​1969) (2bff138)
feat: Added prompt support for toolbox (genai-toolbox#​1798) (cd56ea4)
feat: source/alloydb, source/cloud-sql-postgres,source/cloud-sql-mysql,source/cloud-sql-mssql: Use project from env for alloydb and cloud sql control plane tools (genai-toolbox#​1588) (12bdd95)
feat: source/Postgresql: Set default host and port for Postgresql source (genai-toolbox#​1927) (7e6e88a)
feat: tools/postgres: Add list_triggers, database_overview tools for postgres (genai-toolbox#​1912) (a4c9287)
feat: tools/postgres: Add list_indexes, list_sequences tools for postgres (genai-toolbox#​1765) (897c63d)
feat: Support excludeValues for parameters (genai-toolbox#​1818) (a8e98dc)
feat: elasticsearch: Add Elasticsearch source and tools (genai-toolbox#​1109) (5367285)
feat: mindsdb: Add MindsDB Source and Tools (genai-toolbox#​878) (1b2cca9)
feat: cloud-healthcare: Add support for healthcare source, tool and prebuilt config (genai-toolbox#​1853) (1f833fb)
feat: singlestore: Add SingleStore Source and Tools (genai-toolbox#​1333) (40b9dba)
feat: tools/postgres-list-schemas: Add new postgres-list-schemas tool (genai-toolbox#​1741) (1a19cac)
feat: tools/postgres-list-views: Add new postgres-list-views tool (genai-toolbox#​1709) (e8c7fe0)
fix: Bigquery execute_sql to assign values to array (genai-toolbox#​1884) (559e2a2)
fix: cloudmonitoring: Populate authRequired in tool manifest (genai-toolbox#​1800) (954152c)
fix: Update debug logs statements (genai-toolbox#​1828) (3cff915)
fix: Instructions to quote filters that include commas (genai-toolbox#​1794) (4b01720)
fix: tools/postgres-execute-sql: Do not ignore SQL failure (genai-toolbox#​1829) (8984287)
END_COMMIT_OVERRIDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants