CLI v0.4.1
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
prodandprod-debugprofiles to ensure a more polished developer experience in thedevandstageworkflows before finalizing production paths.