Skip to content
Merged
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,6 +1,6 @@
{
"packages/toolbox-langchain": "0.5.8",
"packages/toolbox-core": "0.5.8",
"packages/toolbox-core": "0.5.9",
"packages/toolbox-llamaindex": "0.5.8",
"packages/toolbox-adk": "0.5.8"
}
14 changes: 14 additions & 0 deletions packages/toolbox-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.9](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.8...toolbox-core-v0.5.9) (2026-02-16)


### Features

* Deprecate Protocol.TOOLBOX (Native HTTP Protocol) ([#547](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/547)) ([b99ec50](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b99ec503bb5d85e6bdf84f72343d90ac00ab8d88))
* Enable package-specific client identification for MCP ([#525](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/525)) ([7ac0d3f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7ac0d3f167af1e47c26a3f43bdb48f3fc0a92109))
* Introduce warning when headers are sent over insecure HTTP connections ([#544](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/544)) ([832d4e7](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/832d4e7d035ee72fd1932bae830468f20cb80ed7))

### Bug Fixes

* parse parameter default value from tool schema ([#538](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/538)) ([f832fd6](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/f832fd6619c81f5a9172af9cdb0b38b8b75fe0b1))


## [0.5.8](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-core-v0.5.7...toolbox-core-v0.5.8) (2026-01-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/toolbox-core/src/toolbox_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.5.8"
__version__ = "0.5.9"
Loading