chore(release): v3.7.5 — integrate ngrok tunnel and fix models filter (#1753, #1752)

This commit is contained in:
diegosouzapw
2026-04-29 01:11:33 -03:00
parent b96b85f675
commit 5fd56207cf
6 changed files with 10 additions and 6 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### ✨ New Features
- **feat(tunnels):** integrate native ngrok tunnel support with dashboard UI parity (#1753)
### 🐛 Bug Fixes
- **fix(models):** apply blocked providers filter to non-chat catalog models (image, embedding, audio, etc.) (#1752)

View File

@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: OmniRoute API
version: 3.7.4
version: 3.7.5
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.4",
"version": "3.7.5",
"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.7.4
**Current version:** 3.7.5
## 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.7.4)
## Key Features (v3.7.5)
### Core Proxy
- **160+ AI providers** with automatic format translation

View File

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

@@ -15214,7 +15214,7 @@
},
"open-sse": {
"name": "@omniroute/open-sse",
"version": "3.7.4"
"version": "3.7.5"
}
}
}