Skip to content

Releases: vmware-labs/wasm-workers-server

v1.7.0

26 Oct 13:52
v1.7.0
48c1e23
Compare
Choose a tag to compare

Install / Update

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

Features

Fixes

Others

  • chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 in /docs by @dependabot in #237
  • chore: update wws --help output on the main documentation page by @ereslibre in #241
  • chore: fix all clippy suggestions on the new version by @Angelmmiguel in #245

Security fixes

Container

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

Full Changelog: v1.6.1...v1.7.0

v1.5.2

09 Oct 07:57
v1.5.2
305cff1
Compare
Choose a tag to compare

Install / Update

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

Features

Fixes

Security fixes

Container

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

Full Changelog: v1.5.1...v1.5.2

v1.4.1

09 Oct 07:56
v1.4.1
531fd3e
Compare
Choose a tag to compare

Install / Update

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

Features

Fixes

Security fixes

Container

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

Full Changelog: v1.4.0...v1.4.1

v1.3.1

09 Oct 07:56
v1.3.1
f103d9b
Compare
Choose a tag to compare

Install / Update

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

Features

Fixes

Security fixes

Container

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

Full Changelog: v1.3.0...v1.3.1

v1.2.1

09 Oct 07:56
v1.2.1
b74f8f8
Compare
Choose a tag to compare

Install / Update

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

Features

Fixes

Security fixes

Container

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

Full Changelog: v1.2.0...v1.2.1

v1.1.2

09 Oct 07:55
v1.1.2
27b15e9
Compare
Choose a tag to compare

Install / Update

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

Features

Fixes

Security fixes

Container

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

Full Changelog: v1.1.1...v1.1.2

v1.6.1

05 Oct 18:29
v1.6.1
Compare
Choose a tag to compare

Install / Update

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

Others

Container

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

Full Changelog: v1.6.0...v1.6.1

v1.6.0

03 Oct 16:56
v1.6.0
451f67a
Compare
Choose a tag to compare

Install / Update

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

Features

Security fixes

Others

Container

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

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.1

15 Sep 17:04
Compare
Choose a tag to compare

Install / Update

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

Others

  • chore: bump wasmtime to 10.0.2

Container

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

Full Changelog: v1.5.0...v1.5.1

v1.5.0

31 Aug 15:08
Compare
Choose a tag to compare

Install / Update

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

Features

  • feat: add lib.rs with gated child crates by @ereslibre in #181
  • feat: add WASI-NN bindings to Wasm Workers Server by @Angelmmiguel in #201
  • feat: use custom error types in internal and external crates by @ereslibre in #182
  • feat(server): add --cors argument to enable cors for all workers by @Narayanbhat166 in #202
  • feat: use more descriptive types for enabling features on serve by @ereslibre in #185

Fixes

Others

  • chore: bump rust to 1.71.0 and use vendored openssl by @ereslibre in #184
  • docs: add example and docs about using Python libraries in a project by @Angelmmiguel in #190
  • chore: place wws under /opt/wws and keep /app in prebuilt images too by @ereslibre in #186
  • chore: remove stderr path by @ereslibre in #203

New Contributors

Container

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

Full Changelog: v1.4.0...v1.5.0