chore(release): verify v3.5.8 sync (changelog, docs)

This commit is contained in:
diegosouzapw
2026-04-09 19:12:01 -03:00
parent 336d889034
commit 815a7b6e1d
6 changed files with 24 additions and 6 deletions

View File

@@ -4,6 +4,24 @@
---
## [3.5.8] — 2026-04-09
### ✨ New Features & Analytics
- **Analytics Layout Redesign:** Replaced flat metrics with a responsive `CompactStatGrid`, grouping data visually across sections (#1089)
### 🐛 Bug Fixes
- **Build Core:** Force Turbopack cleanup via Prepbulish script to prevent Next.js 16 app/ routing conflicts on runtime.
- **Provider Quarantine:** Introduces model/provider circuit-breakers with adaptive TTL exponential backoff for recurring upstream errors (#1090)
- **Oauth Keep-Alive:** Safely protects authenticated active accounts against spontaneous dropping from router due to transient token refresh failures (#1085)
### 🔒 Security & Maintenance
- **Dependabot:** bumped axios from 1.14.0 to 1.15.0 addressing SSRF flags (#1088)
---
## [3.5.7] — 2026-04-09
### 🐛 Bug Fixes & Security

View File

@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: OmniRoute API
version: 3.5.6
version: 3.5.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.5.7",
"version": "3.5.8",
"description": "OmniRoute Desktop Application",
"main": "main.js",
"author": {

View File

@@ -8,7 +8,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo
**Key value:** One endpoint (`http://localhost:20128/v1`), unlimited models, zero downtime, minimal cost.
**Current version:** 3.5.6
**Current version:** 3.5.8
## Tech Stack
@@ -279,7 +279,7 @@ OmniRoute solves the problem of managing multiple AI provider subscriptions, quo
└── .env.example # Environment variable template
```
## Key Features (v3.5.6)
## Key Features (v3.5.8)
### Core Proxy
- **60+ AI providers** with automatic format translation

View File

@@ -1,6 +1,6 @@
{
"name": "@omniroute/open-sse",
"version": "3.5.7",
"version": "3.5.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

@@ -20980,7 +20980,7 @@
},
"open-sse": {
"name": "@omniroute/open-sse",
"version": "3.5.7"
"version": "3.5.8"
}
}
}