Now Rust Versions Save

🦀 Rust runtime for ▲ Vercel Serverless Functions

v4.0.7

1 month ago

What's Changed

Full Changelog: https://github.com/vercel-community/rust/compare/v4.0.6...v4.0.7

v4.0.6

8 months ago

Fixes

v4.0.5

9 months ago

Features

v4.0.3

9 months ago

Fixes

v4.0.2

11 months ago

Fixes

Credits

Thank you @Zxilly

v4.0.1

11 months ago

Fixes

  • Address routing issues with invalid dest #102
  • Amend behavior for selecting path prefix in proc macro #103

Credits

Thank you @dglsparsons

v4.0.0

11 months ago

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!

v4.0.0.beta.4

1 year ago

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

v4.0.0.beta.3

1 year ago

Patches

  • Execute cargo build inside workPath #85

Credits

Huge thanks to @Brendonovich and @oscartbeaumont for helping!

v4.0.0.beta.2

1 year ago

Patches

  • Fix executable resolving when using dev server on Windows