stack.pulse
#stacks/openai-node/ai

OpenAI Node release notes, breaking changes, and upgrade notes.

Official Node.js library for the OpenAI API StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
7
breaking
0
security
1
deprecated
1
migrations
1

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

OpenAI Node releases from GitHub

StackPulse watches OpenAI Node release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v6.45.0highfeaturesecurityJun 24, 2026

v6.45.0

This release adds several new helper functions for response handling and stream accumulation, improves Zod schema handling, and fixes various parsing and serialization issues.

affected

Users working with response streams and Zod schemas will benefit from new helpers and fixes.

action

Update to access new response helpers and improved schema handling.

release_signals
!Validate workload identity access tokens
+Added afterCompletion hook to runTools
+Support for sideband call_id connections in realtime
+Reject emitted promise on error in EventEmitter
+Added response input items helper
+Added response stream accumulator helper
view source on github->
v6.44.0lowfeatureJun 17, 2026

v6.44.0

Minor update focusing on OpenAPI spec and Stainless config changes.

release_signals
+update OpenAPI spec or Stainless config
view source on github->
v6.43.0mediummigrationfeatureJun 16, 2026

v6.43.0

This release focuses on internal improvements and bug fixes, including TypeScript fixes and repository configuration updates. The primary changes involve converting the repository to use pnpm and updating default branch references to 'main'.

affected

Developers using TypeScript or managing the repository configuration may be affected.

view source on github->
v6.42.0mediumfeatureJun 3, 2026

v6.42.0

This release introduces moderation capabilities for responses and chat completions, enhancing content filtering and safety.

affected

Developers using OpenAI's API for responses and chat completions will benefit from improved moderation features.

action

Update to version 6.42.0 to utilize the new moderation capabilities.

release_signals
+Added `responses.moderation` and `chat_completions.moderation` for enhanced content moderation
view source on github->
v6.41.0mediumfeatureJun 1, 2026

v6.41.0

This release introduces support for Amazon Bedrock Responses in the OpenAI Node API, enhancing integration capabilities with Amazon's services.

affected

Developers integrating with Amazon Bedrock will benefit from this update.

action

Update to version 6.41.0 to utilize the new Amazon Bedrock Responses support.

release_signals
+Add Amazon Bedrock Responses support
view source on github->
v6.40.0mediumdeprecationfeatureJun 1, 2026

v6.40.0

This release introduces workload identity in audit logs and makes `ActionSearch.query` optional, while removing the migrate CLI tool.

affected

Users relying on the migrate CLI tool will need to find an alternative solution.

action

Update to v6.40.0 to benefit from new features and fixes.

release_signals
+Workload identity in audit logs
+Additional tools item in responses
+Fix `ActionSearch.query` to be optional
view source on github->
v6.39.1lowMay 28, 2026

v6.39.1

This release focuses on bug fixes, particularly improving guidance for undici dispatcher mismatches and handling text/plain with format: binary as raw upload.

affected

Users experiencing undici dispatcher mismatches or handling text/plain with format: binary as raw upload are affected.

action

Update to v6.39.1 to benefit from the bug fixes.

view source on github->