Skip to content

Releases: wasmerio/wasmer

Release v4.3.7

09 Sep 09:03
c6c348d
Compare
Choose a tag to compare

This release adds support for rotating secrets, fixes a regression with the filesystem, and contains other fixes and improvements.

Release v4.3.6

22 Aug 12:23
f7b877b
Compare
Choose a tag to compare

The star of this release is the volume subcommand that allows inspecting and interacting with volumes through the client. There are also numerous bug fixes and quality of life improvements included in this release.

Release v4.3.5

16 Jul 19:01
491cba4
Compare
Choose a tag to compare

This release adds support for managing secrets alongside fixes and refactors to help with stability.

Release v4.3.4

08 Jul 23:02
9ef28e9
Compare
Choose a tag to compare

This release contains a fix for the webc version resolution logic.

Release v4.3.3

04 Jul 09:15
525b136
Compare
Choose a tag to compare

This release mainly contains fixes and refactors to help with the stability. Also some improvements to the cli and journaling.

Release v4.3.2

11 Jun 17:09
fb9a04b
Compare
Choose a tag to compare

This release mainly introduces the InstaBoot feature. Numerous bug fixes to the virtual-fs is also included, making it
more robust. Support for the execve syscall is also added to the runtime alongside the ability to spawn local wasm files.

Release v4.3.1

23 May 15:38
d5df452
Compare
Choose a tag to compare

This release adds support for subcommands to generate shell completions and manual pages. Also, number of fixes
to the cli are included to further improve the developer experience. Various bug fixes and stability improvements
are also added to WASIX.

Release v4.3.0

10 May 16:39
36c1ece
Compare
Choose a tag to compare

This release stabilizes the new and improved publish and deploy flow. Also, wasmer is 25% faster (on cold startups) and more stable since various fixes and stability improvements are included.

Release v4.3.0-beta.1

08 May 16:57
6de6b0f
Compare
Choose a tag to compare
Release v4.3.0-beta.1 Pre-release
Pre-release

This release improves the deploy and publish flow. Also, it contains bug fixes to virtual fs, caching, and a memory corruption issue when unwinding the stack.

Release v4.3.0-alpha.1

25 Apr 05:29
e966df2
Compare
Choose a tag to compare
Pre-release

This release introduces support for publishing unnamed packages. It also fixes an issue with code generation when using Singlepass and contains fixes to WASIX.