Skip to content

Releases: hyperlight-dev/hyperlight

Release v0.5.1

02 Jun 21:09
3847849

Choose a tag to compare

What's Changed

Fixed

  • Fixed an issue with the hyperlight_host not building on v0.5.0

Release v0.5.0

28 May 23:55
fd63cf3

Choose a tag to compare

What's Changed

Changed

Fixed

Added

Removed

  • Remove kernel stack and boot stack memory regions by @danbugs in #451
  • Removing HostFunctionDefinitions region by @danbugs in #453
  • Removed host error region by @danbugs in #457
  • Remove dependency on the paste crate by @jprendes in #467
  • Remove support from hyperlight_host for PE formatted guests by @simongdavies in #485
  • Remove in process mode from hyperlight-host by @simongdavies in #490
  • Remove host_print_writer from the arguments to UninitializedSandbox::new by @jprendes in #487

Full Changelog (excl. dependencies)

New Contributors

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

30 Apr 21:53
bcc51ce

Choose a tag to compare

What's Changed

Changed

Fixed

  • Fixed race condition causing thread to incorrectly believe it finished executing by @ludfjig in #385
  • Fixed incorrect logging levels in guest by @simongdavies in #410
  • Fixed missing compiler flags for building c guests by @prydt in #421

New Contributors

Full Changelog (excl. dependencies)

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

27 Mar 18:29
118cb4e

Choose a tag to compare

What's Changed

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

Removed

Fixed

  • Fixed devcontainer permission issues by @myadav in #326

Full Changelog

New Contributors

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

25 Feb 20:33
1d614be

Choose a tag to compare

What's Changed

Added

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

Fixed

New Contributors


Full changelog

Read more

Release v0.1.0

06 Nov 18:04
7161c64

Choose a tag to compare

The Initial Hyperlight Release 🎉