mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
chore(release): v3.7.8 — rate limit watchdog, 1proxy marketplace, grok 4.3
This commit is contained in:
20
CHANGELOG.md
20
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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "omniroute-desktop",
|
||||
"version": "3.7.7",
|
||||
"version": "3.7.8",
|
||||
"description": "OmniRoute Desktop Application",
|
||||
"main": "main.js",
|
||||
"author": {
|
||||
|
||||
@@ -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
2
package-lock.json
generated
@@ -15201,7 +15201,7 @@
|
||||
},
|
||||
"open-sse": {
|
||||
"name": "@omniroute/open-sse",
|
||||
"version": "3.7.7"
|
||||
"version": "3.7.8"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user