v0.4.4
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
- @shayne-snap made their first contribution in #60
Full Changelog: v0.4.3...v0.4.4