Skip to content

Commit da6d6cc

Browse files
committed
Update changelog for v0.8.0
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 24eb76f commit da6d6cc

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5+
56
## [Prerelease] - Unreleased
67

7-
The Initial hyperlight-wasm Release 🎉
8+
9+
## [v0.8.0] - 2025-08-13
10+
11+
### Added
12+
- Added support for taking snapshots of memory using `LoadedWasmSandbox::snapshot`. A snapshot can be used to restore the memory state of the LoadedWasmSandbox to a specific point in time, using `LoadedWasmSandbox::restore`.
13+
14+
### Changed
15+
- **BREAKING CHANGE:** `LoadedWasmSandbox::call_guest_function` no longer resets sandbox memory after the guest function call. If this old behavior is desired, manually call `LoadedWasmSandbox::snapshot` to take a snapshot of memory before calling guest function, and use `LoadedWasmSandbox::restore` after invoking the function.
16+
- Updated to wasmtime v35.0.0
17+
18+
## [v0.7.0] - 2054-07-03
19+
20+
The Initial Hyperlight-wasm Release 🎉
21+
22+
23+
[Prerelease]: <https://github.com/hyperlight-dev/hyperlight/compare/v0.4.0..HEAD>
24+
[v0.8.0]: <https://github.com/hyperlight-dev/hyperlight-wasm/compare/v0.7.0...v0.8.0>
25+
[v0.7.0]: <https://github.com/hyperlight-dev/hyperlight-wasm/releases/tag/v0.7.0>

0 commit comments

Comments
 (0)