Skip to content

Releases: anthropics/sandbox-runtime

v0.0.75

Choose a tag to compare

@dylan-conway dylan-conway released this 01 Sep 19:57
40804af

What's Changed

Full Changelog: v0.0.74...v0.0.75

v0.0.74

Choose a tag to compare

@shawnm-anthropic shawnm-anthropic released this 25 Aug 21:52
e5fb1b9

What's Changed

Full Changelog: v0.0.73...v0.0.74

v0.0.73

Choose a tag to compare

@ig-ant ig-ant released this 13 Aug 23:15
5feb526

What's Changed

  • refactor(windows): per-user session DB, machine-wide install store by @ig-ant in #467
  • Release v0.0.73 by @ig-ant in #472

Full Changelog: v0.0.72...v0.0.73

v0.0.72

Choose a tag to compare

@MarshallOfSound MarshallOfSound released this 13 Aug 23:02
176346b

What's Changed

  • fix(windows): preserve SE_DACL_PROTECTED across acl grant/revoke by @ig-ant in #459
  • feat(windows): install-time write-deny stamps on world-writable system dirs by @ig-ant in #460
  • fix(proxy): close CONNECT clients that abandon a slow permission decision by @ig-ant in #461
  • ci: harden smoke-kill's Start-Tree wait against slow runners by @ig-ant in #464
  • test: keep ssh ProxyCommand helper alive until ssh closes it by @ant-kurt in #466
  • fix(macos): keep glob denyRead entries denied inside allowRead regions by @ant-kurt in #465
  • fix(proxy): route and dial the canonical host, not the client's spelling by @MarshallOfSound in #470
  • Release v0.0.72 by @MarshallOfSound in #471

Full Changelog: v0.0.71...v0.0.72

v0.0.71

Choose a tag to compare

@shawnm-anthropic shawnm-anthropic released this 07 Aug 21:44
121c6ac

What's Changed

Full Changelog: v0.0.70...v0.0.71

v0.0.70

Choose a tag to compare

@shawnm-anthropic shawnm-anthropic released this 04 Aug 23:21
44ab607

What's Changed

Full Changelog: v0.0.69...v0.0.70

v0.0.69

Choose a tag to compare

@shawnm-anthropic shawnm-anthropic released this 04 Aug 20:55
91e778b

What's Changed

New Contributors

Full Changelog: v0.0.68...v0.0.69

v0.0.68

Choose a tag to compare

@MarshallOfSound MarshallOfSound released this 04 Aug 20:19
7c78070

What's Changed

New Contributors

Full Changelog: v0.0.67...v0.0.68

v0.0.67

Choose a tag to compare

@ig-ant ig-ant released this 23 Jul 03:23
21d8f75

Windows

  • git.safeDirectories config — safe.directory without write grants; fixes dubious-ownership on subdirectory launches (also emits on macOS/Linux) (#403)
  • Deny targets that don't exist yet are materialized as placeholders and stamped, closing the create-past-a-deny hole; trailing / marks directory targets (#404)
  • Kill-chain hardening: broker error paths always reap the runner; CI smoke rows pin the no-survivors invariant (#405)
  • Persistent MITM CA: ca.json under the protected state dir, atomic writes, notBefore/notAfter validation, auto-load at initialize(), generateCa/validateCaPair exports (#406)
  • Breaking: windows.srtWin.path is required — no implicit vendored-exe fallback; pass the exported VENDORED_SRT_WIN_EXE to use the packaged binary. Fact-only argv-too-long message (#413)
  • Typed WindowsSandboxError codes with .subcommand, single-spawn srt-win status --json + checkWindowsSandboxStatus() (#414)
  • Typed mapped_drive_cwd error (exit 16) for network-drive working directories; the broker never stats UNC literals (#415)
  • Async dependency/status/install APIs (checkDependenciesAsync — additive, sync API unchanged); install/uninstall timeout default 120s; windowsHide on sync spawns (#395)

v0.0.66

Choose a tag to compare

@shawnm-anthropic shawnm-anthropic released this 17 Jul 22:05
03bcd3d

What's Changed

  • Add maskClaims for claim-level masking inside decoded JWTs by @elhajjj in #373
  • Add decode:"jwt" for env vars holding JWTs by @elhajjj in #374
  • Add maskClaims for env vars holding JWTs by @elhajjj in #376
  • Add decode option for encoded credential formats, starting with JWT by @elhajjj in #362
  • fix(linux): force --unshare-user + --cap-drop ALL in secure bwrap branch (H1 #3845682) by @seanyeoh-ant in #390
  • Substitute masked credentials in request bodies at the TLS-terminating proxy by @elhajjj in #399
  • Advertise the HTTP CONNECT proxy in GRPC_PROXY instead of socks5h by @shawnm-anthropic in #409
  • Release v0.0.66 by @shawnm-anthropic in #410

New Contributors

Full Changelog: v0.0.65...v0.0.66