Skip to content

release: 6.45.0#1944

Merged
stainless-app[bot] merged 4 commits into
mainfrom
release-please--branches--main--changes--next--components--openai
Jun 24, 2026
Merged

release: 6.45.0#1944
stainless-app[bot] merged 4 commits into
mainfrom
release-please--branches--main--changes--next--components--openai

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

6.45.0 (2026-06-24)

Full Changelog: v6.44.0...v6.45.0

Features

  • add afterCompletion hook to runTools (#1064) (4976c22)
  • realtime: support sideband call_id connections (#1795) (4fd59e1)
  • reject emitted promise on error in EventEmitter (#1596) (e0b09da)
  • responses: add response input items helper (#1794) (7e5a86a)
  • responses: add response stream accumulator helper (#1793) (32e3e39)

Bug Fixes

  • avoid serializing null optional bodies (e4ddff6)
  • clean up stream abort listeners (#1884) (be55b8f)
  • Leading whitespace chunks break partial parser (structured outputs) (#1213) (88d806e)
  • responses: avoid parsing incomplete structured output (#1852) (4c39681)
  • responses: restore output_text on streamed final responses (#1681) (bbde4d9)
  • validate workload identity access tokens (#1885) (80febe4)
  • zod: fully resolve extracted wrapper definitions (#1766) (5d46ed2)
  • zod: sanitize extracted definition refs (#1903) (6ef2111)

Chores

  • internal: codegen related update (81fcf96)

Documentation

Build System


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

@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: 81d4d83502

ℹ️ 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 src/client.ts Outdated
// content-type for those, and only elide it for operations with no body at
// all (e.g. GET/DELETE).
if (body == null && 'body' in options) {
return this.#encoder({ body, headers: buildHeaders([rawHeaders]) });

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 Avoid serializing null optional bodies

For generated optional-body methods that explicitly allow null (for example responses.inputTokens.count(null) via body: ... | null | undefined = {}), this branch now passes null to the default encoder, so JSON.stringify(null) produces the literal "null" and buildRequest sends it as a request payload. Before this change, null behaved like an omitted body; keep that omission behavior for null and only add the empty-body content type for undefined.

Useful? React with 👍 / 👎.

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from 81d4d83 to a9d1c26 Compare June 18, 2026 02:14
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from a9d1c26 to 329bef9 Compare June 22, 2026 21:22
@HAYDEN-OAI HAYDEN-OAI added the upstream Needs to be addressed in Stainless upstream label Jun 23, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from 329bef9 to bb1f167 Compare June 23, 2026 17:24
@stainless-app stainless-app Bot changed the title release: 6.44.1 release: 6.45.0 Jun 23, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from bb1f167 to 2e4363b Compare June 23, 2026 17:25
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from 2e4363b to 1a13bf3 Compare June 23, 2026 18:53
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from 2df1920 to 724a8df Compare June 23, 2026 19:57
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from 724a8df to 17e0f67 Compare June 23, 2026 20:04
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from 17e0f67 to dd33025 Compare June 23, 2026 20:19
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from dd33025 to cdb97d6 Compare June 23, 2026 20:32
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next--components--openai branch from cdb97d6 to a0c96d9 Compare June 23, 2026 20:44
stainless-app Bot and others added 4 commits June 24, 2026 20:24
* [bedrock_sigv4_auth] Add AWS-native Bedrock authentication

* Add AWS-native Bedrock provider authentication

* Expand Bedrock authentication test coverage

* Fix provider conflict test types

* Align Bedrock auth options and endpoint

* Add opt-in Bedrock live test

* Keep confirmed Bedrock compatibility endpoint

* Use Responses-compatible Bedrock model in examples

* Address Bedrock review feedback

* Test Bedrock default credential chain

* fix Bedrock provider packaging

---------

Co-authored-by: Jim Blomo <jim@openai.com>
@stainless-app

stainless-app Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Release is at https://github.com/openai/openai-node/releases/tag/v6.45.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: tagged upstream Needs to be addressed in Stainless upstream

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants