Skip to content

release: 0.93.0 - #720

Open
openai-sdks[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--components--openai
Open

openai-sdks[bot] wants to merge 2 commits into
mainfrom
release-please--branches--main--components--openai

Conversation

@openai-sdks

@openai-sdks openai-sdks Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.93.0 (2026-09-22)

Features

  • api: add external storage configuration management (#724) (8d1179a)
  • api: add safety case retrieval (#725) (fb153b4)
  • api: add safety warning and deactivation webhook events (#723) (60886ae)
  • api: add session environment reset events (#727) (3343547)
  • api: add SIP media security to incoming call events (#722) (fba1557)
  • api: support environment variable vault credentials (#721) (06d3e17)

Bug Fixes

  • api: correct model types and network policy docs (#718) (a25e46d)
  • api: preserve legacy model choices (#737) (c6414c5)

Chores

  • api: document response management resources (#726) (7f521df)
  • deps: bump ruby/setup-ruby from 1.323.0 to 1.324.0 (#719) (654eba5)

This PR was generated with Release Please. See documentation.

@openai-sdks

openai-sdks Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor Author

OkTest Summary

🟡 Running for Ruby SDK PR #720.

View OkTest run #35678143481

SDK merge (pending) · head (1d67a172895f) · base (c6414c5d28b4) · OkTest (a0be4375e02d)

@github-actions

github-actions Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

Castiron custom code

✅ No new custom-code files detected.

70 mixed files remain; 0 existing customizations changed.

Compared c6414c5d28b41d67a172895f. Generated baselines verified.

70 existing customizations unchanged
  • lib/openai.rb
  • lib/openai/client.rb
  • lib/openai/models/audio/transcription_create_response.rb
  • lib/openai/models/beta/agents/vault_status_filter.rb
  • lib/openai/models/chat/chat_completion_message.rb
  • lib/openai/models/chat/chat_completion_message_function_tool_call.rb
  • lib/openai/models/chat/completion_create_params.rb
  • lib/openai/models/image_edit_completed_event.rb
  • lib/openai/models/image_edit_partial_image_event.rb
  • lib/openai/models/image_gen_completed_event.rb
  • lib/openai/models/image_gen_partial_image_event.rb
  • lib/openai/models/images_response.rb
  • lib/openai/models/response_format_json_schema.rb
  • lib/openai/models/responses/function_tool.rb
  • lib/openai/models/responses/response.rb
  • lib/openai/models/responses/response_create_params.rb
  • lib/openai/models/responses/response_format_text_config.rb
  • lib/openai/models/responses/response_format_text_json_schema_config.rb
  • lib/openai/models/responses/response_function_tool_call.rb
  • lib/openai/models/responses/response_function_web_search.rb
  • lib/openai/models/responses/response_output_text.rb
  • lib/openai/models/responses/tool.rb
  • lib/openai/models/webhooks/webhook_endpoint_with_secret.rb
  • lib/openai/resources/beta/agents/sessions.rb
  • lib/openai/resources/beta/threads.rb
  • lib/openai/resources/chat/completions.rb
  • lib/openai/resources/containers/files.rb
  • lib/openai/resources/files.rb
  • lib/openai/resources/responses.rb
  • lib/openai/resources/vector_stores/file_batches.rb
  • lib/openai/resources/vector_stores/files.rb
  • lib/openai/resources/webhooks.rb
  • rbi/openai/client.rbi
  • rbi/openai/models/beta/agents/vault_status_filter.rbi
  • rbi/openai/models/chat/chat_completion_message.rbi
  • rbi/openai/models/chat/chat_completion_message_function_tool_call.rbi
  • rbi/openai/models/chat/completion_create_params.rbi
  • rbi/openai/models/image_edit_completed_event.rbi
  • rbi/openai/models/image_edit_partial_image_event.rbi
  • rbi/openai/models/image_gen_completed_event.rbi

30 more in the full report.

A changed generated baseline means this report cannot reliably identify which handwritten lines changed.

Inspect the custom-code diff

Download the exact patch produced by this run (requires repository access):

gh run download 35678189299 --repo openai/openai-ruby \
  --name castiron-custom-code-35678189299-1 --dir /tmp/castiron-custom-code-35678189299-1
git apply --stat /tmp/castiron-custom-code-35678189299-1/custom-code.patch
cat /tmp/castiron-custom-code-35678189299-1/custom-code.patch

Or reproduce it from an SDK checkout containing the vendored reporter:

git fetch --no-tags origin c6414c5d28b4fdee30ba600f31cb9b02b04dd6c2 1d67a172895f7fa97a8beb37553bd05b527df970
python3 scripts/castiron/custom_code_report.py report \
  --base c6414c5d28b4fdee30ba600f31cb9b02b04dd6c2 \
  --head 1d67a172895f7fa97a8beb37553bd05b527df970 --fetch --require-head-hash --public \
  --out /tmp/castiron-custom-code-1d67a172895f
cat /tmp/castiron-custom-code-1d67a172895f/custom-code.patch

This is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR.

Full report and patch

@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main--components--openai branch 5 times, most recently from 1e7e989 to 2b4f35d Compare September 19, 2026 16:46

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2b4f35d3b9

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread CHANGELOG.md Outdated

### ⚠ BREAKING CHANGES

* **api:** correct model types and network policy docs ([#718](https://github.com/openai/openai-ruby/issues/718))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add migration guidance for the breaking model removal

For users upgrading from 0.92.0 who reference OpenAI::ChatModel::GPT_5_1_MINI or type-check the corresponding symbol, this entry does not disclose that 0.93.0 removes it or explain the required migration; “correct model types and network policy docs” is too generic to identify the incompatible API change. The repository’s release policy explicitly requires migration guidance for 0.x breaking changes (VERSIONING.md:14), so this section should name the removed model value and tell affected users to remove or replace it.

Useful? React with 👍 / 👎.

@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main--components--openai branch 5 times, most recently from 3a30fa8 to b3ba6eb Compare September 21, 2026 16:43

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b3ba6eb572

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread CHANGELOG.md Outdated
@openai-sdks
openai-sdks Bot force-pushed the release-please--branches--main--components--openai branch from 474b445 to fc0fda5 Compare September 22, 2026 01:48
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.

2 participants