chore(main): release 0.1.0#217
Merged
Yuan325 merged 2 commits intoFeb 6, 2025
Merged
Conversation
3226311 to
3967874
Compare
218e666 to
b4f4ebb
Compare
7953e8c to
f449e42
Compare
f449e42 to
b9d9ca3
Compare
b9d9ca3 to
b20c126
Compare
Contributor
|
/gcbrun |
kurtisvg
approved these changes
Feb 6, 2025
Contributor
|
/gcbrun |
Contributor
Author
|
🤖 Created releases: 🌻 |
jeffreyrubi
pushed a commit
to jeffreyrubi/genai-toolbox
that referenced
this pull request
Jun 7, 2025
🤖 I have created a release *beep* *boop* --- ## [0.1.0](googleapis/mcp-toolbox@v0.0.5...v0.1.0) (2025-02-06) ### ⚠ BREAKING CHANGES * **langchain-sdk:** The SDK for `toolbox-langchain` is now located [here](https://github.com/googleapis/genai-toolbox-langchain-python). ### Features * Add Cloud SQL for SQL Server Source and Tool ([googleapis#223](googleapis#223)) ([9bad952](googleapis@9bad952)) * Add Cloud SQL for MySQL Source and Tool ([googleapis#221](googleapis#221)) ([f1f61d7](googleapis@f1f61d7)) * Add Dgraph Source and Tool ([googleapis#233](googleapis#233)) ([617cc87](googleapis@617cc87)) * Add local quickstart ([googleapis#232](googleapis#232)) ([497fb06](googleapis@497fb06)) * Add user agents for cloud sources ([googleapis#244](googleapis#244)) ([8452f8e](googleapis@8452f8e)) * Add MySQL Source ([googleapis#250](googleapis#250)) ([378692a](googleapis@378692a)) * Add MSSQL source ([googleapis#255](googleapis#255)) ([8fca0a9](googleapis@8fca0a9)) ### Bug Fixes * Auth token verification failure should not throw error immediately ([googleapis#234](googleapis#234)) ([4639cc6](googleapis@4639cc6)) * Fix typo in postgres test ([googleapis#216](googleapis#216)) ([0c3d12a](googleapis@0c3d12a)) * **mssql:** Fix mssql tool kind to mssql-sql ([googleapis#249](googleapis#249)) ([1357be2](googleapis@1357be2)) * **mysql:** Fix mysql tool kind to mysql-sql ([googleapis#248](googleapis#248)) ([669d6b7](googleapis@669d6b7)) * Schema float type ([googleapis#264](googleapis#264)) ([1702f74](googleapis@1702f74)) * Typos at test cases ([googleapis#265](googleapis#265)) ([b7c5661](googleapis@b7c5661)) * Update README and quickstart with the correct async APIs. ([googleapis#269](googleapis#269)) ([21eef2e](googleapis@21eef2e)) * Update tool invoke to return json ([googleapis#266](googleapis#266)) ([ad58cd5](googleapis@ad58cd5)) --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.1.0 (2025-02-06)
⚠ BREAKING CHANGES
toolbox-langchainis now located here.Features
Bug Fixes