The format is based on Keep a Changelog.
Prerelease - Unreleased
- Gdb support for mshv guests #327 by @dblnz in #327
- Add fuzzing targets for fuzzing guest and host call parameters and return value by @ludfjig in #259
- Make host-guest result API generic by @ludfjig in #259
- Fixed devcontainer permission issues by @myadav in #326
v0.2.0 - 2025-02-25
- Adds support for Azure Linux 3 by @simongdavies in #51
- Add GDB support by @dblnz in #111
- Document DCO by @devigned in #22
- Run CI on intel machines by @danbugs in #32
- Run spell checks on repo by @andreiltd in #58
- Add devcontainer config by @dblnz in #54
- Add exception handling to Hyperlight guest by @danbugs in #250
- Add community meeting info to our README.md by @marosset in #231
- Avoid eagerly doing unnecessary string formatting by @ludfjig in #73
- Use
CreateFileMapping\MapViewOfFile
andUnmapViewOfFile\CloseHandle
instead ofVirtualAllocEx
andVirtualFreeEx
on Windows by @simongdavies in #135 - Avoid requiring specific environment variables during testing by @ludfjig in #108
- Fix issues with using
CreateMapViewOfFile
withinprocess
feature by @simongdavies in #2340 - Reset guest memory when guest function fails by @ludfjig in #208
- Improve error when guest binary not found by @ludfjig in #55
- Ensure windows version is supported by @simongdavies in #110
v0.1.0 - 2024-11-24
The Initial Hyperlight Release 🎉