- Use debug build for
vercel dev
#168
- Use correct provided runtime #155
- Do not include main route when bundling functions #117
- Support function options #116
- Unpublished - Accidental publish
- Set cargo metadata to run in
workPath
#111
- Fix
HOME
env var not exist on Windows #107
- Address routing issues with invalid dest #102
- First stable release for new Rust runtime crates
- Includes support for experimental route merging.
- Support pre-configured binaries #25
- Renamed to
vercel-rust
#34
- Fix issue with last PR where a variable wasn't defined
- Restore
cargo.toml
when the build fails during dev #29
Update dependencies
Big thanks to ekadas for fixing a ton of issues!
- Update documentation #94
- Add cargo build config and prebuilt support #91
- Prevent leaking source code in examples #90
- Add tests and docs for configurable toolchain overrides #89
- Execute cargo build inside
workPath
#85
- Fix executable resolving when using dev server on Windows
- Fix to support build targets with different name than its path filename
- New builder and runtime crate (published as
vercel_runtime
) - Reworked tests
- Added examples
- OpenSSL is no longer installed by default
- Platform version 1 is no longer supported
Cargo.toml
is no longer a valid entrypoint
now dev
is now 100% functional 🎉
- Update dependencies, expose types #160
- Fix bundled_api glob #145
- Hide requestExt #120
- Support for version 3 of Runtimes #14
- Rust will be installed through a now lifecycle hook in
package.json
rather than by the builder #5
This is the initial release as a community-maintained repository. It includes all the existing data from the old official builder as well as the docs from the Vercel Builder page.
For previous version, please see the old builder repo.