From 70465ada4dcb2c2283d0621edb5381f1dd0ac08d Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 3 Mar 2026 12:06:42 -0300 Subject: [PATCH] =?UTF-8?q?feat(release):=20v1.8.1=20=E2=80=94=20usage=20A?= =?UTF-8?q?PI=20proxy=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe5f221ef..e4f542839e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.8.1] — 2026-03-03 + +### 🐛 Bug Fixes + +- **Usage API Proxy Support** — Quota/usage fetch calls (`/api/usage/[connectionId]`) now route through the dashboard-configured proxy (Global → Provider → Key level). Previously, usage fetchers used bare `fetch()` which bypassed the Global Proxy setting, causing "fetch failed" errors in Docker deployments behind a proxy. Fixes #194 + ## [1.8.0] — 2026-03-03 ### 🐛 Bug Fixes diff --git a/package-lock.json b/package-lock.json index 70e1ad0032..7eb34fd874 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniroute", - "version": "1.7.14", + "version": "1.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniroute", - "version": "1.7.14", + "version": "1.8.0", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 603ab1c255..71dc239895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "1.8.0", + "version": "1.8.1", "description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.", "type": "module", "bin": {