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
Full Changelog
- Bump cc from 1.2.14 to 1.2.15 by @dependabot in #281
- Bump serde_json from 1.0.138 to 1.0.139 by @dependabot in #279
- Bump anyhow from 1.0.95 to 1.0.96 by @dependabot in #277
- Bump uuid from 1.13.2 to 1.14.0 by @dependabot in #276
- Bump serde from 1.0.217 to 1.0.218 by @dependabot in #278
- Fix mshv crates version to 0.3.2 by @simongdavies in #290
- Bump windows-version from 0.1.2 to 0.1.3 by @dependabot in #296
- Bump libc from 0.2.169 to 0.2.170 by @dependabot in #295
- Bump uuid from 1.14.0 to 1.15.1 by @dependabot in #294
- Bump crate-ci/typos from 1.29.7 to 1.29.10 by @dependabot in #289
- Bump log from 0.4.25 to 0.4.26 by @dependabot in #292
- Generic guest/host result API by @ludfjig in #259
- Run clippy on guests in CI by @ludfjig in #237
- devcontainer: install gdb and vscode ext for debugging by @dblnz in #291
- Bump bitflags from 2.8.0 to 2.9.0 by @dependabot in #306
- Bump sha256 from 1.5.0 to 1.6.0 by @dependabot in #305
- Bump windows-result from 0.3.0 to 0.3.1 by @dependabot in #302
- Fix CI rust toolchain by @ludfjig in #323
- Bump rust-embed from 8.5.0 to 8.6.0 by @dependabot in #303
- Add fuzzing target to fuzz return type and parameters by @ludfjig in #301
- fix devconatiner permission issue while after container starts/restarts by @myadav27 in #326
- Add a specific CI job on which we can gate PRs. by @ludfjig in #335
- Update fuzzing test to check for simpleguest in same directory as executable by @marosset in #324
- Fix release workflow by @ludfjig in #336
- Bump cc from 1.2.15 to 1.2.16 by @dependabot in #332
- Bump gdbstub from 0.7.3 to 0.7.5 by @dependabot in #330
- dbg: update guest debugging docs to explain how to use lldb in vscode by @dblnz in #334
- Bump anyhow from 1.0.96 to 1.0.97 by @dependabot in #333
- Increase fuzzing memory limit by @ludfjig in #342
- Build fuzzing targets with debuginfo by @marosset in #344
- Remove unused justfile by @ludfjig in #349
- Using [email protected] to use clang18 on Ubuntu runners by @marosset in #354
- Bump seccompiler from 0.4.0 to 0.5.0 by @dependabot in #339
- Bump kvm-ioctls from 0.20.0 to 0.21.0 by @dependabot in #338
- Bump tempfile from 3.17.1 to 3.18.0 by @dependabot in #337
- readme update for Slack details to point to CNCF #hyperlight by @devigned in #353
- Bump thiserror from 2.0.11 to 2.0.12 by @dependabot in #331
- Bump once_cell from 1.20.3 to 1.21.1 by @dependabot in #356
- Bump libc from 0.2.170 to 0.2.171 by @dependabot in #358
- Bump uuid from 1.15.1 to 1.16.0 by @dependabot in #364
- Bump serde from 1.0.218 to 1.0.219 by @dependabot in #363
- Bump tempfile from 3.18.0 to 3.19.0 by @dependabot in #362
- Bump tokio from 1.43.0 to 1.44.1 by @dependabot in #357
- Remove unused cargo dependency and cleanup workspace cargo.toml by @ludfjig in #360
- Bump windows from 0.59.0 to 0.60.0 by @dependabot in #293
- Bump crate-ci/typos from 1.29.10 to 1.30.0 by @dependabot in #304
- Document label meaning by @ludfjig in #298
- Add deny lints to hyperlight-host crate by @dblnz in #352
- Remove envy from Cargo.lock to sync it with Cargo.toml by @dblnz in #367
- Bump crate-ci/typos from 1.30.0 to 1.30.2 by @dependabot in #366
- Review/remove and prevent unintentional use of
expect/assert*/panic/unwrap
in hyperlight_host and hyperlght_common by @simongdavies in #325 - Update label-checker to only look for exactly 1 kind/* label by @ludfjig in #365
- Switch to mostly manual release notes by @ludfjig in #368
- Switch release job to use linux runner by @ludfjig in #370
- Fix benchmark artifact names in release job by @ludfjig in #371
- Fix filename typo in release workflow by @ludfjig in #372
- Bump crate-ci/typos from 1.30.2 to 1.30.3 by @dependabot in #377
- Fixes label for GH action updates by @simongdavies in #378
- Gdb support for mshv guests by @dblnz in #327
- release: change crate version to v0.3.0 and update CHANGELOG.md by @dblnz in #381
- release: update rust tests deps to latest hyperlight version by @dblnz in #382
New Contributors
Full Changelog: v0.2.0...v0.3.0