chore: bump version to 3.0.0, update openapi.yaml and CHANGELOG

This commit is contained in:
diegosouzapw
2026-03-24 18:38:35 -03:00
parent 142ac8eb96
commit b15eb278e1
4 changed files with 20 additions and 5 deletions

View File

@@ -2,7 +2,22 @@
## [Unreleased]
> **Coming next** — see [3.0.0-rc branch](https://github.com/diegosouzapw/OmniRoute/tree/3.0.0-rc).
---
## [3.0.0] — 2026-03-24
### 🎉 v3.0.0 — Major Release
- All RC changes from v3.0.0-rc.1 through rc.17 finalized
- **PR #587**: fix(sse): revert `resolveDataDir` import in responsesTransformer for Cloudflare Workers compat (@k0valik)
- **67+ AI providers** with automatic format translation
- **9 routing strategies** including auto-combo with self-healing
- **MCP Server** (16 tools, 3 transports: stdio/SSE/streamable-HTTP)
- **A2A Server** (Agent-to-Agent v0.3 protocol)
- **Provider Icons** via `@lobehub/icons` (130+ SVG with PNG fallback)
- **926 tests** with 0 failures
- **CodeQL security** — 10+ alerts remediated
- **Route validation** — 176/176 routes validated with Zod schemas
---

View File

@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: OmniRoute API
version: 3.0.0-rc.16
version: 3.0.0
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,

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "omniroute",
"version": "3.0.0-rc.17",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "omniroute",
"version": "3.0.0-rc.17",
"version": "3.0.0",
"hasInstallScript": true,
"license": "MIT",
"workspaces": [

View File

@@ -1,6 +1,6 @@
{
"name": "omniroute",
"version": "3.0.0-rc.17",
"version": "3.0.0",
"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": {