chore(release): v3.7.8 — rate limit watchdog, 1proxy marketplace, grok 4.3

This commit is contained in:
Antigravity Assistant
2026-05-01 08:49:08 -03:00
parent d8e977cb42
commit fb95689601
5 changed files with 24 additions and 4 deletions

View File

@@ -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

View File

@@ -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,

View File

@@ -1,6 +1,6 @@
{
"name": "omniroute-desktop",
"version": "3.7.7",
"version": "3.7.8",
"description": "OmniRoute Desktop Application",
"main": "main.js",
"author": {

View File

@@ -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",

2
package-lock.json generated
View File

@@ -15201,7 +15201,7 @@
},
"open-sse": {
"name": "@omniroute/open-sse",
"version": "3.7.7"
"version": "3.7.8"
}
}
}