Skip to content

release: 0.93.0 - #720

Merged
marcuswood-oai merged 2 commits into
mainfrom
release-please--branches--main--components--openai
Sep 22, 2026
Merged

marcuswood-oai merged 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

236/236 SDK tests passed in 10.9s for Ruby SDK PR #720.

Test results — 42 files
Test Result Time
tests/chat-completions-complex-body.test.ts ✅ Passed 298ms
tests/chat-completions-create.test.ts ✅ Passed 299ms
tests/chat-completions-stream.test.ts ✅ Passed 146ms
tests/files-content-binary.test.ts ✅ Passed 145ms
tests/files-create-multipart.test.ts ✅ Passed 167ms
tests/files-list-pagination.test.ts ✅ Passed 163ms
tests/initialize-config.test.ts ✅ Passed 225ms
tests/instance-isolation.test.ts ✅ Passed 233ms
tests/models-list.test.ts ✅ Passed 159ms
tests/responses-background-lifecycle.test.ts ✅ Passed 198ms
tests/responses-body-method-errors.test.ts ✅ Passed 535ms
tests/responses-cancel-timeout.test.ts ✅ Passed 275ms
tests/responses-cancel.test.ts ✅ Passed 307ms
tests/responses-compact-retries.test.ts ✅ Passed 370ms
tests/responses-compact.test.ts ✅ Passed 383ms
tests/responses-create-advanced-stream.test.ts ✅ Passed 270ms
tests/responses-create-advanced.test.ts ✅ Passed 349ms
tests/responses-create-disconnect.test.ts ✅ Passed 178ms
tests/responses-create-errors.test.ts ✅ Passed 330ms
tests/responses-create-malformed-api-responses.test.ts ✅ Passed 157ms
tests/responses-create-retries.test.ts ✅ Passed 400ms
tests/responses-create-stream-failures.test.ts ✅ Passed 192ms
tests/responses-create-stream-timeout.test.ts ✅ Passed 264ms
tests/responses-create-stream-wire.test.ts ✅ Passed 2.101s
tests/responses-create-stream.test.ts ✅ Passed 165ms
tests/responses-create-terminal-states.test.ts ✅ Passed 377ms
tests/responses-create-timeout.test.ts ✅ Passed 351ms
tests/responses-create.test.ts ✅ Passed 292ms
tests/responses-delete.test.ts ✅ Passed 254ms
tests/responses-input-items-errors.test.ts ✅ Passed 197ms
tests/responses-input-items-list.test.ts ✅ Passed 207ms
tests/responses-input-items-options.test.ts ✅ Passed 305ms
tests/responses-input-tokens-count-timeout.test.ts ✅ Passed 372ms
tests/responses-input-tokens-count.test.ts ✅ Passed 362ms
tests/responses-malformed-inputs.test.ts ✅ Passed 2.336s
tests/responses-not-found-errors.test.ts ✅ Passed 412ms
tests/responses-parse.test.ts ✅ Passed 278ms
tests/responses-retrieve-retries.test.ts ✅ Passed 402ms
tests/responses-retrieve.test.ts ✅ Passed 339ms
tests/responses-stored-method-errors.test.ts ✅ Passed 956ms
tests/retry-behavior.test.ts ✅ Passed 3.405s
tests/sdk-error-shape.test.ts ✅ Passed 455ms

View OkTest run #35678143481

SDK merge (8156eca2682a) · 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

@marcuswood-oai marcuswood-oai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Reviewed the release diff and version metadata. The SDK update is merged; this PR contains the version bump and release notes. Approved for the coordinated SDK release.

@marcuswood-oai
marcuswood-oai added this pull request to the merge queue Sep 22, 2026
Merged via the queue into main with commit dea57bf Sep 22, 2026
22 checks passed
@marcuswood-oai
marcuswood-oai deleted the release-please--branches--main--components--openai branch September 22, 2026 02:19
@openai-sdks

openai-sdks Bot commented Sep 22, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

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