v0.6.0
We also wrote an article and recorded a video about this release:
Features
- feat: read static files from the public folder by @Angelmmiguel in #29
- feat: allow returning an array of bytes from Rust workers by @Angelmmiguel in #45
- feat: add the prefix option to prepend a path to all URLs by @Angelmmiguel in #37
- feat: configure and inject environment variables in workers by @Angelmmiguel in #42
- feat: automate container build with GitHub Actions by @Angelmmiguel in #52
Fixes
- fix: normalize API routes using Rust path entities by @Angelmmiguel in #32
- fix: avoid service JS files inside public folder as worker by @Angelmmiguel in #38
- fix: make vars section optional in the configuration by @Angelmmiguel in #51
Others
- feat: rename attr macro handler to worker by @Angelmmiguel in #48
- Remove Arc when initializing arguments by @ereslibre in #33
- feat: bump Wasmtime version to 3.0.0 by @Angelmmiguel in #40
- chore: bump multiple dependency versions with cargo update by @Angelmmiguel in #41
New Contributors
- @ereslibre made their first contribution in #33
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