Skip to content

CLI v0.4.1

Choose a tag to compare

@masiedu4 masiedu4 released this 12 Jan 15:59
· 70 commits to main since this release

Release Notes: CLI v0.4.1

This release incorporates several significant stability improvements and the initial integration of KV storage support.

πŸš€ New Features

  • KV Storage Integration: Introduced initial support for key-value storage within the LaneLayer environment, allowing containers to persist and retrieve state locally.

πŸ›  Bug Fixes & Improvements

  • Health Check Reliability: Refactored the health check client logic and removed sources of non-determinism, ensuring more reliable container readiness signals during lane up.
  • I/O Stability ("Ghost Buffers"): Resolved a critical issue in the I/O driver where "ghost buffers" could cause communication hangs between the host and guest.
  • Updated Guest Agent: Bumped the Guest Agent and Snapshot Builder to the latest versions (image hashes updated) for improved stability.
  • Profile Lockdown: Temporarily disabled the prod and prod-debug profiles to ensure a more polished developer experience in the dev and stage workflows before finalizing production paths.