Skip to content

Commit 7104bee

Browse files
chore(main): release toolbox-core 0.5.9
1 parent b99ec50 commit 7104bee

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/toolbox-langchain": "0.5.8",
3-
"packages/toolbox-core": "0.5.8",
3+
"packages/toolbox-core": "0.5.9",
44
"packages/toolbox-llamaindex": "0.5.8",
55
"packages/toolbox-adk": "0.5.8"
66
}

packages/toolbox-core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* **core:** 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))
15+
* **deps:** update mcp toolbox server version in integration tests to v0.27.0 to v0.27.0 ([#545](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/545)) ([851c7b5](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/851c7b542a18cd634b943d47b5b5331ac19dcd5b))
16+
* optimize CI dependency resolution to prevent PyPI version conflicts ([#546](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/546)) ([7c4a608](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7c4a608734042e0d501bbe351ad0c0e295cfe909))
17+
318
## [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)
419

520

packages/toolbox-core/src/toolbox_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.8"
15+
__version__ = "0.5.9"

0 commit comments

Comments
 (0)