Releases: vmware-labs/wasm-workers-server
Releases · vmware-labs/wasm-workers-server
v1.7.0
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: provide the right URL to workers by @Angelmmiguel in #234
- feat: add support for ECMAScript modules in the JavaScript kit by @Angelmmiguel in #236
- feat: show stack traces when capturing errors in the handler by @Angelmmiguel in #247
Fixes
- fix: manage Headers instances in the JS kit by @Angelmmiguel in #235
- fix: call to the toString method when Response receives a String object by @Angelmmiguel in #239
- fix: add missing console.trace method by @Angelmmiguel in #249
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
- update: bump rustix to fix a security issue by @Angelmmiguel in #244
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
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: manage static assets properly in Unix and Windows by @Angelmmiguel in #229
Fixes
- fix: only serve public directory if it exists by @ereslibre in 7fcae8
Security fixes
- This release prevents "possible exposure of information vulnerability" (GHSA-rmx7-5j3j-m2mf)
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
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: manage static assets properly in Unix and Windows by @Angelmmiguel in #229
Fixes
- fix: only serve public directory if it exists by @ereslibre in ab5465
Security fixes
- This release prevents "possible exposure of information vulnerability" (GHSA-rmx7-5j3j-m2mf)
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
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: manage static assets properly in Unix and Windows by @Angelmmiguel in #229
Fixes
- fix: only serve public directory if it exists by @ereslibre in f1f68c
Security fixes
- This release prevents "possible exposure of information vulnerability" (GHSA-rmx7-5j3j-m2mf)
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
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: manage static assets properly in Unix and Windows by @Angelmmiguel in #229
Fixes
- fix: only serve public directory if it exists by @ereslibre in 077b7d
Security fixes
- This release prevents "possible exposure of information vulnerability" (GHSA-rmx7-5j3j-m2mf)
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
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: manage static assets properly in Unix and Windows by @Angelmmiguel in #229
Fixes
- fix: only serve public directory if it exists by @ereslibre in bd8d86
Security fixes
- This release prevents "possible exposure of information vulnerability" (GHSA-rmx7-5j3j-m2mf)
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
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Others
- fix: register wasi-nn on the linker by @ereslibre in #231
- feat: manage static assets properly in Unix and Windows by @Angelmmiguel in #229
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
Install / Update
curl -fsSL https://workers.wasmlabs.dev/install | bash
Features
- feat: add catch all routes by @mtt-artis in #197
- feat: allow to preload ML models when running inference by @Angelmmiguel in #224
- feat: add support for loading WebAssembly components by @ereslibre in #225
- feat: add docker+wasm examples by @ereslibre in #222
Security fixes
- This release prevents "possible exposure of information vulnerability" (GHSA-rmx7-5j3j-m2mf)
Others
- Add explicit lifetime by @dierbei in #212
- Document catch all routes by @ereslibre in #214
- Add Zig mount example by @ereslibre in #217
- Add Zig environment variables example by @ereslibre in #216
- chore: bump wasmtime to 10.0.2 by @ereslibre in #219
- bump: upgrade wasmtime and related dependencies to 13.0.0 by @Angelmmiguel in #221
Container
docker pull ghcr.io/vmware-labs/wws:v1.6.0
# Or
podman pull ghcr.io/vmware-labs/wws:v1.6.0
New Contributors
- @mtt-artis made their first contribution in #197
Full Changelog: v1.5.0...v1.6.0
v1.5.1
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
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
- fix: update Dockerfile by @dierbei in #187
- panel forward by @dierbei in #193
- fix rust language example by @voigt in #195
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
- @dierbei made their first contribution in #187
- @voigt made their first contribution in #195
- @Narayanbhat166 made their first contribution in #202
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