Releases: vercel-community/rust
Releases · vercel-community/rust
v4.0.9
v4.0.8
What's Changed
Builder
Crates
- dgls/expose types by @dglsparsons in #160
- Make all fields on
pubstructspubtoo. by @dglsparsons in #163 - Remove serde_derive crate by @dglsparsons in #162
- Add adapter for Axum -> Vercel by @dglsparsons in #164
Full Changelog: v4.0.7...v4.0.8
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