Skip to content

Release v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 03:25
· 46 commits to main since this release
1bd07e1

What's Changed

Fixed

  • fix release blocker so it only blocks on release branches by @simongdavies in #777
  • Enforce release builds for benchmarks and simplify command interface by @Copilot in #741
  • fix(guest-bin): align user memory allocations by @andreiltd in #753
  • Fix unbounded growth of panic hook after each new sandbox by @ludfjig in #827
  • Update the like-ci recipe by @simongdavies in #837
  • Fixes to Host Call Fuzzing by @adamperlin in #840

Changed

  • Optimize function call serializing by @ludfjig in #778
  • Make the component macros support passing host resources to guests by @syntactically in #839
  • Build c guests as required by benchmarks by @ludfjig in #822

Removed

  • Remove DbgMemAccessHandlerCaller trait and DbgMemAccessHandlerWrapper abstractions by @Copilot in #824

Full Changelog (excl. dependencies)

  • fix release blocker so it only blocks on release branches by @simongdavies in #777
  • Enforce release builds for benchmarks and simplify command interface by @Copilot in #741
  • Optimize function call serializing by @ludfjig in #778
  • fix(guest-bin): align user memory allocations by @andreiltd in #753
  • Build c guests as required by benchmarks by @ludfjig in #822
  • Remove DbgMemAccessHandlerCaller trait and DbgMemAccessHandlerWrapper abstractions by @Copilot in #824
  • Fix unbounded growth of panic hook after each new sandbox by @ludfjig in #827
  • Update the like-ci recipe by @simongdavies in #837
  • Fixes to Host Call Fuzzing by @adamperlin in #840
  • Make the component macros support passing host resources to guests by @syntactically in #839
  • Update changelog for release v0.9.0 by @simongdavies in #842
  • Update to v0.9.0 by @simongdavies in #841

Full Changelog (dependencies)

New Contributors

Full Changelog: v0.8.0...v0.9.0