Releases: vercel-community/rust
Releases · vercel-community/rust
v4.0.7
4.0.6
4.0.5
4.0.3
4.0.2
4.0.1
4.0.0
Features
This is the first stable release after the initial rework I've done in mid March.
With this release we also ship a proc macro that allows bundling all handler functions in a single Vercel function #91
Credits
Nice pairing effort with @dglsparsons. Thank you!
4.0.0.beta.4
Features
- Add cargo build config and prebuilt support #91
Patches
- Update documentation #94
- Prevent leaking source code in examples #90
- Add tests and docs for configurable toolchain overrides #89
Credits
Thank you so much for all the reviews @dglsparsons
4.0.0.beta.3
Patches
- Execute cargo build inside workPath #85
Credits
Huge thanks to @Brendonovich and @oscartbeaumont for helping!
4.0.0.beta.2
Patches
- Fix executable resolving when using dev server on Windows