Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Releases: vercel-community/rust

v4.0.9

Choose a tag to compare

@ecklf ecklf released this 17 Jun 18:46
3540987

Builder

  • fix: select binary correctly while vercel dev 184

v4.0.8

Choose a tag to compare

@ecklf ecklf released this 10 Jul 08:49
52b2f23

What's Changed

Builder

  • fix: use debug build for vercel dev by @Zxilly in #168

Crates

Full Changelog: v4.0.7...v4.0.8

v4.0.7

Choose a tag to compare

@ecklf ecklf released this 17 Apr 13:11
fb3bd07

What's Changed

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

4.0.6

Choose a tag to compare

@ecklf ecklf released this 25 Aug 09:07
6bc851e

Fixes

  • Do not include main route when bundling functions #117

4.0.5

Choose a tag to compare

@ecklf ecklf released this 11 Aug 15:41
2376463

Features

  • Support function options #116

4.0.3

Choose a tag to compare

@ecklf ecklf released this 07 Aug 09:23
d224204

Fixes

  • Set cargo metadata to run in workPath #111

4.0.2

Choose a tag to compare

@ecklf ecklf released this 13 Jun 10:31
f5b630d

Fixes

  • Fix HOME env var not exist on Windows #107

Credits

Thank you @Zxilly

4.0.1

Choose a tag to compare

@ecklf ecklf released this 05 Jun 09:07
9f3dd6d

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

Choose a tag to compare

@ecklf ecklf released this 02 Jun 12:15
7d23f7a

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

4.0.0.beta.4 Pre-release
Pre-release

Choose a tag to compare

@ecklf ecklf released this 13 Apr 12:24
cf9b326

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