release: 0.93.0 - #720
release: 0.93.0#720openai-sdks[bot] wants to merge 2 commits into
Conversation
OkTest Summary🟡 Running for Ruby SDK PR #720. SDK merge (pending) · head ( |
Castiron custom code✅ No new custom-code files detected. 70 mixed files remain; 0 existing customizations changed. Compared 70 existing customizations unchanged
30 more in the full report. A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload 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.patchOr 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.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
1e7e989 to
2b4f35d
Compare
There was a problem hiding this comment.
💡 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".
|
|
||
| ### ⚠ BREAKING CHANGES | ||
|
|
||
| * **api:** correct model types and network policy docs ([#718](https://github.com/openai/openai-ruby/issues/718)) |
There was a problem hiding this comment.
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 👍 / 👎.
3a30fa8 to
b3ba6eb
Compare
There was a problem hiding this comment.
💡 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".
474b445 to
fc0fda5
Compare
Automated Release PR
0.93.0 (2026-09-22)
Features
Bug Fixes
Chores
This PR was generated with Release Please. See documentation.