Skip to content

Release v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 19:45

What's Changed

  • Relax type of callback arguments to Router methods. This uses APIT to allow more types than a function pointer to implement handlers (i.e. async closure) by @compiler-errors in #605
  • Fix typos in CORS argument names by @OliverEvans96 in #629
  • Implement get_all function to return non-folding set-cookie headers by @nakamura-shuta in #597
  • Add FormData conversion into JsValue by @thibmeu in #634

Caution

Breaking: Make R2 Object::size return u64 by @lkolbly in #625

New Contributors

Full Changelog: v0.3.4...v0.4.0