release: 4.42.0#770
Conversation
|
@codex review pls |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 885986c7be
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "Realtime has now launched and is generally available. The old beta API is now deprecated." | ||
| ) | ||
| fun realtime(): RealtimeService | ||
| fun responses(): ResponseService |
There was a problem hiding this comment.
Preserve deprecated beta realtime accessors
For users still relying on the deprecated beta realtime API, replacing this accessor with responses() makes a 4.42.0 upgrade source- and binary-incompatible: existing client.beta().realtime() and client.beta().withRawResponse().realtime() calls disappear even though the com.openai.services.*.beta.RealtimeService implementations still ship. Please add responses() alongside the deprecated realtime accessors (including the async/raw variants) instead of removing them in this minor release.
Useful? React with 👍 / 👎.
885986c to
6bbc5a6
Compare
|
🤖 Release is at https://github.com/openai/openai-java/releases/tag/v4.42.0 🌻 |
Automated Release PR
4.42.0 (2026-07-09)
Features
Bug Fixes
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions