From 718be831afb64f9b62e51ce8b8bacd20812c0cbd Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Wed, 18 Mar 2026 15:13:26 -0300 Subject: [PATCH] =?UTF-8?q?feat(release):=20v2.7.7=20=E2=80=94=20Docker=20?= =?UTF-8?q?pino=20crash=20fix=20+=20Codex=20responses=20worker=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix(docker): copy pino-abstract-transport + pino-pretty in standalone (#449) - fix(responses): remove initTranslators() from /v1/responses route (#450) - chore(deps): commit package-lock.json with each version bump --- CHANGELOG.md | 15 +++++++++++++++ docs/openapi.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb1e8d3d8..1aa9f1acbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ --- +## [2.7.7] — 2026-03-18 + +> Sprint: Docker pino crash, Codex CLI responses worker fix, package-lock sync. + +### 🐛 Bug Fixes + +- **fix(docker)**: `pino-abstract-transport` and `pino-pretty` now explicitly copied in Docker runner stage — Next.js standalone trace misses these peer deps, causing `Cannot find module pino-abstract-transport` crash on startup (#449) +- **fix(responses)**: Remove `initTranslators()` from `/v1/responses` route — was crashing Next.js worker with `the worker has exited` uncaughtException on Codex CLI requests (#450) + +### 🔧 Maintenance + +- **chore(deps)**: `package-lock.json` now committed on every version bump to ensure Docker `npm ci` uses exact dependency versions + +--- + ## [2.7.5] — 2026-03-18 > Sprint: UX improvements and Windows CLI healthcheck fix. diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 10e6ddcf80..59d8923dc2 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: OmniRoute API - version: 2.7.5 + version: 2.7.7 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, diff --git a/package-lock.json b/package-lock.json index 3535e36063..750320d87a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omniroute", - "version": "2.7.2", + "version": "2.7.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omniroute", - "version": "2.7.2", + "version": "2.7.7", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 9046038b72..b5e71a770a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "2.7.5", + "version": "2.7.7", "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": {