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)
- Bump cc from 1.2.31 to 1.2.32 by @dependabot[bot] in #776
- Bump proc-macro2 from 1.0.95 to 1.0.96 by @dependabot[bot] in #774
- Bump crate-ci/typos from 1.35.1 to 1.35.3 by @dependabot[bot] in #775
- Bump thiserror from 2.0.12 to 2.0.14 by @dependabot[bot] in #787
- Bump anyhow from 1.0.98 to 1.0.99 by @dependabot[bot] in #786
- Bump hyperlight-dev/ci-setup-workflow from 1.5.0 to 1.6.0 by @dependabot[bot] in #782
- Bump proc-macro2 from 1.0.96 to 1.0.97 by @dependabot[bot] in #785
- Bump glob from 0.3.2 to 0.3.3 by @dependabot[bot] in #781
- Bump libc from 0.2.174 to 0.2.175 by @dependabot[bot] in #784
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #780
- Bump crate-ci/typos from 1.35.3 to 1.35.4 by @dependabot[bot] in #788
- Bump uuid from 1.17.0 to 1.18.0 by @dependabot[bot] in #783
- Bump syn from 2.0.104 to 2.0.105 by @dependabot[bot] in #790
- Bump wasmparser from 0.236.0 to 0.236.1 by @dependabot[bot] in #794
- Bump gdbstub from 0.7.6 to 0.7.7 by @dependabot[bot] in #792
- Bump goblin from 0.10.0 to 0.10.1 by @dependabot[bot] in #802
- Bump thiserror from 2.0.14 to 2.0.15 by @dependabot[bot] in #800
- Bump syn from 2.0.105 to 2.0.106 by @dependabot[bot] in #796
- Bump proc-macro2 from 1.0.97 to 1.0.101 by @dependabot[bot] in #803
- Bump bitflags from 2.9.1 to 2.9.2 by @dependabot[bot] in #797
- Bump cc from 1.2.32 to 1.2.33 by @dependabot[bot] in #798
- Bump crate-ci/typos from 1.35.4 to 1.35.5 by @dependabot[bot] in #806
- Bump prettyplease from 0.2.36 to 0.2.37 by @dependabot[bot] in #805
- Bump arbitrary from 1.4.1 to 1.4.2 by @dependabot[bot] in #793
- Bump cfg-if from 1.0.1 to 1.0.3 by @dependabot[bot] in #807
- Bump tempfile from 3.20.0 to 3.21.0 by @dependabot[bot] in #809
- Bump serde_json from 1.0.142 to 1.0.143 by @dependabot[bot] in #808
- Bump thiserror from 2.0.15 to 2.0.16 by @dependabot[bot] in #812
- Bump wasmparser from 0.236.1 to 0.237.0 by @dependabot[bot] in #815
- Bump bitflags from 2.9.2 to 2.9.3 by @dependabot[bot] in #821
- Bump cc from 1.2.33 to 1.2.34 by @dependabot[bot] in #820
- Bump kvm-bindings from 0.13.0 to 0.14.0 by @dependabot[bot] in #801
- Bump wasmparser from 0.237.0 to 0.238.0 by @dependabot[bot] in #825
- Bump slab from 0.4.10 to 0.4.11 by @dependabot[bot] in #828
- Ran cargo update, updated dependabot to run against workspace exclude… by @simongdavies in #830
New Contributors
- @adamperlin made their first contribution in #840
Full Changelog: v0.8.0...v0.9.0