Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 01:12
· 88 commits to main since this release
18cae10

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

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)

New Contributors

Full Changelog: v0.5.0...v0.6.0