-
Notifications
You must be signed in to change notification settings - Fork 740
feat(source/http): Add User Agent to calls #1102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…1087) This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/valkey-io/valkey-go](https://redirect.github.com/valkey-io/valkey-go) | `v1.0.63` -> `v1.0.64` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>valkey-io/valkey-go (github.com/valkey-io/valkey-go)</summary> ### [`v1.0.64`](https://redirect.github.com/valkey-io/valkey-go/releases/tag/v1.0.64): 1.0.64 [Compare Source](https://redirect.github.com/valkey-io/valkey-go/compare/v1.0.63...v1.0.64) ##### Changes - feat: Add `FieldValueIter` to `Hsetex` command builder - feat: Add `CreateAndAliasIndex` to `om.Repository` - fix: clear placeholder pipeline errors in `valkeycompat` ([#​61](https://redirect.github.com/valkey-io/valkey-go/issues/61)) ##### Contributors We'd like to thank all the contributors who worked on this release! [@​SoulPancake](https://redirect.github.com/SoulPancake), [@​XHanL](https://redirect.github.com/XHanL), [@​rueian](https://redirect.github.com/rueian) and [@​zeeshan-zomato](https://redirect.github.com/zeeshan-zomato) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/genai-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | digest | `5a3ec84` -> `0400d5f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/genai-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.245.0` -> `v0.246.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/google-api-go-client (google.golang.org/api)</summary> ### [`v0.246.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.246.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.245.0...v0.246.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​3261](https://redirect.github.com/googleapis/google-api-go-client/issues/3261)) ([b792200](https://redirect.github.com/googleapis/google-api-go-client/commit/b792200673836a4a042bb48938dff17ee6a0954f)) ##### Bug Fixes - **idtoken:** Don't assume DefaultTransport is a http.Transport ([#​3263](https://redirect.github.com/googleapis/google-api-go-client/issues/3263)) ([61fba51](https://redirect.github.com/googleapis/google-api-go-client/commit/61fba51991b51d84065a1c66e4a49434462d2c94)), refs [#​3260](https://redirect.github.com/googleapis/google-api-go-client/issues/3260) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/genai-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
Add instructions on basic usage + links to the public documentation on the main content area of the Homepage, Tools page, and Toolsets page.
#1110) * Renamed the tools docs with dashes instead of underscores. * Added make_look tool to list in how-to/connect-ide/looker_mcp.md Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.5` -> `1.24.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.24.6`](https://redirect.github.com/golang/go/compare/go1.24.5...go1.24.6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/genai-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Fixed broken links for template parameters in couchbase and MySQL in tools. Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Co-authored-by: Averi Kitsch <akitsch@google.com>
Add `Login with Google` feature to Toolbox docs
Clicking on the MCP Toolbox Logo will redirect to the Toolbox UI Homepage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we include a description for the PR on what this is doing and why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but let's make sure we have a good PR description before merge.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4.2.2` -> `v5.0.0` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5.0.0`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.3.0...v5.0.0) ##### What's Changed - Update actions checkout to use node 24 by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/checkout/pull/2226](https://redirect.github.com/actions/checkout/pull/2226) - Prepare v5.0.0 release by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/checkout/pull/2238](https://redirect.github.com/actions/checkout/pull/2238) #####⚠️ Minimum Compatible Runner Version **v2.327.1**\ [Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) Make sure your runner is updated to this version or newer to use this release. **Full Changelog**: actions/checkout@v4...v5.0.0 ### [`v4.3.0`](https://redirect.github.com/actions/checkout/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.2...v4.3.0) ##### What's Changed - docs: update README.md by [@​motss](https://redirect.github.com/motss) in [https://github.com/actions/checkout/pull/1971](https://redirect.github.com/actions/checkout/pull/1971) - Add internal repos for checking out multiple repositories by [@​mouismail](https://redirect.github.com/mouismail) in [https://github.com/actions/checkout/pull/1977](https://redirect.github.com/actions/checkout/pull/1977) - Documentation update - add recommended permissions to Readme by [@​benwells](https://redirect.github.com/benwells) in [https://github.com/actions/checkout/pull/2043](https://redirect.github.com/actions/checkout/pull/2043) - Adjust positioning of user email note and permissions heading by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/checkout/pull/2044](https://redirect.github.com/actions/checkout/pull/2044) - Update README.md by [@​nebuk89](https://redirect.github.com/nebuk89) in [https://github.com/actions/checkout/pull/2194](https://redirect.github.com/actions/checkout/pull/2194) - Update CODEOWNERS for actions by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/checkout/pull/2224](https://redirect.github.com/actions/checkout/pull/2224) - Update package dependencies by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/checkout/pull/2236](https://redirect.github.com/actions/checkout/pull/2236) - Prepare release v4.3.0 by [@​salmanmkc](https://redirect.github.com/salmanmkc) in [https://github.com/actions/checkout/pull/2237](https://redirect.github.com/actions/checkout/pull/2237) ##### New Contributors - [@​motss](https://redirect.github.com/motss) made their first contribution in [https://github.com/actions/checkout/pull/1971](https://redirect.github.com/actions/checkout/pull/1971) - [@​mouismail](https://redirect.github.com/mouismail) made their first contribution in [https://github.com/actions/checkout/pull/1977](https://redirect.github.com/actions/checkout/pull/1977) - [@​benwells](https://redirect.github.com/benwells) made their first contribution in [https://github.com/actions/checkout/pull/2043](https://redirect.github.com/actions/checkout/pull/2043) - [@​nebuk89](https://redirect.github.com/nebuk89) made their first contribution in [https://github.com/actions/checkout/pull/2194](https://redirect.github.com/actions/checkout/pull/2194) - [@​salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [https://github.com/actions/checkout/pull/2236](https://redirect.github.com/actions/checkout/pull/2236) **Full Changelog**: actions/checkout@v4...v4.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/genai-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Averi Kitsch <akitsch@google.com>
🧨 Preview deployments removed. |
This change adds a User Agent for all http calls as part of source. This will append the user agent being passed as part of prebuilt tools context to default headers.
This change adds a User Agent for all http calls as part of source. This will append the user agent being passed as part of prebuilt tools context to default headers.
🤖 I have created a release *beep* *boop* --- ## [0.12.0](v0.11.0...v0.12.0) (2025-08-14) ### Features * **prebuiltconfig:** Introduce additional parameter to limit context in list_tables ([#1151](#1151)) ([497d3b1](497d3b1)) * **prebuiltconfig/alloydb-admin:** Add list cluster, instance and users ([#1126](#1126)) ([b42c139](b42c139)) * **prebuiltconfig/alloydb-postgres:** Add tool to create user via Built in user type or IAM ([#1130](#1130)) ([f5bcb9c](f5bcb9c)) * **source/http:** Add User Agent to `http` invocations ([#1102](#1102)) ([6f55b78](6f55b78)) * **sources/postgres:** Add support for `queryParams` ([#1047](#1047)) ([7b57251](7b57251)), closes [#963](#963) * **tools/bigquery-execute-sql:** Add dry run support ([#1057](#1057)) ([1cac9b5](1cac9b5)) * **tools/dataplex-search-aspect-types:** Add support for `dataplex-search-aspect-types` tool ([#1061](#1061)) ([d940187](d940187)) * **tools/looker:** Add `looker-make-look` tool to create Looks ([#1099](#1099)) ([61d9489](61d9489)) * **tools/looker:** Add visualizations to `query-url` tool ([#1090](#1090)) ([5bf2758](5bf2758)) * **tools/looker:** New Looker tools for dashboards ([#1118](#1118)) ([42be3f5](42be3f5)) * **ui:** Add login with google button for automatic id token retrieval ([#1044](#1044)) ([d91bdfc](d91bdfc)) ### Bug Fixes * Correct the capitalization of `map` manifests ([#1139](#1139)) ([0b0457c](0b0457c)) * Remove unnecessary fields from `map` parameter manifests ([#1138](#1138)) ([fbe8c1a](fbe8c1a)) * **tools/looker:** Add authorized invocation feature to all Looker tools ([#1091](#1091)) ([3b1cce7](3b1cce7)) * Update ui info log to reflect port ([#1125](#1125)) ([6d691d5](6d691d5)) --- 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>
🤖 I have created a release *beep* *boop* --- ## [0.12.0](v0.11.0...v0.12.0) (2025-08-14) ### Features * **prebuiltconfig:** Introduce additional parameter to limit context in list_tables ([#1151](#1151)) ([497d3b1](497d3b1)) * **prebuiltconfig/alloydb-admin:** Add list cluster, instance and users ([#1126](#1126)) ([b42c139](b42c139)) * **prebuiltconfig/alloydb-postgres:** Add tool to create user via Built in user type or IAM ([#1130](#1130)) ([f5bcb9c](f5bcb9c)) * **source/http:** Add User Agent to `http` invocations ([#1102](#1102)) ([6f55b78](6f55b78)) * **sources/postgres:** Add support for `queryParams` ([#1047](#1047)) ([7b57251](7b57251)), closes [#963](#963) * **tools/bigquery-execute-sql:** Add dry run support ([#1057](#1057)) ([1cac9b5](1cac9b5)) * **tools/dataplex-search-aspect-types:** Add support for `dataplex-search-aspect-types` tool ([#1061](#1061)) ([d940187](d940187)) * **tools/looker:** Add `looker-make-look` tool to create Looks ([#1099](#1099)) ([61d9489](61d9489)) * **tools/looker:** Add visualizations to `query-url` tool ([#1090](#1090)) ([5bf2758](5bf2758)) * **tools/looker:** New Looker tools for dashboards ([#1118](#1118)) ([42be3f5](42be3f5)) * **ui:** Add login with google button for automatic id token retrieval ([#1044](#1044)) ([d91bdfc](d91bdfc)) ### Bug Fixes * Correct the capitalization of `map` manifests ([#1139](#1139)) ([0b0457c](0b0457c)) * Remove unnecessary fields from `map` parameter manifests ([#1138](#1138)) ([fbe8c1a](fbe8c1a)) * **tools/looker:** Add authorized invocation feature to all Looker tools ([#1091](#1091)) ([3b1cce7](3b1cce7)) * Update ui info log to reflect port ([#1125](#1125)) ([6d691d5](6d691d5)) --- 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> d19cfc1
🤖 I have created a release *beep* *boop* --- ## [0.12.0](googleapis/genai-toolbox@v0.11.0...v0.12.0) (2025-08-14) ### Features * **prebuiltconfig:** Introduce additional parameter to limit context in list_tables ([googleapis#1151](googleapis#1151)) ([497d3b1](googleapis@497d3b1)) * **prebuiltconfig/alloydb-admin:** Add list cluster, instance and users ([googleapis#1126](googleapis#1126)) ([b42c139](googleapis@b42c139)) * **prebuiltconfig/alloydb-postgres:** Add tool to create user via Built in user type or IAM ([googleapis#1130](googleapis#1130)) ([f5bcb9c](googleapis@f5bcb9c)) * **source/http:** Add User Agent to `http` invocations ([googleapis#1102](googleapis#1102)) ([6f55b78](googleapis@6f55b78)) * **sources/postgres:** Add support for `queryParams` ([googleapis#1047](googleapis#1047)) ([7b57251](googleapis@7b57251)), closes [googleapis#963](googleapis#963) * **tools/bigquery-execute-sql:** Add dry run support ([googleapis#1057](googleapis#1057)) ([1cac9b5](googleapis@1cac9b5)) * **tools/dataplex-search-aspect-types:** Add support for `dataplex-search-aspect-types` tool ([googleapis#1061](googleapis#1061)) ([d940187](googleapis@d940187)) * **tools/looker:** Add `looker-make-look` tool to create Looks ([googleapis#1099](googleapis#1099)) ([61d9489](googleapis@61d9489)) * **tools/looker:** Add visualizations to `query-url` tool ([googleapis#1090](googleapis#1090)) ([5bf2758](googleapis@5bf2758)) * **tools/looker:** New Looker tools for dashboards ([googleapis#1118](googleapis#1118)) ([42be3f5](googleapis@42be3f5)) * **ui:** Add login with google button for automatic id token retrieval ([googleapis#1044](googleapis#1044)) ([d91bdfc](googleapis@d91bdfc)) ### Bug Fixes * Correct the capitalization of `map` manifests ([googleapis#1139](googleapis#1139)) ([0b0457c](googleapis@0b0457c)) * Remove unnecessary fields from `map` parameter manifests ([googleapis#1138](googleapis#1138)) ([fbe8c1a](googleapis@fbe8c1a)) * **tools/looker:** Add authorized invocation feature to all Looker tools ([googleapis#1091](googleapis#1091)) ([3b1cce7](googleapis@3b1cce7)) * Update ui info log to reflect port ([googleapis#1125](googleapis#1125)) ([6d691d5](googleapis@6d691d5)) --- 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> d19cfc1
🤖 I have created a release *beep* *boop* --- ## [0.12.0](googleapis/genai-toolbox@v0.11.0...v0.12.0) (2025-08-14) ### Features * **prebuiltconfig:** Introduce additional parameter to limit context in list_tables ([googleapis#1151](googleapis#1151)) ([497d3b1](googleapis@497d3b1)) * **prebuiltconfig/alloydb-admin:** Add list cluster, instance and users ([googleapis#1126](googleapis#1126)) ([b42c139](googleapis@b42c139)) * **prebuiltconfig/alloydb-postgres:** Add tool to create user via Built in user type or IAM ([googleapis#1130](googleapis#1130)) ([f5bcb9c](googleapis@f5bcb9c)) * **source/http:** Add User Agent to `http` invocations ([googleapis#1102](googleapis#1102)) ([6f55b78](googleapis@6f55b78)) * **sources/postgres:** Add support for `queryParams` ([googleapis#1047](googleapis#1047)) ([7b57251](googleapis@7b57251)), closes [googleapis#963](googleapis#963) * **tools/bigquery-execute-sql:** Add dry run support ([googleapis#1057](googleapis#1057)) ([1cac9b5](googleapis@1cac9b5)) * **tools/dataplex-search-aspect-types:** Add support for `dataplex-search-aspect-types` tool ([googleapis#1061](googleapis#1061)) ([d940187](googleapis@d940187)) * **tools/looker:** Add `looker-make-look` tool to create Looks ([googleapis#1099](googleapis#1099)) ([61d9489](googleapis@61d9489)) * **tools/looker:** Add visualizations to `query-url` tool ([googleapis#1090](googleapis#1090)) ([5bf2758](googleapis@5bf2758)) * **tools/looker:** New Looker tools for dashboards ([googleapis#1118](googleapis#1118)) ([42be3f5](googleapis@42be3f5)) * **ui:** Add login with google button for automatic id token retrieval ([googleapis#1044](googleapis#1044)) ([d91bdfc](googleapis@d91bdfc)) ### Bug Fixes * Correct the capitalization of `map` manifests ([googleapis#1139](googleapis#1139)) ([0b0457c](googleapis@0b0457c)) * Remove unnecessary fields from `map` parameter manifests ([googleapis#1138](googleapis#1138)) ([fbe8c1a](googleapis@fbe8c1a)) * **tools/looker:** Add authorized invocation feature to all Looker tools ([googleapis#1091](googleapis#1091)) ([3b1cce7](googleapis@3b1cce7)) * Update ui info log to reflect port ([googleapis#1125](googleapis#1125)) ([6d691d5](googleapis@6d691d5)) --- 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> d19cfc1
🤖 I have created a release *beep* *boop* --- ## [0.12.0](googleapis/genai-toolbox@v0.11.0...v0.12.0) (2025-08-14) ### Features * **prebuiltconfig:** Introduce additional parameter to limit context in list_tables ([googleapis#1151](googleapis#1151)) ([497d3b1](googleapis@497d3b1)) * **prebuiltconfig/alloydb-admin:** Add list cluster, instance and users ([googleapis#1126](googleapis#1126)) ([b42c139](googleapis@b42c139)) * **prebuiltconfig/alloydb-postgres:** Add tool to create user via Built in user type or IAM ([googleapis#1130](googleapis#1130)) ([f5bcb9c](googleapis@f5bcb9c)) * **source/http:** Add User Agent to `http` invocations ([googleapis#1102](googleapis#1102)) ([6f55b78](googleapis@6f55b78)) * **sources/postgres:** Add support for `queryParams` ([googleapis#1047](googleapis#1047)) ([7b57251](googleapis@7b57251)), closes [googleapis#963](googleapis#963) * **tools/bigquery-execute-sql:** Add dry run support ([googleapis#1057](googleapis#1057)) ([1cac9b5](googleapis@1cac9b5)) * **tools/dataplex-search-aspect-types:** Add support for `dataplex-search-aspect-types` tool ([googleapis#1061](googleapis#1061)) ([d940187](googleapis@d940187)) * **tools/looker:** Add `looker-make-look` tool to create Looks ([googleapis#1099](googleapis#1099)) ([61d9489](googleapis@61d9489)) * **tools/looker:** Add visualizations to `query-url` tool ([googleapis#1090](googleapis#1090)) ([5bf2758](googleapis@5bf2758)) * **tools/looker:** New Looker tools for dashboards ([googleapis#1118](googleapis#1118)) ([42be3f5](googleapis@42be3f5)) * **ui:** Add login with google button for automatic id token retrieval ([googleapis#1044](googleapis#1044)) ([d91bdfc](googleapis@d91bdfc)) ### Bug Fixes * Correct the capitalization of `map` manifests ([googleapis#1139](googleapis#1139)) ([0b0457c](googleapis@0b0457c)) * Remove unnecessary fields from `map` parameter manifests ([googleapis#1138](googleapis#1138)) ([fbe8c1a](googleapis@fbe8c1a)) * **tools/looker:** Add authorized invocation feature to all Looker tools ([googleapis#1091](googleapis#1091)) ([3b1cce7](googleapis@3b1cce7)) * Update ui info log to reflect port ([googleapis#1125](googleapis#1125)) ([6d691d5](googleapis@6d691d5)) --- 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> d19cfc1
This change adds a User Agent for all http calls as part of source. This will append the user agent being passed as part of prebuilt tools context to default headers.
🤖 I have created a release *beep* *boop* --- ## [0.12.0](v0.11.0...v0.12.0) (2025-08-14) ### Features * **prebuiltconfig:** Introduce additional parameter to limit context in list_tables ([#1151](#1151)) ([497d3b1](497d3b1)) * **prebuiltconfig/alloydb-admin:** Add list cluster, instance and users ([#1126](#1126)) ([b42c139](b42c139)) * **prebuiltconfig/alloydb-postgres:** Add tool to create user via Built in user type or IAM ([#1130](#1130)) ([f5bcb9c](f5bcb9c)) * **source/http:** Add User Agent to `http` invocations ([#1102](#1102)) ([6f55b78](6f55b78)) * **sources/postgres:** Add support for `queryParams` ([#1047](#1047)) ([7b57251](7b57251)), closes [#963](#963) * **tools/bigquery-execute-sql:** Add dry run support ([#1057](#1057)) ([1cac9b5](1cac9b5)) * **tools/dataplex-search-aspect-types:** Add support for `dataplex-search-aspect-types` tool ([#1061](#1061)) ([d940187](d940187)) * **tools/looker:** Add `looker-make-look` tool to create Looks ([#1099](#1099)) ([61d9489](61d9489)) * **tools/looker:** Add visualizations to `query-url` tool ([#1090](#1090)) ([5bf2758](5bf2758)) * **tools/looker:** New Looker tools for dashboards ([#1118](#1118)) ([42be3f5](42be3f5)) * **ui:** Add login with google button for automatic id token retrieval ([#1044](#1044)) ([d91bdfc](d91bdfc)) ### Bug Fixes * Correct the capitalization of `map` manifests ([#1139](#1139)) ([0b0457c](0b0457c)) * Remove unnecessary fields from `map` parameter manifests ([#1138](#1138)) ([fbe8c1a](fbe8c1a)) * **tools/looker:** Add authorized invocation feature to all Looker tools ([#1091](#1091)) ([3b1cce7](3b1cce7)) * Update ui info log to reflect port ([#1125](#1125)) ([6d691d5](6d691d5)) --- 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>
This change adds a User Agent for all http calls as part of source. This will append the user agent being passed as part of prebuilt tools context to default headers.