Skip to content

Commit cf90f92

Browse files
committed
Update CHANGELOG
1 parent f21de18 commit cf90f92

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,34 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C
99

1010
## **Unreleased**
1111

12+
## 4.2.0 - 05/09/2023
13+
14+
## Added
15+
16+
- [#4199](https://github.com/wasmerio/wasmer/pull/4199) Added some Socket filtype return for fdstat syscall
17+
- [#4186](https://github.com/wasmerio/wasmer/pull/4186) Add stdin/stdout/stderr streams to `WasiRunner` and only use async threading when requested
18+
19+
## Changed
20+
21+
- [#4170](https://github.com/wasmerio/wasmer/pull/4170) deps: Bump Edge client CLI to 0.1.25
22+
- [#4179](https://github.com/wasmerio/wasmer/pull/4179) Faster compiles for debug by using release version of cranelift
23+
- [#4196](https://github.com/wasmerio/wasmer/pull/4196) Replace stack pool mutex with lock-free queue
24+
- [#4180](https://github.com/wasmerio/wasmer/pull/4180) NativeEngineExt::deserialize now returns Module
25+
- [#4190](https://github.com/wasmerio/wasmer/pull/4190) Early check that a cached artifact is compatible with current CPU Features
26+
- [#4167](https://github.com/wasmerio/wasmer/pull/4167) Make sure vmoffset are aligned to pointer size (for #4059)
27+
- [#4184](https://github.com/wasmerio/wasmer/pull/4184) Allow `VirtualTaskManager` to explicitly transfer a module to a blocking task on the threadpool
28+
- [#4176](https://github.com/wasmerio/wasmer/pull/4176) Js integrity checks
29+
- [#4171](https://github.com/wasmerio/wasmer/pull/4171) Revive "0-copy module deserialization"
30+
- [#4173](https://github.com/wasmerio/wasmer/pull/4173) deps: Bump Edge CLI version
31+
32+
## Fixed
33+
34+
- [#4198](https://github.com/wasmerio/wasmer/pull/4198) chore: fix unavailable document url
35+
- [#4191](https://github.com/wasmerio/wasmer/pull/4191) Fix invalid access to wasi instance handles in wasix proc_spawn
36+
- [#4165](https://github.com/wasmerio/wasmer/pull/4165) Fix writing to middle of files and improve performance
37+
38+
39+
1240
## 4.1.2 - 21/08/2023
1341
Another maintenance release, bringing some networking improvements, and centralising all wasmer caches under the same folder.
1442

0 commit comments

Comments
 (0)