v1.16.1
shivangi-aneja/GaussianSpeechv1.16.1Jul 2, 2026by not4s
AI Summary
This release focuses on stability fixes, specifically resolving vsock timeout issues during snapshot restore and allowing symlinks in jailer file operations.
Key Highlights
- Fixed vsock guest-to-host connection timeouts after snapshot restore
- Reverted `O_NOFOLLOW` usage for jailer operations to allow symlinks
Full Release Notes
## Fixed * [#5959](https://github.com/firecracker-microvm/firecracker/pull/5959): Reverted the use of `O_NOFOLLOW` for the jailer's cgroup and network namespace file operations, so symlinks are again allowed in these paths. * [#5958](https://github.com/firecracker-microvm/firecracker/pull/5958): Fixed a bug that caused vsock guest-to-host connections to time out after snapshot restore, triggered by taking a snapshot with a TX descriptor in-flight. On restore the device now replays the TX queue notification so in-flight TX descriptors are re-processed and notification suppression is re-armed.