Release v0.6.0
What's Changed
Fixed
- Prevent openat from trapping on seccomp thread, by making it return EACCES instead by @ludfjig in #573
Changed
- Remove hypervisor_handler thread by @ludfjig in #533
- Make GuestBinary::Buffer variant take slice instead of owned vec by @ludfjig in #559
Added
- Add component bindgen macros by @syntactically in #376
- Adding ws2025 to the dep_rest matrix by @marosset in #551
Full Changelog (excl. dependencies)
- Don't include PRs with kind/dependencies in wrong changelog category by @ludfjig in #539
- Update to 1.85 and Rust Edition 2024 by @simongdavies in #534
- Remove strum dependency by @ludfjig in #536
- Use native types when calling host functions by @jprendes in #494
- Creates
hyperlight-guest-bin
crate by @danbugs in #545 - Add CI job to verify all Rust files have license headers by @copilot-swe-agent in #512
- Remove hypervisor_handler thread by @ludfjig in #533
- Bump version to 0.5.1 and add changelog by @ludfjig in #558
- Make
GuestBinary::Buffer
variant take slice instead of owned vec by @ludfjig in #559 - Only clear 'cancel_requested' flag when cancelling vcpu run. by @ludfjig in #569
- Adding ws2025 to the dep_rest matrix by @marosset in #551
- Automatically install guest cross-compilation target if not installed by @ludfjig in #570
- Prevent openat from trapping on seccomp thread, by making it return EACCES instead by @ludfjig in #573
- Update steps for making a patch release by @ludfjig in #557
- Add component bindgen macros by @syntactically in #376
Full Changelog (dependencies)
- Bump hyperlight-dev/ci-setup-workflow from 1.3.0 to 1.4.0 by @dependabot in #540
- Bump goblin from 0.9.3 to 0.10.0 by @dependabot in #529
- Update kvm-ioctls crate to 0.22 and kvm-bindings crate to 0.12 by @simongdavies in #547
- Bump vmm-sys-util from 0.13.0 to 0.14.0 by @dependabot in #523
- Bump cc from 1.2.24 to 1.2.25 by @dependabot in #546
- Bump crate-ci/typos from 1.32.0 to 1.33.1 by @dependabot in #552
- Update open telemetry crates to latest versions by @simongdavies in #554
- Set fmt style-edition to 2024 by @simongdavies in #571
- [.gitignore,Cargo.toml,CHANGELOG] Prep for v0.6.0 release by @danbugs in #580
New Contributors
- @copilot-swe-agent made their first contribution in #512
Full Changelog: v0.5.0...v0.6.0