Skip to content

Latest commit

 

History

History
121 lines (54 loc) · 5.88 KB

CHANGELOG.md

File metadata and controls

121 lines (54 loc) · 5.88 KB

Changelog

0.8.0 (2025-02-18)

Features

  • support for private previews and preview tokens (#63) (993e509)

0.7.0 (2025-02-15)

Features

  • add support for passing name and path to cli (#60) (00e8c20)

0.6.2 (2025-02-10)

Bug Fixes

  • CommonJS build requires .cjs extension for ESM package (#56) (528022e)

0.6.1 (2025-02-08)

Performance Improvements

  • do hibernation and shutdown in parallel (#54) (d8e4c6f)

0.6.0 (2025-02-06)

Features

  • allow sandbox to keep active while connected (#53) (7ad63d7)
  • support env and cwd in shell api (#52) (7bf1e35)

Bug Fixes

  • snapshot: don't include ignorefiles when building snapshots (#50) (64abff8)

0.5.3 (2025-01-30)

Bug Fixes

0.5.2 (2025-01-30)

Bug Fixes

0.5.1 (2025-01-30)

Bug Fixes

0.5.0 (2025-01-28)

Features

  • add more advanced pagination options (#39) (f086bb8)
  • list sandboxes by running status (#37) (1e9e19c)

0.4.0 (2025-01-22)

Features

0.3.0 (2025-01-14)

Features

  • add support for listing sandboxes (#33) (6771396)

0.2.0 (2025-01-10)

Features

  • add support for updating hibernation timeout (#31) (efd2051)

Performance Improvements

  • build: precreate files inside sandbox (#16) (6cd070e)

0.1.0 (2025-01-09)

Features

  • add support for together-ai api token (af3a023)

Bug Fixes

  • don't keep VMs alive with polling (#10) (393d53c)
  • include sandbox id in build command (9a737ea)
  • remove require banner for esm builds (#15) (6995957)

Performance Improvements

  • start a vm while forking (9b1774c)

Miscellaneous Chores