v1.2.1
firecracker-microvm/firecrackerv1.2.1May 2, 2023by andreitraistaru
AI Summary
This release upgrades the underlying Rust toolchain and fixes a race condition between API and VMM threads.
Key Highlights
- Upgraded Rust toolchain from 1.64.0 to 1.66.1.
- Fixed race condition between API thread and VMM thread.
Full Release Notes
Changed * Upgraded Rust toolchain from 1.64.0 to 1.66.1. Fixed * A race condition that has been identified between the API thread and the VMM thread due to a misconfiguration of the `api_event_fd`.