Skip to content

v0.4.4

Choose a tag to compare

@DorianZheng DorianZheng released this 02 Jan 07:26
· 520 commits to main since this release
255d167

What's Changed

  • Fix lock allocation errors during box recovery on startup by @DorianZheng in #54
  • docs: complete comprehensive documentation and add code design rules by @DorianZheng in #58
  • fix(examples): use /tmp as working directory in the simplebox example by @shayne-snap in #60
  • fix(guest): prevent out-of-order stdout in PTY mode by @DorianZheng in #62

Bug Fixes

  • Lock Recovery: Fixed "lock already allocated" errors that occurred when recovering boxes from the database on startup. The fix clears all locks before recovery, leveraging the runtime lock guarantee to ensure a clean slate for lock allocation.
  • PTY Output Order: Fixed out-of-order stdout in PTY mode.

New Contributors

Full Changelog: v0.4.3...v0.4.4