• v2.5.7-dev 433fdc8ddf

    v2.5.7-dev Pre-release

    FTMahringer released this 2026-05-13 00:39:53 +02:00 | 73 commits to main since this release

    Added

    • 4 official plugins published to synapse-plugins repository:
      • telegram-channel — Channel implementation with long-polling and webhook support
      • anthropic-provider — ModelProvider for Claude (API key + ACP auth, streaming, tool calling, vision)
      • openai-provider — ModelProvider for GPT (streaming, tool calling, organization scoping)
      • ollama-provider — ModelProvider for local Ollama inference (zero external API calls)
    • Each plugin uses only java.net — no external dependencies beyond synapse-plugin-api

    Fixed

    • nginx WebSocket proxy configuration (/ws/ location block with upgrade headers)
    • Vite dev server WebSocket proxy config for local development
    • CLI TUI fmt.Printf format string mismatches causing %!s(MISSING) / %!s(EXTRA) rendering artifacts

    Changed

    • Core version bumped to 2.5.7-dev
    • Dashboard version bumped to 2.5.7-dev
    Downloads