update CHANGELOG

This commit is contained in:
M.Amin Rayej
2024-10-04 15:54:14 +03:30
parent 995501a22d
commit 4fd8ea9c71

View File

@ -11,19 +11,18 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C
## 4.4.0 - 04/10/2024
This release adds support for object size estimation, adds better proxy support, improves executable spawning, and contains various bug fixes.
## Added
- [#5079](https://github.com/wasmerio/wasmer/pull/5079) Add feature for objects' sizes estimation
- [#5125](https://github.com/wasmerio/wasmer/pull/5125) oss-fuzz: add cifuzz
- [#5110](https://github.com/wasmerio/wasmer/pull/5110) Add new --invoke arg for choosing entry function for single WASM modules + fix --invoke not working for WASI(X) modules
- [#5109](https://github.com/wasmerio/wasmer/pull/5109) Revert "Add new --invoke arg for choosing entry function for single WASM modules + fix --invoke not working for WASI(X) modules"
- [#5107](https://github.com/wasmerio/wasmer/pull/5107) Add new --invoke arg for choosing entry function for single WASM modules + fix --invoke not working for WASI(X) modules
- [#5090](https://github.com/wasmerio/wasmer/pull/5090) Add the right to fetch stats on pipes
- [#5088](https://github.com/wasmerio/wasmer/pull/5088) Various cleanup chores + add a new test
## Changed
- [#5086](https://github.com/wasmerio/wasmer/pull/5086) LLVM update
- [#5127](https://github.com/wasmerio/wasmer/pull/5127) Implement proper executable spawn
- [#5098](https://github.com/wasmerio/wasmer/pull/5098) `js::module`: leave warning comment on the `Send` impl
- [#5120](https://github.com/wasmerio/wasmer/pull/5120) Improve QueryError
@ -31,7 +30,6 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C
- [#5104](https://github.com/wasmerio/wasmer/pull/5104) Transfer the file size when renamed
- [#5102](https://github.com/wasmerio/wasmer/pull/5102) chore(wasix): Reduce syscall instrumentation levels
- [#5096](https://github.com/wasmerio/wasmer/pull/5096) Update cargo-deny config
- [#5019](https://github.com/wasmerio/wasmer/pull/5019) Cranelift update
- [#4983](https://github.com/wasmerio/wasmer/pull/4983) deps: Upgrade some dependencies + lift to workspace root
- [#5092](https://github.com/wasmerio/wasmer/pull/5092) Replace `WASM_ANYREF` with `WASM_EXTERNREF`
- [#5091](https://github.com/wasmerio/wasmer/pull/5091) Apply the proxy setting in wasmer config