ReferenceChangelog
Changelog
Gateway, SDK and documentation releases. SDK is on the `alpha` npm tag.
This page tracks user-visible changes. Internal infra changes
(database migrations, telemetry tweaks) live in the repo's
CHANGELOG.md files.
SDK is alpha
@cleverrouter/sdk is on the alpha npm tag while we're
pre-1.0.0. Pin explicitly: bun add @cleverrouter/sdk@alpha.
2026-05 — May
SDK 0.1.1
- Added
@cleverrouter/sdk/react—useChat()anduseCompletion()hooks withstop(),reload(),setMessages(). - Added
@cleverrouter/sdk/edge— Edge-runtime entry without the OpenAI SDK import. Worker-export-condition for Cloudflare, Vercel Edge, Deno Deploy. - Added typed
reasoning_contentdelta incr.stream()for DeepSeek-R1 and similar models. - Fixed
Last-Event-IDreconnect for streams that drop before[DONE].
Gateway
- Added
amazon/nova-liteandamazon/nova-proon Bedrockeu-central-1. - Added
mistral/magistral-mediumon Scaleway Paris. - Improved SSE buffering —
X-Accel-Buffering: noset on every stream so reverse proxies don't buffer chunks.
Docs
- Rewrote the whole site with a new information architecture — Welcome / Get started / Core APIs / SDK / Routing / Catalog / Workspaces / Trust / Reference / Migrate / Cookbook.
2026-04 — April
SDK 0.1.0
- Initial alpha release of
@cleverrouter/sdk. - Three factories:
createCleverRouter,createCleverRouterAI,createCleverRouterMastra. - Typed helpers:
cr.chat,cr.stream,cr.embed,cr.rerank,cr.transcribe,cr.listModels. - Typed error stack:
CRError,CRAuthError,CRRateLimitError,CRModelNotFoundError,CRModelDeprecatedError,CRBudgetExceededError,CRProviderDownError,CRValidationError,CRTimeoutError. - Retry with exponential backoff (3 attempts on
429/502/503/504, honoursRetry-After), per-call timeout, durchgehenderAbortSignal.
Gateway
- Added
X-CleverRouter-StrategyandX-CleverRouter-Providerheaders. - Added
X-RateLimit-Enforced: falsewhen Redis is unreachable (fail-open posture). - Added auto-sync cron — model registry rebuilt from every provider every 6h.
2026-03 — March
Gateway
- Added
POST /v1/rerank(Cohere wire format) on Bedrockeu-central-1. - Added
POST /v1/audio/transcriptions(Whisper) on Scaleway and Tensorix.
Older
For releases before March 2026, see the GitHub releases page.
Related
- REST API — current endpoints.
- Errors — current error taxonomy.
- SDK overview — current SDK entry points.