Skip to content

Commit

Permalink
Merge pull request #5134 from wasmerio/release-4.4.0
Browse files Browse the repository at this point in the history
Release 4.4.0
  • Loading branch information
maminrayej authored Oct 4, 2024
2 parents 9ae502e + d979b48 commit 555ee34
Show file tree
Hide file tree
Showing 38 changed files with 217 additions and 183 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,39 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C

## **Unreleased**

## 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
- [#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

- [#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
- [#5118](https://github.com/wasmerio/wasmer/pull/5118) InMemory/MultiSource Improvements
- [#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
- [#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
- [#5089](https://github.com/wasmerio/wasmer/pull/5089) feat(cli): Restore packages from webcs

## Fixed

- [#5124](https://github.com/wasmerio/wasmer/pull/5124) Various fixes to get wasmer-js compiling
- [#5108](https://github.com/wasmerio/wasmer/pull/5108) Fix error in metering middleware



## 4.3.7 - 06/09/2024

This release adds support for rotating secrets, fixes a regression with the filesystem, and contains other fixes and improvments.
Expand Down
Loading

0 comments on commit 555ee34

Please sign in to comment.