Skip to content

v0.185.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 08:21
39f970a

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

  • sync go.sum for v0.184.0 (#4921)
  • sdk-go: bump to v0.185.0 (#4955)

Uncategorized changes

  • Feat/sandbox sheet load sandbox (#4917)

⚠️ Breaking Changes

  • daemon: daemon /git/clone now 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: pass insecure_skip_tls=true on the clone request (insecureSkipTls in TS/Java, insecure_skip_tls in Python/Ruby, options.WithInsecureSkipTLS(true) in Go).

❤️ Thank You