Skip to content

Releases: vercel-community/rust

v4.0.7

17 Apr 13:11
fb3bd07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.6...v4.0.7

4.0.6

25 Aug 09:07
6bc851e
Compare
Choose a tag to compare

Fixes

  • Do not include main route when bundling functions #117

4.0.5

11 Aug 15:41
2376463
Compare
Choose a tag to compare

Features

  • Support function options #116

4.0.3

07 Aug 09:23
d224204
Compare
Choose a tag to compare

Fixes

  • Set cargo metadata to run in workPath #111

4.0.2

13 Jun 10:31
f5b630d
Compare
Choose a tag to compare

Fixes

  • Fix HOME env var not exist on Windows #107

Credits

Thank you @Zxilly

4.0.1

05 Jun 09:07
9f3dd6d
Compare
Choose a tag to compare

Fixes

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

Credits

Thank you @dglsparsons

4.0.0

02 Jun 12:15
7d23f7a
Compare
Choose a tag to compare

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

13 Apr 12:24
cf9b326
Compare
Choose a tag to compare
4.0.0.beta.4 Pre-release
Pre-release

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

20 Mar 11:42
3576fd5
Compare
Choose a tag to compare
4.0.0.beta.3 Pre-release
Pre-release

Patches

  • Execute cargo build inside workPath #85

Credits

Huge thanks to @Brendonovich and @oscartbeaumont for helping!

4.0.0.beta.2

15 Mar 17:05
d5a0ca4
Compare
Choose a tag to compare
4.0.0.beta.2 Pre-release
Pre-release

Patches

  • Fix executable resolving when using dev server on Windows