0.185.0 (2026-06-09)
🚀 Features
- api: check stale in progress backups (#4694)
- api: backup retry cron (#4696)
- ⚠️ daemon: enforce TLS verification on daemon git clone (#4843)
- dashboard: store snapshots filter in url (#4923)
- docs: update gpu sandboxes and snapshots (#4930)
- sdk: expose sandboxClass param in snapshot creation across all SDKs (#4893)
🩹 Fixes
- api: return correct gpu type in sandbox list item (#4924)
- api: un-deprecate sandboxClass and set enumName (#4942)
- api: validate region access before per-sandbox limits (#4944)
- api: notification module socket init (#4946)
- api: v2 backup hardening (#4941)
- api: scope organization role lookups to caller's organization (#4948)
- ci: restrict PR docker build to same-repo pull requests (#4932)
- computer-use: close process logs per restart (#4949)
- daemon,proxy,sdk: fix flaky E2E tests (#4747)
- docs: clarify sandbox stopped state (#4936)
- sdk-typescript: make ESM require shim survive esbuild→CJS rebundle (#4888)
Chores
Uncategorized changes
- Feat/sandbox sheet load sandbox (#4917)
⚠️ Breaking Changes
- daemon: daemon
/git/clonenow verifies TLS certificates by default (previously silently skipped); clones against self-signed or private-CA Git servers will fail with a TLS verification error. Migration: passinsecure_skip_tls=trueon the clone request (insecureSkipTlsin TS/Java,insecure_skip_tlsin Python/Ruby,options.WithInsecureSkipTLS(true)in Go).
❤️ Thank You
- Ante Projić @aprojic
- Dalin Stone @dalinkstone
- Fabjan Vučina
- Ivan Dagelic @idagelic
- Juraj Štefanić @stefanicjuraj
- Mirko Džaja @MDzaja
- Muhammad Hashmi @mu-hashmi
- Robert Pavlinic @rpavlini