Skip to content

Releases: cloudflare/workers-rs

Release v0.5.0

11 Dec 21:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.5.0

worker-build-v0.1.2

11 Dec 21:51
Compare
Choose a tag to compare

What's Changed

  • Fixed support for externref which is enabled by default in Rust 1.82 by @zebp in #670

worker-build-v0.1.1

19 Nov 17:02
Compare
Choose a tag to compare
  • Optionally run Response Promise to completion in waitUntil context by setting the RUN_TO_COMPLETION environment variable.

Release v0.4.2

11 Oct 01:11
Compare
Choose a tag to compare

What's Changed

  • Adding host_metadata to Cloudflare Request Data by @mettke in #348

New Contributors

Full Changelog: v0.4.1...v0.4.2

Release v0.4.1

26 Sep 12:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

Release `worker-kv` v0.8.0

25 Sep 14:50
Compare
Choose a tag to compare
  • Move KV test suite to worker-sandbox and fix bug in KV put metadata. by @kflansburg in #550

Release v0.4.0

13 Sep 19:45
Compare
Choose a tag to compare

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

Release v0.3.4

19 Aug 15:35
Compare
Choose a tag to compare

What's Changed

  • Fix breaking change in js-sys / web-sys. Remove HeaderExt and AbortSignalExt by @kflansburg in #621

Full Changelog: v0.3.3...v0.3.4

Release v0.3.3

06 Aug 19:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

Release v0.3.2

02 Aug 18:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2