Read the diff, not the incident report.
Every change across WAVE products, APIs, and SDKs: dated, labeled, and published as one list the moment it ships. Subscribe once and see what changed before it reaches you.
Run Studio AI enhancement jobs from the console
The console's Studio AI page lists and creates enhancement jobs (upscale, denoise, stabilize, color-correct, super-resolution) against the WAVE Studio AI API, priced per job.
added:Read your organization's own audit trail
GET /v1/audit returns every billing, custody, and key-lifecycle event for your organization, filtered strictly to your own data. Mint a key with the audit:read scope and the console's Audit page renders the trail directly.
added:Guardrails on every Dispatch request
Set your organization to flag, block, or redact, and WAVE Dispatch screens every request before it reaches a model. A flagged request carries the detected classes in a response header. A blocked request returns a 400.
the newest entry, as the API returns it
{
"date": "Sep 2, 2026",
"scope": "Console",
"type": "feature",
"title": "Run Studio AI enhancement jobs from the console",
"tags": ["console", "studio-ai", "enhancement"],
"href": "https://wave.online/changelog#sep-2-2026-run-studio-ai-enhancement-jobs-from-the-console"
}$ curl -s https://api.wave.online/openapi.json | jq .info.version "1.0.0"
The API surface is one machine-readable OpenAPI 3.1 document, so your CI can diff it — not just your eyes. Subscribe with /feed.xml or read /changelog.json.
No guesswork, machine-readable
Every change is versioned against a live OpenAPI 3.1 document and labeled breaking or non-breaking. The API answers with a typed error contract (RFC 7807 problem+json), so behavior is predictable end to end. Each official SDK carries its own CHANGELOG — see sdk.wave.online.
One surface to watch
It is one gateway-fronted contract, not per-service guesswork. WAVE spokes federate through the same API surface, so as that surface fills in, the changelog becomes the one place you watch how the platform evolves. Track one surface, trust the rest.