Media

Money

Dispatch

Company

WAVE · Changelog

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.

latest, from the live timeline167 dated changes
119 added44 changed4 other
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.