Files
genai-toolbox/CHANGELOG.md
release-please[bot] c45390e6f7 chore(main): release 0.10.0 (#886)
🤖 I have created a release *beep* *boop*
---


##
[0.10.0](https://github.com/googleapis/genai-toolbox/compare/v0.9.0...v0.10.0)
(2025-07-25)


### Features

* Add `Map` parameters support
([#928](https://github.com/googleapis/genai-toolbox/issues/928))
([4468bc9](4468bc920b))
* Add Dataplex source and tool
([#847](https://github.com/googleapis/genai-toolbox/issues/847))
([30c16a5](30c16a559e))
* Add Looker source and tool
([#923](https://github.com/googleapis/genai-toolbox/issues/923))
([c67e01b](c67e01bcf9))
* Add support for null optional parameter
([#802](https://github.com/googleapis/genai-toolbox/issues/802))
([a817b12](a817b120ca)),
closes [#736](https://github.com/googleapis/genai-toolbox/issues/736)
* **prebuilt/alloydb-admin-config:** Add alloydb control plane as a
prebuilt config
([#937](https://github.com/googleapis/genai-toolbox/issues/937))
([0b28b72](0b28b72aa0))
* **prebuilt/mysql,prebuilt/mssql:** Add generic mysql and mssql
prebuilt tools
([#983](https://github.com/googleapis/genai-toolbox/issues/983))
([c600c30](c600c30374))
* **server/mcp:** Support MCP version 2025-06-18
([#898](https://github.com/googleapis/genai-toolbox/issues/898))
([313d3ca](313d3ca0d0))
* **sources/mssql:** Add support for encrypt connection parameter
([#874](https://github.com/googleapis/genai-toolbox/issues/874))
([14a868f](14a868f2a0))
* **sources/firestore:** Add Firestore as Source
([#786](https://github.com/googleapis/genai-toolbox/issues/786))
([2bb790e](2bb790e4f8))
* **sources/mongodb:** Add MongoDB Source
([#969](https://github.com/googleapis/genai-toolbox/issues/969))
([74dbd61](74dbd6124d))
* **tools/alloydb-wait-for-operation:** Add wait for operation tool with
exponential backoff
([#920](https://github.com/googleapis/genai-toolbox/issues/920))
([3f6ec29](3f6ec2944e))
* **tools/mongodb-aggregate:** Add MongoDB `aggregate` Tools
([#977](https://github.com/googleapis/genai-toolbox/issues/977))
([bd399bb](bd399bb0fb))
* **tools/mongodb-delete:** Add MongoDB `delete` Tools
([#974](https://github.com/googleapis/genai-toolbox/issues/974))
([78e9752](78e9752f62))
* **tools/mongodb-find:** Add MongoDB `find` Tools
([#970](https://github.com/googleapis/genai-toolbox/issues/970))
([a747475](a7474752d8))
* **tools/mongodb-insert:** Add MongoDB `insert` Tools
([#975](https://github.com/googleapis/genai-toolbox/issues/975))
([4c63f0c](4c63f0c1e4))
* **tools/mongodb-update:** Add MongoDB `update` Tools
([#972](https://github.com/googleapis/genai-toolbox/issues/972))
([dfde52c](dfde52ca9a))
* **tools/neo4j-execute-cypher:** Add neo4j-execute-cypher for Neo4j
sources ([#946](https://github.com/googleapis/genai-toolbox/issues/946))
([81d0505](81d05053b2))
* **tools/neo4j-schema:** Add neo4j-schema tool
([#978](https://github.com/googleapis/genai-toolbox/issues/978))
([be7db3d](be7db3dff2))
* **tools/wait:** Create wait for tool
([#885](https://github.com/googleapis/genai-toolbox/issues/885))
([ed5ef4c](ed5ef4caea))


### Bug Fixes

* Fix document preview pipeline for forked PRs
([#950](https://github.com/googleapis/genai-toolbox/issues/950))
([481cc60](481cc608ba))
* **prebuilt/firestore:** Mark database field as required in the
firestore prebuilt tools
([#959](https://github.com/googleapis/genai-toolbox/issues/959))
([15417d4](15417d4e0c))
* **prebuilt/cloud-sql-mssql:** Correct source reference for execute_sql
tool in cloud-sql-mssql.yaml prebuilt config
([#938](https://github.com/googleapis/genai-toolbox/issues/938))
([d16728e](d16728e5c6))
* **prebuilt/cloud-sql-mysql:** Update list_table tool
([#924](https://github.com/googleapis/genai-toolbox/issues/924))
([2083ba5](2083ba5048))
* Replace 'float' with 'number' in McpManifest
([#985](https://github.com/googleapis/genai-toolbox/issues/985))
([59e23e1](59e23e1725))
* **server/api:** Add logger to context in tool invoke handler
([#891](https://github.com/googleapis/genai-toolbox/issues/891))
([8ce311f](8ce311f256))
* **sources/looker:** Add agent tag to Looker API calls.
([#966](https://github.com/googleapis/genai-toolbox/issues/966))
([f55dd6f](f55dd6fcd0))
* **tools/bigquery-execute-sql:** Ensure invoke always returns a
non-null value
([#925](https://github.com/googleapis/genai-toolbox/issues/925))
([9a55b80](9a55b80482))
* **tools/mysqlsql:** Unmarshal json data from database during invoke
([#979](https://github.com/googleapis/genai-toolbox/issues/979))
([ccc3498](ccc3498cf0)),
closes [#840](https://github.com/googleapis/genai-toolbox/issues/840)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
2025-07-24 17:58:37 -07:00

40 KiB
Raw Blame History

Changelog

0.10.0 (2025-07-25)

Features

  • Add Map parameters support (#928) (4468bc9)
  • Add Dataplex source and tool (#847) (30c16a5)
  • Add Looker source and tool (#923) (c67e01b)
  • Add support for null optional parameter (#802) (a817b12), closes #736
  • prebuilt/alloydb-admin-config: Add alloydb control plane as a prebuilt config (#937) (0b28b72)
  • prebuilt/mysql,prebuilt/mssql: Add generic mysql and mssql prebuilt tools (#983) (c600c30)
  • server/mcp: Support MCP version 2025-06-18 (#898) (313d3ca)
  • sources/mssql: Add support for encrypt connection parameter (#874) (14a868f)
  • sources/firestore: Add Firestore as Source (#786) (2bb790e)
  • sources/mongodb: Add MongoDB Source (#969) (74dbd61)
  • tools/alloydb-wait-for-operation: Add wait for operation tool with exponential backoff (#920) (3f6ec29)
  • tools/mongodb-aggregate: Add MongoDB aggregate Tools (#977) (bd399bb)
  • tools/mongodb-delete: Add MongoDB delete Tools (#974) (78e9752)
  • tools/mongodb-find: Add MongoDB find Tools (#970) (a747475)
  • tools/mongodb-insert: Add MongoDB insert Tools (#975) (4c63f0c)
  • tools/mongodb-update: Add MongoDB update Tools (#972) (dfde52c)
  • tools/neo4j-execute-cypher: Add neo4j-execute-cypher for Neo4j sources (#946) (81d0505)
  • tools/neo4j-schema: Add neo4j-schema tool (#978) (be7db3d)
  • tools/wait: Create wait for tool (#885) (ed5ef4c)

Bug Fixes

  • Fix document preview pipeline for forked PRs (#950) (481cc60)
  • prebuilt/firestore: Mark database field as required in the firestore prebuilt tools (#959) (15417d4)
  • prebuilt/cloud-sql-mssql: Correct source reference for execute_sql tool in cloud-sql-mssql.yaml prebuilt config (#938) (d16728e)
  • prebuilt/cloud-sql-mysql: Update list_table tool (#924) (2083ba5)
  • Replace 'float' with 'number' in McpManifest (#985) (59e23e1)
  • server/api: Add logger to context in tool invoke handler (#891) (8ce311f)
  • sources/looker: Add agent tag to Looker API calls. (#966) (f55dd6f)
  • tools/bigquery-execute-sql: Ensure invoke always returns a non-null value (#925) (9a55b80)
  • tools/mysqlsql: Unmarshal json data from database during invoke (#979) (ccc3498), closes #840

0.9.0 (2025-07-11)

Features

  • Dynamic reloading for toolbox config (#800) (4c240ac)
  • sources/mysql: Add queryTimeout support to MySQL source (#830) (391cb5b)
  • tools/bigquery: Add optional projectID parameter to bigquery tools (#799) (c6ab74c)

Bug Fixes

  • Cleanup unassigned err log (#857) (c081ace)
  • Fix docs preview deployment pipeline (#787) (0a93b04)
  • tools: Nil parameter error when arrays are used (#801) (2bdcc08)
  • Trigger reload on additional fsnotify operations (#854) (aa8dbec)

0.8.0 (2025-07-02)

⚠ BREAKING CHANGES

  • postgres,mssql,cloudsqlmssql: encode source connection url for sources (#727)

Features

  • Add support for multiple YAML configuration files (#760) (40679d7)
  • Add support for optional parameters (#617) (4827771), closes #475
  • mcp: Support MCP version 2025-03-26 (#755) (474df57)
  • sources/http: Support disable SSL verification for HTTP Source (#674) (4055b0c)
  • tools/bigquery: Add templateParameters field for bigquery (#699) (f5f771b)
  • tools/bigtable: Add templateParameters field for bigtable (#692) (1c06771)
  • tools/couchbase: Add templateParameters field for couchbase (#723) (9197186)
  • tools/http: Add support for HTTP Tool pathParams (#726) (fd300dc)
  • tools/redis: Add Redis Source and Tool (#519) (f0aef29)
  • tools/spanner: Add templateParameters field for spanner (#691) (075dfa4)
  • tools/sqlitesql: Add templateParameters field for sqlitesql (#687) (75e254c)
  • tools/valkey: Add Valkey Source and Tool (#532) (054ec19)

Bug Fixes

  • bigquery,mssql: Fix panic on tools with array param (#722) (7a6644c)
  • postgres,mssql,cloudsqlmssql: Encode source connection url for sources (#727) (67964d9), closes #717
  • Set default value to field's type during unmarshalling (#774) (fafed24), closes #771
  • server/mcp: Do not listen from port for stdio (#719) (d51dbc7), closes #711
  • tools/mysqlexecutesql: Handle nil panic and connection leak in Invoke (#757) (7badba4)
  • tools/mysqlsql: Handle nil panic and connection leak in invoke (#758) (cbb4a33)

0.7.0 (2025-06-10)

Features

  • Add templateParameters field for mssqlsql (#671) (b81fc6a)
  • Add templateParameters field for mysqlsql (#663) (0a08d2c)
  • metrics: Add user agent for prebuilt tools (#669) (29aa0a7)
  • tools/postgressql: Add templateParameters field (#615) (b763469)

Bug Fixes

  • Improve versionString (#658) (cf96f4c)
  • server/stdio: Notifications should not return a response (#638) (69d047a)
  • tools/mysqlsql: Handled the null value for string case in mysqlsql tools (#641) (ef94648)
  • Update path library (#678) (4998f82), closes #662

0.6.0 (2025-05-28)

Features

  • Add Execute sql tool for SQL Server(MSSQL) (#585) (6083a22)
  • Add mysql-execute-sql tool (#577) (8590061)
  • Add new BigQuery tools: execute_sql, list_datatset_ids, list_table_ids, get_dataset_info, get_table_info (0fd88b5)
  • Add spanner-execute-sql tool (#576) (d65747a)
  • Add support for read-only in Spanner tool (#563) (6512704)
  • Adding support for the --prebuilt flag (#604) (a29c800)
  • Support MCP stdio transport protocol (#607) (1702ce1)

Bug Fixes

  • Explicitly set query location for BigQuery queries (#586) (eb52b66)
  • Fix spellings in comments (#561) (b58bf76)
  • Prevent tool calls through MCP when auth is required (#544) (e747b6e)
  • Reinitialize required slice if nil (#571) (04dcf47), closes #564

0.5.0 (2025-05-06)

Features

0.4.0 (2025-04-23)

Features

Bug Fixes

0.3.0 (2025-04-04)

Features

  • Add 'alloydb-ai-nl' tool (#358) (f02885f)
  • Add HTTP Source and Tool (#332) (64da5b4)
  • Adding support for Model Context Protocol (MCP). (#396) (a7d1d4e)
  • Added toolbox-core SDK easily integrate Toolbox into any Python function calling framework

Bug Fixes

  • Add tools-file flag and deprecate tools_file (#384) (34a7263), closes #383

0.2.1 (2025-03-20)

Bug Fixes

  • Fix variable name in quickstart (#336) (5400127)
  • source/alloydb: Correct user agents not being sent (#323) (ce12a34)

0.2.0 (2025-03-03)

⚠ BREAKING CHANGES

  • Rename "AuthSource" in favor of "AuthService" (#297)

Features

  • Rename "AuthSource" in favor of "AuthService" (#297) (04cb5fb)

Bug Fixes

  • Add items to parameter manifest (#293) (541612d)
  • source/cloud-sql: Correct user agents not being sent (#306) (584c8ae)
  • Throw error when items field is missing from array parameter (#296) (9193836)
  • Validate required common fields for parameters (#298) (e494d11)

Miscellaneous Chores

0.1.0 (2025-02-06)

⚠ BREAKING CHANGES

  • langchain-sdk: The SDK for toolbox-langchain is now located here.

Features

Bug Fixes

  • Auth token verification failure should not throw error immediately (#234) (4639cc6)
  • Fix typo in postgres test (#216) (0c3d12a)
  • mssql: Fix mssql tool kind to mssql-sql (#249) (1357be2)
  • mysql: Fix mysql tool kind to mysql-sql (#248) (669d6b7)
  • Schema float type (#264) (1702f74)
  • Typos at test cases (#265) (b7c5661)
  • Update README and quickstart with the correct async APIs. (#269) (21eef2e)
  • Update tool invoke to return json (#266) (ad58cd5)

0.0.5 (2025-01-14)

⚠ BREAKING CHANGES

  • replace Source field ip_type with ipType for consistency (#197)
  • toolbox-sdk: deprecate 'add_auth_headers' in favor of 'add_auth_tokens' (#170)

Features

  • Add support for OpenTelemetry (#205) (1fcc20a)
  • Added Neo4j Source and Tool (#189) (8a1224b)
  • llamaindex-sdk: Implement OAuth support for LlamaIndex. (#159) (003ce51)
  • Replace Source field ip_type with ipType for consistency (#197) (e069520)
  • Update log with given context (#147) (809e547)

Bug Fixes

  • Correct parsing of floats/ints from json (#180) (387a5b5)
  • doc: Update example clientId field (#198) (0c86e89)
  • Fix config name in auth doc samples (#186) (bb03457)
  • Handle shutdown gracefully (#178) (66ab70f)
  • Improve return error for parameters (#206) (346c57d)
  • toolbox-sdk: Deprecate 'add_auth_headers' in favor of 'add_auth_tokens' (#170) (b56fa68)

Miscellaneous Chores

0.0.4 (2024-12-18)

Features

  • Add auth_required to tools (#123) (3118104)
  • Add Auth Source configuration (#71) (77b0d43)
  • Add Tool authenticated parameters (#80) (380a6fb)
  • langchain-sdk: Correctly parse Manifest API response as JSON (#143) (2c8633c)
  • langchain-sdk: Support authentication in LangChain Toolbox SDK. (#133) (23fa912)

Bug Fixes

  • Fix release image version tag (#136) (6d19ff9)
  • langchain-sdk: Correct test name to ensure execution and full coverage. (#145) (d820ac3)
  • Set server version (#150) (abd1eb7)

Miscellaneous Chores

0.0.3 (2024-12-10)

Features

  • Add --log-level and --logging-format flags (#97) (9a0f618)
  • Add options for command (#110) (5c690c5)
  • Add Spanner source and tool (#90) (890914a)
  • Add std logger (#95) (6a8feb5)
  • Add structured logger (#96) (5e20417)
  • source/alloydb-pg: Add configuration for public and private IP (#103) (e88ec40)
  • source/cloudsql-pg: Add configuration for public and private IP (#114) (6479c1d)

Bug Fixes

  • Fix go test workflow (#84) (8c2c373)
  • Fix issue causing client session to not close properly while closing SDK. (#81) (9d360e1)
  • Fix test cases for ip_type (#115) (5528bec)
  • Fix the errors showing up after setting up mypy type checker. (#74) (522bbef)
  • llamaindex-sdk: Fix issue causing client session to not close properly while closing SDK. (#82) (fa03376)

Miscellaneous Chores

0.0.2 (2024-11-12)

⚠ BREAKING CHANGES

  • consolidate "x-postgres-generic" tools to "postgres-sql" tool (#43)

Features

  • Consolidate "x-postgres-generic" tools to "postgres-sql" tool (#43) (f630965)
  • container: Add entrypoint in Dockerfile (#38) (b08072a)
  • sdk: Added LlamaIndex SDK (#48) (b824abe)
  • sdk: Make ClientSession optional when initializing ToolboxClient (#55) (26347b5)
  • Support requesting a single tool (#56) (efafba9)

Bug Fixes

  • Correct source type validation for postgres-sql tool (#47) (52ebb43)
  • docs: Correct outdated references to tool kinds (#49) (972888b)
  • Handle content-type correctly (#33) (cf8112f)

Miscellaneous Chores

0.0.1 (2024-10-28)

Features

Miscellaneous Chores

Continuous Integration