Skip to content

Releases: googleapis/mcp-toolbox-sdk-python

toolbox-llamaindex: v0.4.0

18 Jul 08:08
f610556
Compare
Choose a tag to compare

0.4.0 (2025-07-17)

⚠ BREAKING CHANGES

  • fix auth_methods module (#313)

Features

  • toolbox-llamaindex: Enable sync and async context management for ToolboxClient (#307) (a5897c8)

Bug Fixes

toolbox-langchain: v0.4.0

18 Jul 08:08
f610556
Compare
Choose a tag to compare

0.4.0 (2025-07-17)

⚠ BREAKING CHANGES

  • fix auth_methods module (#313)

Features

  • toolbox-langchain: Enable sync and async context management for ToolboxClient (#308) (2378598)

Bug Fixes

toolbox-core: v0.4.0

18 Jul 08:08
f610556
Compare
Choose a tag to compare

0.4.0 (2025-07-17)

⚠ BREAKING CHANGES

  • fix auth_methods module (#313)

Bug Fixes

toolbox-llamaindex: v0.3.0

02 Jul 19:49
821f620
Compare
Choose a tag to compare

0.3.0 (2025-07-02)

Features

  • toolbox-core: Add support for optional parameters (#290) (3c8360c)

Bug Fixes

Documentation

  • Add complete e2e working quickstart link across all quickstart sections (#296) (b839bc5)
  • toolbox-llamaindex: Partially reverts change to restore installation section (#297) (a2d4ef1)

toolbox-langchain: v0.3.0

02 Jul 19:49
821f620
Compare
Choose a tag to compare

0.3.0 (2025-07-02)

Features

  • toolbox-core: Add support for optional parameters (#290) (3c8360c)

Bug Fixes

Documentation

  • Add complete e2e working quickstart link across all quickstart sections (#296) (b839bc5)

toolbox-core: v0.3.0

02 Jul 19:49
821f620
Compare
Choose a tag to compare

0.3.0 (2025-07-02)

Features

  • toolbox-core: Add support for optional parameters (#290) (3c8360c)

Bug Fixes

Documentation

  • Add complete e2e working quickstart link across all quickstart sections (#296) (b839bc5)

toolbox-llamaindex: v0.2.1

13 Jun 07:54
16e2233
Compare
Choose a tag to compare

0.2.1 (2025-06-13)

Features

  • toolbox-llamaindex: Add client headers to Toolbox (#265) (9853831)

Bug Fixes

Miscellaneous Chores

  • deps: update dependency aiohttp to v3.12.12 (#276) (c69e029)
  • deps: update dependency aiohttp to v3.12.9 (#272) (813d60e)
  • toolbox-llamaindex: remove add_headers feature (#280) (701578b)
  • Update Gemini model to a stable version (#263) (3661055)
  • Update tools file option in integration tests (#277) (cf1d0ab)

Documentation

toolbox-langchain: v0.2.1

13 Jun 07:54
16e2233
Compare
Choose a tag to compare

0.2.1 (2025-06-13)

Features

  • toolbox-langchain: Add client headers to Toolbox (#264) (887b719)

Bug Fixes

  • deps: update dependency pytest-asyncio to v1 (#261) (9400621)
  • deps: update python-nonmajor (#257) (79005ad)
  • deps: update python-nonmajor (#266) (fecbf3d)
  • deps: update python-nonmajor (#274) (35ee427)
  • deps: update python-nonmajor (#282) (a58cc11)
  • toolbox-core: Prevent ToolboxClient from closing externally managed client sessions (#260) (7520adf)

Miscellaneous Chores

  • deps: update dependency aiohttp to v3.12.12 (#276) (c69e029)
  • deps: update dependency aiohttp to v3.12.9 (#272) (813d60e)
  • deps: update dependency langchain-core to v0.3.65 (#281) (0a04704)
  • toolbox-langchain: remove add_headers feature (#279) (4c59f14)
  • Update Gemini model to a stable version (#263) (3661055)
  • Update tools file option in integration tests (#277) (cf1d0ab)

Documentation

toolbox-core: v0.2.1

13 Jun 07:54
16e2233
Compare
Choose a tag to compare

0.2.1 (2025-06-13)

Features

Bug Fixes

  • allow auth token getter override over client header (#283) (c2d6cd6)
  • deps: update dependency pytest-asyncio to v1 (#261) (9400621)
  • deps: update python-nonmajor (#257) (79005ad)
  • deps: update python-nonmajor (#266) (fecbf3d)
  • deps: update python-nonmajor (#274) (35ee427)
  • deps: update python-nonmajor (#282) (a58cc11)
  • toolbox-core: Prevent ToolboxClient from closing externally managed client sessions (#260) (7520adf)

Miscellaneous Chores

  • deps: update dependency aiohttp to v3.12.12 (#276) (c69e029)
  • deps: update dependency aiohttp to v3.12.9 (#272) (813d60e)
  • toolbox-core: deprecate add_headers feature (#278) (65c8b10)
  • Update Gemini model to a stable version (#263) (3661055)
  • Update tools file option in integration tests (#277) (cf1d0ab)

Documentation

  • Improve API error handling for toolbox-core client (#275) (65398fd)
  • toolbox-core: Update README to include guidance on session lifecycle management (#259) (9997fb6)

toolbox-llamaindex: v0.2.0

20 May 18:11
ca9ff14
Compare
Choose a tag to compare

0.2.0 (2025-05-20)

⚠ BREAKING CHANGES

  • toolbox-llamaindex: Base toolbox-llamaindex over toolbox-core (#244)

Features

  • toolbox-llamaindex: Base toolbox-llamaindex over toolbox-core (#244) (64aa5a8)

Bug Fixes