Skip to content

Releases: allanbunch/node-red-openai-api

v1.103.0-patch.1

28 May 23:29
Compare
Choose a tag to compare

Enhancements

Notable Features & Changes

  • Added missing delete method to the messages 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

28 May 21:30
Compare
Choose a tag to compare
  • 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

21 Mar 01:57
Compare
Choose a tag to compare
  • 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

13 Mar 15:26
Compare
Choose a tag to compare
  • 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

24 Feb 02:45
Compare
Choose a tag to compare

Full Changelog: v1.85.1...v1.85.4

v1.85.1

18 Feb 18:09
Compare
Choose a tag to compare
  • Ehancement: Upgraded the OpenAI API Library dependency from v4.83.0 to v4.85.1.
  • Project versioning now aligns with the OpenAI API Library's minor and patch version numbers for easier feature tracking and compatibility (e.g., x.85.1).

v.1.8.0

14 Feb 12:18
Compare
Choose a tag to compare

Upgraded OpenAI SDK dependency package to v4.83.0.

Full Changelog: v1.7.2...v.1.8.0

v1.7.2

31 Jan 17:17
Compare
Choose a tag to compare

What's Changed

New Contributors 🎊

Full Changelog: v1.7.1...v1.7.2

v1.7.1

25 Dec 00:11
Compare
Choose a tag to compare

Chores: Cleaned up node JavaScript to improve stability and performance.

Full Changelog: v1.7.0...v1.7.1

v1.7.0

20 Dec 15:15
Compare
Choose a tag to compare

Release Notes (v1.7.0)

Full Changelog: v1.6.0...v1.7.0