v6.32.0
This release brings our Node-RED OpenAI API node up from OpenAI Node SDK v6.29.0 alignment to v6.32.0 alignment.
What changed:
- Bumped our package version to 6.32.0 and aligned the openai dependency to ^6.32.0.
- Updated Batch coverage so our docs and tests now explicitly reflect support for the /v1/videos batch endpoint.
- Brought Responses coverage up to date with current gpt-5.4 model ids, including gpt-5.4-mini, gpt-5.4-nano, and dated variants.
- Added explicit Responses helper coverage for parse and stream.
- Verified and documented deferred MCP tool loading via defer_loading.
- Expanded Vector Store coverage with direct vector store search support.
- Added full ComparisonFilter parity for Vector Store search, including the in and nin operators.
- Closed remaining Vector Store family gaps around file and file-batch helper methods, including create-and-poll and upload-and-poll flows.
- Added coverage for vector store file attribute updates and parsed file-content retrieval.
- Refreshed editor labels, help text, examples, README notes, and regression tests so the shipped node behavior is clear and traceable.
In short: this release is mainly a parity and completeness update. It brings the node into line with the current OpenAI Node SDK surfaces we track, tightens up docs and examples, and adds regression coverage around the newly aligned behavior.
Full Changelog: v6.29.0...v6.32.0