Skip to content

Releases: vmware-labs/wasm-workers-server

v1.4.0

14 Jul 10:51
Compare
Choose a tag to compare

Article about this release

Read the article

Install / Update

curl -fsSL https://workers.wasmlabs.dev/install | bash

Features

Others

  • doc: Fixing minor typos in documentation. by @gzurl in #172
  • update: bump env_logger to avoid using atty by @Angelmmiguel in #178
  • docs: add the HTTP request documentation. Improve features' docs by @Angelmmiguel in #180

Container

docker pull ghcr.io/vmware-labs/wws:v1.4.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.4.0

Full Changelog: v1.3.0...v1.4.0

v1.3.0

30 Jun 10:45
v1.3.0
93e1165
Compare
Choose a tag to compare

Article about this release

Read the article

Install / Update

curl -fsSL https://workers.wasmlabs.dev/install | bash

Features

Fixes

Others

Container

docker pull ghcr.io/vmware-labs/wws:v1.3.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.3.0

Full Changelog: v1.2.0...v1.3.0

v1.2.0

31 May 11:54
v1.2.0
9f9552d
Compare
Choose a tag to compare

Article about this release

Read the article

Install / Update

curl -fsSL https://workers.wasmlabs.dev/install | bash

Features

Fixes

  • fix: use open_ambient_dir instead of fs::File::open to load folders by @Angelmmiguel in #136
  • fix: set a global timeout per e2e test and check for the command output by @Angelmmiguel in #146
  • fix: add missing certs to the wws container by @Angelmmiguel in #148

Others

New Contributors

Container

docker pull ghcr.io/vmware-labs/wws:v1.2.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.2.0

Full Changelog: v1.1.1...v1.2.0

v1.1.1

02 May 07:58
v1.1.1
41cd177
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

22 Mar 23:24
v1.1.0
a2ce3bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

08 Mar 20:10
v1.0.1
0b87331
Compare
Choose a tag to compare

Others

Container

docker pull ghcr.io/vmware-labs/wws:v1.0.1
# Or
podman pull ghcr.io/vmware-labs/wws:v1.0.1

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Feb 12:59
v1.0.0
8f43969
Compare
Choose a tag to compare

Youtube video thumbnail about this release

We also wrote an article and recorded a video about this release:

Features

Fixes

Others

Container

docker pull ghcr.io/vmware-labs/wws:v1.0.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.0.0

Full Changelog: v0.6.0...v1.0.0

v0.6.0

02 Dec 12:13
v0.6.0
be99d39
Compare
Choose a tag to compare

Youtube video thumbnail about this release

We also wrote an article and recorded a video about this release:

Features

Fixes

Others

New Contributors

Container

docker pull ghcr.io/vmware-labs/wws:v0.6.0
# Or
podman pull ghcr.io/vmware-labs/wws:v0.6.0

Full Changelog: v0.5.1...v0.6.0

v0.5.1

14 Nov 09:54
v0.5.1
57c7315
Compare
Choose a tag to compare

What's Changed

Features

Others

Documentation

New Contributors

Full Changelog: v0.5.0...v0.5.1
Related build: https://github.com/vmware-labs/wasm-workers-server/actions/runs/3460014117

v0.5.0

17 Oct 10:26
v0.5.0
6a936b0
Compare
Choose a tag to compare

What's Changed

  • feat: initial version of the Wasm Workers Server project: wws
  • feat: add JavaScript and Rust kits to build workers
  • feat: add JavaScript worker examples
  • feat: add Rust worker examples
  • feat: build the project on main commits and PRs (#1) by @Angelmmiguel in #2
  • fix: normalize API paths properly for index files by @Angelmmiguel in #5

New Contributors

Full Changelog: https://github.com/vmware-labs/wasm-workers-server/commits/v0.5.0