PlatformPricingDocsSecurityStart free

Vector / Changelog

Changelog

Shipped, dated, and documented.

Every release, with the detail an engineer actually wants. Subscribe and we'll mail the notes.

Get release notes
v1.8.0
2026-05-28

Eval datasets & scheduled runs

New

Eval datasets. Save a named set of test cases and run any eval against it on every prompt version, automatically.

New

Scheduled evals. Run quality checks on a cron, not just on deploy, to catch model drift between releases.

Improved

Trace search is roughly 4x faster on large projects, with new filters for model, status, and latency band.

v1.7.2
2026-05-09

Cost alerts & budget caps

New

Budget caps. Set a hard monthly ceiling per project and get paged before you blow past it.

Improved

Cost breakdowns now split by model and by route, so you can see exactly what is expensive.

Fixed

Token counts for streaming responses no longer under-report on early cancellation.

v1.7.0
2026-04-21

Self-host GA

New

Self-hosted deployment is generally available. Helm and Terraform, bring-your-own KMS, air-gapped mode.

New

SCIM provisioning and SAML SSO for Enterprise workspaces.

Improved

The TypeScript SDK now traces the Vercel AI SDK out of the box.

v1.6.1
2026-04-02

Prompt rollbacks

New

One-click rollback. Revert to any previous prompt version without a deploy.

Fixed

Span timestamps are now monotonic under clock skew across distributed workers.

Fixed

Resolved a rare race that could duplicate a trace when retried at the client.