From fb95689601889a740da881698df29f8afbb7d61c Mon Sep 17 00:00:00 2001 From: Antigravity Assistant Date: Fri, 1 May 2026 08:49:08 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v3.7.8=20=E2=80=94=20rate=20l?= =?UTF-8?q?imit=20watchdog,=201proxy=20marketplace,=20grok=204.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++++++++++++++++++ docs/openapi.yaml | 2 +- electron/package.json | 2 +- open-sse/package.json | 2 +- package-lock.json | 2 +- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2669a2562c..4e17fd8912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ --- +## [3.7.8] — 2026-05-01 + +### ✨ New Features + +- **feat(providers):** add Grok 4.3 and Xiaomi Mimo TTS provider (#1837) +- **feat(core):** implement Rate Limit Watchdog with environment override capability to detect and reset stalled queues (#1839) +- **feat(providers):** add muse-spark-web provider with multiple models and reasoning support (#1843) +- **feat(1proxy):** integrate 1proxy free proxy marketplace with dashboard management and new MCP tools (closes #1788) (#1847) + +### 🐛 Bug Fixes + +- **fix(ui):** hide combo compression controls when the global setting is disabled (#1840) +- **fix(db):** tolerate missing request_detail_logs table for legacy deployments (#1848) + +### 🛠️ Maintenance + +- **fix(workflow):** build docker images on version tags (#1838) + +--- + ## [3.7.7] — 2026-04-30 ### ✨ New Features diff --git a/docs/openapi.yaml b/docs/openapi.yaml index ff0101dc4c..76b54c78e7 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 3.7.7 + version: 3.7.8 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/electron/package.json b/electron/package.json index 8c22f4690b..8a182a53c8 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "omniroute-desktop", - "version": "3.7.7", + "version": "3.7.8", "description": "OmniRoute Desktop Application", "main": "main.js", "author": { diff --git a/open-sse/package.json b/open-sse/package.json index bf76d3c08e..8654cf7640 100644 --- a/open-sse/package.json +++ b/open-sse/package.json @@ -1,6 +1,6 @@ { "name": "@omniroute/open-sse", - "version": "3.7.7", + "version": "3.7.8", "description": "Express SSE sidecar for OmniRoute — handles streaming, protocol translation, and provider orchestration", "type": "module", "main": "index.js", diff --git a/package-lock.json b/package-lock.json index 59b1726b69..fc1e1aac60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15201,7 +15201,7 @@ }, "open-sse": { "name": "@omniroute/open-sse", - "version": "3.7.7" + "version": "3.7.8" } } }