Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.0.4 #5308

Merged
merged 7 commits into from
Dec 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update CHANGELOG
  • Loading branch information
xdoardo committed Dec 17, 2024
commit 60fa6fb6bb72ae021b184053d760505202505162
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,30 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C

## **Unreleased**

## 5.0.4 - 17/12/2024

## Added


## Changed

- [#5305](https://github.com/wasmerio/wasmer/pull/5305) make `AppConfig.name` optional in wasmer-config
- [#5292](https://github.com/wasmerio/wasmer/pull/5292) Pass readme content instead of readme file name
- [#5300](https://github.com/wasmerio/wasmer/pull/5300) Refactor path_create_directory and path_remove_directory to…
- [#5277](https://github.com/wasmerio/wasmer/pull/5277) Rephrase the description for `--no-persist-id`
- [#5291](https://github.com/wasmerio/wasmer/pull/5291) chore(wasix): make Capabilities hashable
- [#5293](https://github.com/wasmerio/wasmer/pull/5293) LoongArch: Switch to the medium code model
- [#5283](https://github.com/wasmerio/wasmer/pull/5283) Better network sandbox

## Fixed

- [#5306](https://github.com/wasmerio/wasmer/pull/5306) Fix build for 32bit targets (usize == u32)
- [#5307](https://github.com/wasmerio/wasmer/pull/5307) A few WASIX FS-related fixes
- [#5285](https://github.com/wasmerio/wasmer/pull/5285) Fix handling of the root path in WasiFS resulting in a bad inode structure
- [#5294](https://github.com/wasmerio/wasmer/pull/5294) Fix typo in readme file



## 5.0.3 - 07/12/2024

This release adds support for a more fine-grained and flexible control over the network sandbox. Also, some bug fixes