Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

71 lines (49 loc) · 3.24 KB

Changelog

The format is based on Keep a Changelog.

Prerelease - Unreleased

Added

Changed

Removed

Fixed

[v.0.3.0] - 2025-03-27

Added

  • 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

Changed

  • Make host-guest result API generic by @ludfjig in #259

Removed

Fixed

  • Fixed devcontainer permission issues by @myadav in #326

v0.2.0 - 2025-02-25

Added

  • 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

Changed

  • Avoid eagerly doing unnecessary string formatting by @ludfjig in #73
  • Use CreateFileMapping\MapViewOfFile and UnmapViewOfFile\CloseHandle instead of VirtualAllocEx and VirtualFreeEx on Windows by @simongdavies in #135
  • Avoid requiring specific environment variables during testing by @ludfjig in #108

Removed

  • Remove SingleUseSandbox by @ludfjig in #125
  • Remove custom alloca by @ludfjig in #106

Fixed

  • Fix issues with using CreateMapViewOfFile with inprocess 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 🎉