VIEWPORT
About

Changelog

Daemon, relay, and platform releases. Tracked on GitHub.

The canonical changelog lives on GitHub. Every release has notes, links to the PRs that shipped, and a delta summary.

The hosted control plane and web app are closed source and ship continuously. We don't publish a per-deploy changelog for them today. Breaking API changes are versioned (/api/v2/...) and the prior version stays available for 90 days.

How we version

  • Daemon: semver on the npm package. Breaking changes bump major.
  • Relay: semver on the Docker image tags. Latest stable is :latest.
  • Control plane: continuous deployment to app.getviewport.com. Breaking API changes are versioned and the prior version stays available for 90 days.
  • Workflow YAML schema: schema version in the YAML itself (viewport.workflow/v1). Future major changes bump the version; older schemas continue to validate.

Subscribe

Email releases@getviewport.com to be notified of breaking changes 14 days ahead. Best for self-hosters tracking the relay or planning daemon-version upgrades.

On this page