mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-04 12:15:09 -05:00
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/openai/openai-go](https://redirect.github.com/openai/openai-go) | `v1.12.0` -> `v3.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>openai/openai-go (github.com/openai/openai-go)</summary> ### [`v3.3.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#330-2025-10-10) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v3.2.0...v3.3.0) Full Changelog: [v3.2.0...v3.3.0](https://redirect.github.com/openai/openai-go/compare/v3.2.0...v3.3.0) ##### Features - **api:** comparison filter in/not in ([d6daca0](d6daca0eed)) ### [`v3.2.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#330-2025-10-10) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v3.1.0...v3.2.0) Full Changelog: [v3.2.0...v3.3.0](https://redirect.github.com/openai/openai-go/compare/v3.2.0...v3.3.0) ##### Features - **api:** comparison filter in/not in ([d6daca0](d6daca0eed)) ### [`v3.1.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#320-2025-10-06) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v3.0.1...v3.1.0) Full Changelog: [v3.1.0...v3.2.0](https://redirect.github.com/openai/openai-go/compare/v3.1.0...v3.2.0) ##### Features - **api:** dev day 2025 launches ([d40a768](d40a7689c7)) ### [`v3.0.1`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#310-2025-10-02) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v3.0.0...v3.0.1) Full Changelog: [v3.0.1...v3.1.0](https://redirect.github.com/openai/openai-go/compare/v3.0.1...v3.1.0) ##### Features - **api:** add support for realtime calls ([565ca67](565ca67872)) ### [`v3.0.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#301-2025-10-01) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.7.1...v3.0.0) Full Changelog: [v3.0.0...v3.0.1](https://redirect.github.com/openai/openai-go/compare/v3.0.0...v3.0.1) ##### Bug Fixes - **api:** add status, approval\_request\_id to MCP tool call ([a7f95e4](a7f95e4ef4)) ### [`v2.7.1`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#300-2025-09-30) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.7.0...v2.7.1) Full Changelog: [v2.7.1...v3.0.0](https://redirect.github.com/openai/openai-go/compare/v2.7.1...v3.0.0) ##### ⚠ BREAKING CHANGES - **api:** `ResponseFunctionToolCallOutputItem.output` and `ResponseCustomToolCallOutput.output` now return `string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>` instead of `string` only. This may break existing callsites that assume `output` is always a string. ##### Features - **api:** Support images and files for function call outputs in responses, BatchUsage ([21901ef](21901ef84e)) ### [`v2.7.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#271-2025-09-29) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.6.1...v2.7.0) Full Changelog: [v2.7.0...v2.7.1](https://redirect.github.com/openai/openai-go/compare/v2.7.0...v2.7.1) ##### Bug Fixes - bugfix for setting JSON keys with special characters ([f9ae028](f9ae0283fe)) ### [`v2.6.1`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#270-2025-09-23) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.6.0...v2.6.1) Full Changelog: [v2.6.1...v2.7.0](https://redirect.github.com/openai/openai-go/compare/v2.6.1...v2.7.0) ##### Features - **api:** gpt-5-codex ([b0eac3e](b0eac3ed2b)) ### [`v2.6.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#261-2025-09-22) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.5.0...v2.6.0) Full Changelog: [v2.6.0...v2.6.1](https://redirect.github.com/openai/openai-go/compare/v2.6.0...v2.6.1) ##### Bug Fixes - **api:** fix mcp tool name ([6de601a](6de601aa71)) - use slices.Concat instead of sometimes modifying r.Options ([7312ee7](7312ee73ef)) ##### Chores - **api:** openapi updates for conversations ([4a7d204](4a7d204a4e)) - bump minimum go version to 1.22 ([8396ab5](8396ab5d91)) - do not install brew dependencies in ./scripts/bootstrap by default ([d519b81](d519b81000)) - update more docs for 1.22 ([1b0514d](1b0514df95)) ### [`v2.5.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#260-2025-09-19) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.4.3...v2.5.0) Full Changelog: [v2.5.0...v2.6.0](https://redirect.github.com/openai/openai-go/compare/v2.5.0...v2.6.0) ##### Features - **api:** add reasoning\_text ([6ebf50d](6ebf50d756)) ### [`v2.4.3`](https://redirect.github.com/openai/openai-go/releases/tag/v2.4.3) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.4.2...v2.4.3) #### 2.4.3 (2025-09-15) Full Changelog: [v2.4.2...v2.4.3](https://redirect.github.com/openai/openai-\[go/compare/v2.4.2...v2.4.3]\(https://www.golinks.io/compare/v2.4.2...v2.4.3?trackSource=github\)) ##### Chores - **api:** docs and spec refactoring ([e67af66](e67af66b35\))) ### [`v2.4.2`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#243-2025-09-15) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.4.1...v2.4.2) Full Changelog: [v2.4.2...v2.4.3](https://redirect.github.com/openai/openai-go/compare/v2.4.2...v2.4.3) ##### Chores - **api:** docs and spec refactoring ([e67af66](e67af66b35)) ### [`v2.4.1`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#242-2025-09-12) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.4.0...v2.4.1) Full Changelog: [v2.4.1...v2.4.2](https://redirect.github.com/openai/openai-go/compare/v2.4.1...v2.4.2) ##### Chores - **api:** Minor docs and type updates for realtime ([d92ea48](d92ea4850f)) ### [`v2.4.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#241-2025-09-10) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.3.1...v2.4.0) Full Changelog: [v2.4.0...v2.4.1](https://redirect.github.com/openai/openai-go/compare/v2.4.0...v2.4.1) ##### Chores - **api:** fix realtime GA types ([012b83e](012b83e3fa)) ### [`v2.3.1`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#240-2025-09-08) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.3.0...v2.3.1) Full Changelog: [v2.3.1...v2.4.0](https://redirect.github.com/openai/openai-go/compare/v2.3.1...v2.4.0) ##### Features - **api:** ship the RealtimeGA API shape ([2b6c6db](2b6c6db63e)) ### [`v2.3.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#231-2025-09-05) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.2.2...v2.3.0) Full Changelog: [v2.3.0...v2.3.1](https://redirect.github.com/openai/openai-go/compare/v2.3.0...v2.3.1) ##### Bug Fixes - **internal:** unmarshal correctly when there are multiple discriminators ([98596b2](98596b2183)) ### [`v2.2.2`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#230-2025-09-03) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.2.1...v2.2.2) Full Changelog: [v2.2.2...v2.3.0](https://redirect.github.com/openai/openai-go/compare/v2.2.2...v2.3.0) ##### Features - **api:** Add gpt-realtime models ([3cf6a34](3cf6a34841)) ### [`v2.2.1`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#222-2025-09-02) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.2.0...v2.2.1) Full Changelog: [v2.2.1...v2.2.2](https://redirect.github.com/openai/openai-go/compare/v2.2.1...v2.2.2) ##### Bug Fixes - update url to refresh pkg.go.dev ([edf94ce](edf94ce95a)) - use release please annotations on more places ([2ff82f9](2ff82f98ae)) ### [`v2.2.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#221-2025-09-02) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.1.1...v2.2.0) Full Changelog: [v2.2.0...v2.2.1](https://redirect.github.com/openai/openai-go/compare/v2.2.0...v2.2.1) ##### Chores - **api:** manual updates for ResponseInputAudio ([8c0ebe5](8c0ebe566f)) ### [`v2.1.1`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#220-2025-09-02) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.1.0...v2.1.1) Full Changelog: [v2.1.1...v2.2.0](https://redirect.github.com/openai/openai-go/compare/v2.1.1...v2.2.0) ##### Features - **api:** Add connectors support for MCP tool ([35888bc](35888bcd26)) - **api:** add web search filters ([6f2c71d](6f2c71d4e2)) - **api:** adding support for /v1/conversations to the API ([5b7c31b](5b7c31bde9)) - **api:** realtime API updates ([130fc8e](130fc8ea5b)) - **client:** add support for verifying signatures on incoming webhooks ([f7c8dbb](f7c8dbb6b5)) ##### Bug Fixes - **azure:** compatibility with edit image endpoint ([#​477](https://redirect.github.com/openai/openai-go/issues/477)) ([d156eec](d156eeca37)) - close body before retrying ([8dfed35](8dfed35f11)) ##### Chores - **internal/ci:** setup breaking change detection ([0af0cd0](0af0cd0130)) - **internal:** version bump ([3265795](3265795fff)) ### [`v2.1.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#211-2025-08-20) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.0.2...v2.1.0) Full Changelog: [v2.1.0...v2.1.1](https://redirect.github.com/openai/openai-go/compare/v2.1.0...v2.1.1) ##### Chores - **api:** accurately represent shape for verbosity on Chat Completions ([f81197b](f81197b4b0)) ### [`v2.0.2`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#210-2025-08-18) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.0.1...v2.0.2) Full Changelog: [v2.0.2...v2.1.0](https://redirect.github.com/openai/openai-go/compare/v2.0.2...v2.1.0) ##### Features - **api:** add new text parameters, expiration options ([323154c](323154ccec)) ##### Documentation - give https its missing "h" in Azure OpenAI REST API link ([#​480](https://redirect.github.com/openai/openai-go/issues/480)) ([8a401c9](8a401c9eec)) ### [`v2.0.1`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#202-2025-08-09) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v2.0.0...v2.0.1) Full Changelog: [v2.0.1...v2.0.2](https://redirect.github.com/openai/openai-go/compare/v2.0.1...v2.0.2) ##### Chores - **internal:** update comment in script ([4be24de](4be24dee6a)) - update [@​stainless-api/prism-cli](https://redirect.github.com/stainless-api/prism-cli) to v5.15.0 ([eca22af](eca22af6f1)) ### [`v2.0.0`](https://redirect.github.com/openai/openai-go/blob/HEAD/CHANGELOG.md#201-2025-08-08) [Compare Source](https://redirect.github.com/openai/openai-go/compare/v1.12.0...v2.0.0) Full Changelog: [v2.0.0...v2.0.1](https://redirect.github.com/openai/openai-go/compare/v2.0.0...v2.0.1) ##### Bug Fixes - **client:** fix verbosity parameter location in Responses ([6e2e903](6e2e903e7c)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Co-authored-by: Anmol Shukla <shuklaanmol@google.com>