chore(release): open v3.8.11 development cycle

This commit is contained in:
diegosouzapw
2026-06-04 21:05:05 -03:00
parent c27a32d432
commit 37218fd517
4 changed files with 12 additions and 6 deletions

View File

@@ -12,6 +12,12 @@
---
## [3.8.11] — Unreleased
_Development cycle in progress — entries are added as work merges into `release/v3.8.11` and finalized by the release flow._
---
## [3.8.10] — 2026-06-04
OAuth resilience & observability release: spaced/sequential quota sync for OAuth accounts, a per-provider proactive-refresh skip list to keep short-TTL providers (Kimi) alive without re-exposing the Codex Auth0 cascade, token-expiry visibility on the provider cards, a new provider-stats dashboard, plus a wide batch of provider fixes (DeepSeek-web tool calls, Antigravity, Qoder, MiniMax, GitHub Copilot, Fireworks, llama.cpp, t3.chat-web, Kiro, Kilocode) and Podman deployment support.

View File

@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: OmniRoute API
version: 3.8.10
version: 3.8.11
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,

8
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "omniroute",
"version": "3.8.10",
"version": "3.8.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "omniroute",
"version": "3.8.10",
"version": "3.8.11",
"hasInstallScript": true,
"license": "MIT",
"workspaces": [
@@ -93,7 +93,7 @@
"@testing-library/react": "^16.3.2",
"@types/bcryptjs": "^3.0.0",
"@types/better-sqlite3": "^7.6.13",
"@types/bun": "*",
"@types/bun": "latest",
"@types/keytar": "^4.4.2",
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
@@ -21467,7 +21467,7 @@
},
"open-sse": {
"name": "@omniroute/open-sse",
"version": "3.8.9"
"version": "3.8.10"
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "omniroute",
"version": "3.8.10",
"version": "3.8.11",
"description": "Unified AI router with 160+ providers, RTK+Caveman compression, auto fallback, MCP/A2A, desktop, PWA, and OpenAI-compatible APIs.",
"type": "module",
"bin": {