What's Changed
Fixed
- gdb: fix sandbox function cancellation when gdb enabled by @dblnz in #621
- Let windows decide at which address to map shared memory in surrogate process by @ludfjig in #637
- Don't log expected error on each guest function call by @ludfjig in #662
- Adds a missing clippy allow by @jsturtevant in #663
Changed
- improve the performance of building page tables by @simongdavies in #635
- Make interrupt retry delay methods Linux-only by @copilot-swe-agent in #647
Added
- Support ELF core dump creation on guest crash by @dblnz in #417
- Added capability to load extra blob data in sandbox by @danbugs in #605
- Add license scan report and status by @fossabot in #598
- Create GOVERNANCE.md by @benazirk in #556
- [host] adds init-paging feature by @danbugs in #639
- Enable guest debugging for HyperV on windows by @dblnz in #478
Removed
- Remove support for building PE files from hyperlight-guest-bin build.rs by @simongdavies in #572
Full Changelog (excl. dependencies)
- Timeout rust job after 60 minutes by @simongdavies in #574
- Remove version number from hyperlight-testing crate dependency by @simongdavies in #588
- Update Crate descriptions for guest crates by @simongdavies in #590
- cargo: fix hyperlight_testing Cargo.lock version by @dblnz in #595
- Add additional checks on PR before auto approving by @simongdavies in #594
- Support ELF core dump creation on guest crash by @dblnz in #417
- Allow hyperlight-host to build with x86_64-unknown-linux-musl target by @simongdavies in #601
- Fix compiler warning by @simongdavies in #608
- Make OS_PAGE_SIZE public again by @jprendes in #609
- Bring back HostFunctionDefinitions Region by @danbugs in #600
- Remove gh cli install from GH workflows by @simongdavies in #618
- Remove duplicate derive Clone in macro by @jprendes in #620
- Make cargo publish only publish unreleased crates by @ludfjig in #623
- make socket component example work by @jprendes in #624
- Added capability to load extra blob data in sandbox by @danbugs in #605
- gdb: fix sandbox function cancellation when gdb enabled by @dblnz in #621
- Update benchmarks to make slow benchmark take less samples on Windows by @simongdavies in #632
- Add license scan report and status by @fossabot in #598
- Create GOVERNANCE.md by @benazirk in #556
- improve the performance of building page tables by @simongdavies in #635
- [host] adds init-paging feature by @danbugs in #639
- Let windows decide at which address to map shared memory in surrogate process by @ludfjig in #637
- Make interrupt retry delay methods Linux-only by @copilot-swe-agent in #647
- Don't log expected error on each guest function call by @ludfjig in #662
- Enable guest debugging for HyperV on windows by @dblnz in #478
- Adds a missing clippy allow by @jsturtevant in #663
- Remove support for building PE files from hyperlight-guest-bin build.rs by @simongdavies in #572
Full Changelog (dependencies)
- Bump proptest from 1.6.0 to 1.7.0 by @dependabot in #582
- Bump proc-macro2 from 1.0.94 to 1.0.95 by @dependabot in #583
- Bump tracing-core from 0.1.33 to 0.1.34 by @dependabot in #585
- Bump cc from 1.2.25 to 1.2.26 by @dependabot in #581
- Bump prettyplease from 0.2.32 to 0.2.33 by @dependabot in #587
- Bump syn from 2.0.100 to 2.0.101 by @dependabot in #584
- Bump syn from 2.0.101 to 2.0.102 by @dependabot in #596
- Bump windows from 0.61.1 to 0.61.2 by @dependabot in #604
- Bump cfg-if from 1.0.0 to 1.0.1 by @dependabot in #597
- Bump chrono from 0.4.40 to 0.4.41 by @dependabot in #603
- Bump hyperlight-dev/ci-setup-workflow from 1.4.0 to 1.5.0 by @dependabot in #612
- Updates for patch release v0.6.1 by @jsturtevant in #613
- Bump gdbstub_arch from 0.3.1 to 0.3.2 by @dependabot in #611
- Bump syn from 2.0.102 to 2.0.103 by @dependabot in #616
- Bump windows from 0.61.2 to 0.61.3 by @dependabot in #617
- Bump prettyplease from 0.2.33 to 0.2.34 by @dependabot in #615
- Bump gdbstub from 0.7.5 to 0.7.6 by @dependabot in #610
- Bump libc from 0.2.172 to 0.2.173 by @dependabot in #628
- Bump cc from 1.2.26 to 1.2.27 by @dependabot in #630
- Bump libc from 0.2.173 to 0.2.174 by @dependabot in #640
- Bump metrics-util from 0.19.1 to 0.19.2 by @dependabot in #650
- Bump metrics-exporter-prometheus from 0.17.0 to 0.17.1 by @dependabot in #649
- Bump syn from 2.0.103 to 2.0.104 by @dependabot in #654
- Bump metrics-util from 0.19.2 to 0.20.0 by @dependabot in #657
- Bump prettyplease from 0.2.34 to 0.2.35 by @dependabot in #655
- Bump metrics-exporter-prometheus from 0.17.1 to 0.17.2 by @dependabot in #656
- Update kvm-bindings to 0.13 and kvm-ioctls to 0.23 by @ludfjig in #661
- Prep for v0.7.0 release by @jsturtevant in #668
New Contributors
Full Changelog: v0.6.0...v0.7.0