Changelog

What's new in
OpusFocus.

Every release, in order. Subscribe to the RSS feed or follow along here — we ship continuously and write it all down.

See the platform
June 10, 2026
v1.8

Approval workflows & SIEM export

Gate sensitive workspaces behind a second approver and stream the audit log straight into your SIEM.

  • new Approval workflows — Require a designated approver before a workspace in a protected group can be provisioned or accessed.
  • new SIEM export — Stream the immutable audit log to Splunk, Datadog or any HTTP sink in real time.
  • improved Audit log filters — Filter by actor, event type and workspace, with shareable saved views.
  • fix Snapshot restore — Resolved a race where restoring during an active SSH session could orphan a volume.
May 22, 2026
v1.7

Bring your own cloud

Run workspaces in your own AWS, GCP or Azure account while OpusFocus stays the control plane.

  • new BYO cloud — Connect a cloud account and provision Kubernetes-backed workspaces in your own VPC.
  • new Per-team resource policy — Set CPU, RAM and storage ceilings that apply to every workspace a team creates.
  • improved Faster provisioning — Template warm-pools cut median provision time from 38s to 21s.
April 30, 2026
v1.6

Vault-lite secrets

Store credentials once and inject them by reference — encrypted at rest, never rendered anywhere.

  • new Secrets vault — Reference secrets as ${secret:name}; values resolve at boot and never enter templates or logs.
  • new Redaction — Automatic masking across UI, terminal scrollback and the audit log.
  • improved Env var diffing — See exactly which references changed between workspace boots.
  • fix Browser terminal — Fixed scrollback truncation on sessions longer than 10k lines.
April 4, 2026
v1.5

Idle auto-suspend

Inactive workspaces sleep automatically and resume in seconds — stop paying for idle compute.

  • new Idle auto-suspend — Configurable inactivity timeout suspends a workspace; the next SSH connection resumes it.
  • new Cost reclaim reporting — Live view of compute reclaimed from suspended workspaces this billing period.
  • improved Resume speed — Cold resume now completes in under 4 seconds for most templates.
March 12, 2026
v1.4

Service containers on tap

Attach Postgres, Redis, RabbitMQ, Kafka, Mongo or Elasticsearch to any workspace with one click.

  • new Service containers — Managed, networked, persisted services wired into your env vars automatically.
  • new Connection injection — DATABASE_URL and friends populated as references the moment a service attaches.
  • fix Volume persistence — Service data now survives suspend and snapshot restore reliably.