Release Notes
Release notes help customer operators decide whether to deploy, how to validate the release, and how to roll back if needed. Each packaged router build also displays its router version and build timestamp on every docs page.
For upgrade execution, see Upgrade Guide. For the docs package index, see Releases.
The entry below describes the validation contract for the package that embeds
this page. The version banner, /docs/releases, and /version are the
authoritative sources for its exact router version and build timestamp; do not
infer the running version from a date written in documentation.
Current Package
Highlights
- The package embeds documentation for its own runtime build and exposes the
same version and build timestamp through the docs banner and
/version. - Caller-facing routing supports deployment-defined model groups across the configured OpenAI Chat, OpenAI Responses, and Anthropic Messages surfaces.
- Capability and request-shape eligibility keep tools, images, reasoning, structured outputs, output caps, bridges, and large payloads on targets validated for those exact surfaces.
- Usage, diagnostics, cost, latency, attempt, fallback, traffic-shaping, and governed admin-report surfaces use safe scalar operational evidence.
Operator Impact
- Config: compare the packaged
config.example.yamlwith the reviewed runtime config. Do not copy sample provider/model routes directly into production. - Database: follow the package's migration policy and release-specific deployment record; do not assume a database restore is part of application rollback.
- License: verify the installed license permits the enabled features and deployment shape.
- Credentials: preserve the protected provider environment file or secret-manager state; never place provider keys in release evidence.
- Metrics and reports: retain
/metricsisolation for metrics-admin subjects and verify report authorization after upgrade.
Caller Impact
- API behavior: validate every caller API skin and client workflow affected by the package or config change.
- Model groups: callers must discover their allowed deployment-defined groups
through authenticated
/v1/models. - Errors: preserve structured caller-facing error types and request IDs; use sanitized attempt and diagnostic rows for root-cause analysis.
- Client compatibility: run the actual Codex and Claude Code CLIs when routing, tools, images, auth, or model metadata changed.
Validation
- Confirm the docs banner,
/docs/releases, and/versionagree on the expected version and build timestamp. - Run
/readyz. - Run authenticated
/v1/modelswith each affected caller class. - Run representative Chat, Responses, Messages, streaming, tool, image, and output-cap smokes for every changed surface.
- Run metrics-admin and ordinary-caller
/metricsauthorization checks when metrics are enabled. - Run admin report and license-status checks when those features are enabled.
Rollback
- Restore the previous package and reviewed runtime config.
- Restore the previous license input only when the license changed.
- Preserve the current usage database unless the package-specific migration record requires a compatible snapshot restore.
- Repeat
/readyz,/version,/v1/models, and the failed caller/client smoke before returning traffic.