Releases: allanbunch/node-red-openai-api
Releases · allanbunch/node-red-openai-api
v1.103.0-patch.1
Enhancements
Notable Features & Changes
- Added missing
delete
method to themessages
API. - Full Model Context Protocol (MCP) tool support for the
responses
API. - Added support for the new
container
endpoint. - Added support for the new
containerFiles
endpoint. - Added a simple MCP tool use example flow to the
examples
directory. See: MCP Example. - Refactored code to greatly improve maintainability and stability.
Full Changelog: v1.103.0...v1.103.0-patch.1
v1.103.0
- Full Model Context Protocol (MCP) tool support for the
responses
API. - Added support for the new
container
endpoint. - Added support for the new
containerFiles
endpoint. - Added a simple MCP tool use example flow to the
examples
directory. See: MCP Example. - Refactored code to greatly improve maintainability and stability.
Full Changelog: v1.89.0...v1.103.0
v1.89.0
- Ehancements:
- Features:
- New audio helpers
- New API models for TTS, STT, + new audio features for Realtime
Full Changelog: v1.87.3...v1.89.0
v1.87.3
-
Ehancement: Upgraded the OpenAI API Library dependency from v4.85.4 to v4.87.3.
-
Features: Implemented Responses API capabilities.
- OpenAI's most advanced interface for generating model responses.
- Create stateful interactions with the model, using the output of previous responses as input and more.
- 🔥 Native agentic web search capabilities:
msg.payload = { "model": "gpt-4o-mini", "tools": [{ type: "web_search_preview" }], "input": "What was a positive news story from today?" }
- 🔥 Native agentic computer use capabilities.
- 🔥 Reasoning model control properties:
msg.payload = { "model": "o3-mini", "input": "How much wood would a woodchuck chuck?", "reasoning": { "effort": "high" } }
Full Changelog: v1.85.4...v1.87.3
v1.85.4
- Ehancement: Upgraded the OpenAI API Library dependency from v4.85.1 to v4.85.4.
- Enhancement: Implemented Chat Completion storage methods.
Full Changelog: v1.85.1...v1.85.4
v1.85.1
v.1.8.0
Upgraded OpenAI SDK dependency package to v4.83.0.
Full Changelog: v1.7.2...v.1.8.0
v1.7.2
What's Changed
- feat: include input msg in error by @TomekTraczyk in #30
New Contributors 🎊
- @TomekTraczyk made their first contribution in #30
Full Changelog: v1.7.1...v1.7.2
v1.7.1
Chores: Cleaned up node JavaScript to improve stability and performance.
Full Changelog: v1.7.0...v1.7.1
v1.7.0
Release Notes (v1.7.0)
- Upgraded to OpenAI Node API Library package dependency v4.77.0
- OpenAI o1 and new tools for developers
- Preference Fine-tuning
Full Changelog: v1.6.0...v1.7.0