release: 7.6.0 - #2381
Conversation
b671b8f to
57b3265
Compare
ce79203 to
cab0639
Compare
ade93f8 to
82a2668
Compare
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f513ff5dee
ℹ️ 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".
| * **api:** Add obfuscation field to ChatCompletionChunk ([#2423](https://github.com/openai/openai-node/issues/2423)) ([39afa3a](https://github.com/openai/openai-node/commit/39afa3ade23436802ab4373d0324b6312740f048)) | ||
| * **api:** Add project residency and usage quantity_unit fields ([#2461](https://github.com/openai/openai-node/issues/2461)) ([26d8158](https://github.com/openai/openai-node/commit/26d81584c4c38d0ae18dcf06de8598f21b2a7dee)) | ||
| * **api:** support backend-mediated Realtime WebRTC calls ([#2469](https://github.com/openai/openai-node/issues/2469)) ([0d12ca8](https://github.com/openai/openai-node/commit/0d12ca8e5f15591b08f96c6f7b78e6271e21f874)) | ||
| * **auth:** add pinned X.509 workload token exchange ([#2470](https://github.com/openai/openai-node/issues/2470)) ([9dd8648](https://github.com/openai/openai-node/commit/9dd86484d9d5a2212ea8ec472fad6f76c747ba14)) |
There was a problem hiding this comment.
Include the caller-attested transport feature
The release range includes 01a15bd, which introduced the public openai/auth/x509-transport entrypoint and createX509Transport, but this feature is absent from the 7.6.0 changelog while the subsequent X.509 commits are listed. Users upgrading to 7.6.0 therefore have no release-note indication that this new entrypoint and its optional undici integration are available; add the omitted feature entry.
AGENTS.md reference: AGENTS.md:L72-L74
Useful? React with 👍 / 👎.
| * **security:** authenticate Cloudflare tests and restrict streaming proxies ([#2413](https://github.com/openai/openai-node/issues/2413)) ([9286fdb](https://github.com/openai/openai-node/commit/9286fdb0cd694b301c06b31441e797ce55f6aa25)) | ||
| * **security:** authenticate Vercel ecosystem APIs and clean up uploaded files ([#2412](https://github.com/openai/openai-node/issues/2412)) ([d58608a](https://github.com/openai/openai-node/commit/d58608a08323b9a58f951cabd93bf734e264e76a)) | ||
| * **security:** bound SDK event streams and validate streamed item identities ([#2415](https://github.com/openai/openai-node/issues/2415)) ([7df29a9](https://github.com/openai/openai-node/commit/7df29a98c69f1dd14300737e42cc6f22965b6b73)) | ||
| * **security:** bound SSE frames and NDJSON lines before buffering ([#2411](https://github.com/openai/openai-node/issues/2411)) ([0e250a4](https://github.com/openai/openai-node/commit/0e250a4c90b7742ee70d1ff510eda5ac95469cc2)) |
There was a problem hiding this comment.
Remove the reverted streaming-limit entry
This entry claims that 7.6.0 bounds SSE frames and NDJSON lines, but later commit 4e588c2 in the same release explicitly removed those unreleased 8 MiB limits and their OPENAI_MAX_SSE_EVENT_BYTES and OPENAI_MAX_NDJSON_LINE_BYTES controls to preserve valid large responses. Leaving the superseded entry falsely documents a security behavior that the released code does not provide and directly conflicts with the large-payload contract; remove this entry rather than advertising both changes.
AGENTS.md reference: AGENTS.md:L124-L133
Useful? React with 👍 / 👎.
|
🤖 Created releases: 🌻 |
Automated Release PR
7.6.0 (2026-08-26)
Features
Bug Fixes
Chores
Documentation
Refactors
This PR was generated with Release Please. See documentation.