Skip to content

Latest commit

 

History

History
59 lines (27 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

59 lines (27 loc) · 2.87 KB

Changelog

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