Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/openai/openai-go v1.10.1v1.12.0 age confidence

Release Notes

openai/openai-go (github.com/openai/openai-go)

v1.12.0

Compare Source

Full Changelog: v1.12.0...v2.0.0

Breaking changes

With the launch of custom tools in Chat Completions, function tools have been renamed to clarify the difference between the two.

ChatCompletionToolParam has become a union and is now named ChatCompletionToolUnionParam.

Older versions of the SDK used function tools: to migrate

- openai.ChatCompletionToolParam{
-  Function: openai.FunctionDefinitionParam{
+ openai.ChatCompletionFunctionTool(
+  openai.FunctionDefinitionParam{
    Name:        "get_weather",
    Description: openai.String("Get weather at the given location"),
    Parameters: openai.FunctionParameters{ … },
+  },
+ )
- },
Features
  • api: adds GPT-5 and new API features: platform.openai.com/docs/guides/gpt-5 (af46c88)
  • api: manual updates (219f209)
  • client: remove HTML escaping in JSON (aea5ebc)
  • client: rename union helpers (645e881)
  • client: support optional json html escaping (1d2336b)
Bug Fixes
  • client: revert path param changes (9239f06)
Chores
  • change readme warning and minimum version (1d0e22f)
  • document breaking changes (afaa2b8)
  • migrate examples (9c57dd7)

v1.11.1

Compare Source

Full Changelog: v1.11.1...v1.12.0

Features
Chores
  • client: refactor streaming slightly to better future proof it (0b9cb85)

v1.11.0

Compare Source

Full Changelog: v1.11.0...v1.11.1

Bug Fixes
  • client: process custom base url ahead of time (cc1c23e)
Chores
  • api: event shapes more accurate (2acd10d)

v1.10.3

Compare Source

Full Changelog: v1.10.3...v1.11.0

Features

v1.10.2

Compare Source

Full Changelog: v1.10.2...v1.10.3


Configuration

📅 Schedule: Branch creation - "before 7am on saturday" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-openai-openai-go-1.x branch from 741db55 to 8527ce6 Compare July 22, 2025 13:55
@renovate renovate bot changed the title fix(deps): update module github.com/openai/openai-go to v1.11.0 fix(deps): update module github.com/openai/openai-go to v1.11.1 Jul 22, 2025
@renovate renovate bot force-pushed the renovate/github.com-openai-openai-go-1.x branch from 8527ce6 to cbb6657 Compare August 7, 2025 11:33
@renovate renovate bot changed the title fix(deps): update module github.com/openai/openai-go to v1.11.1 fix(deps): update module github.com/openai/openai-go to v1.12.0 Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant