From 8a8a6a4a82bc3350fbcb3cf5a33f2a9b52577f99 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Thu, 19 Mar 2026 14:00:18 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v2.8.3=20=E2=80=94=20Czech=20?= =?UTF-8?q?i18n,=20SSE=20protocol=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - #482: Czech language + VM guide EN translation (@zen0bit) - #483: Stop sending trailing data: null after [DONE] --- CHANGELOG.md | 19 +++++++++++++++++++ docs/openapi.yaml | 2 +- package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 963428bf0d..7fa2605218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ --- +## [2.8.3] — 2026-03-19 + +> Sprint: Czech i18n, SSE protocol fix, VM guide translation. + +### Features + +- **Czech Language** (#482): Full Czech (cs) i18n — 22 docs, 2606 UI strings, language switcher updates (@zen0bit) +- **VM Deployment Guide**: Translated from Portuguese to English as the source document (@zen0bit) + +### Bug Fixes + +- **SSE Protocol** (#483): Stop sending trailing `data: null` after `[DONE]` signal — fixes `AI_TypeValidationError` in strict AI SDK clients (Zod-based validators) + +### Merged PRs + +- #482 — Add Czech language + Fix VM_DEPLOYMENT_GUIDE.md English source (@zen0bit) + +--- + ## [2.8.2] — 2026-03-19 > Sprint: 2 merged PRs, model aliases routing fix, log export, and issue triage. diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 9c20bc551c..86c6d70ae5 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 2.8.2 + version: 2.8.3 description: | OmniRoute is a local-first AI API proxy router. It provides an OpenAI-compatible endpoint that routes requests to multiple AI providers with load balancing, diff --git a/package.json b/package.json index aff42fd97b..83b8d356df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "2.8.2", + "version": "2.8.3", "description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.", "type": "module", "bin": {