Releases: cloudflare/workers-rs
Releases · cloudflare/workers-rs
Release v0.5.0
What's Changed
- AI prototype with new bindings by @xtuc in #679
- Added assets binding by @BrandonDyer64 in #656
- Added object variables by @mendess in #677
Full Changelog: v0.4.2...v0.5.0
worker-build-v0.1.2
worker-build-v0.1.1
- Optionally run Response Promise to completion in waitUntil context by setting the
RUN_TO_COMPLETION
environment variable.
Release v0.4.2
Release v0.4.1
What's Changed
- Add template for using Leptos with Workers Assets by @kflansburg in #640
- Add API for Rate Limiter bindings by @kflansburg in #603
Full Changelog: v0.4.0...v0.4.1
Release `worker-kv` v0.8.0
- Move KV test suite to
worker-sandbox
and fix bug in KV put metadata. by @kflansburg in #550
Release v0.4.0
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 intoJsValue
by @thibmeu in #634
New Contributors
- @lkolbly made their first contribution in #625
- @compiler-errors made their first contribution in #605
- @OliverEvans96 made their first contribution in #629
- @nakamura-shuta made their first contribution in #597
- @thibmeu made their first contribution in #634
Full Changelog: v0.3.4...v0.4.0
Release v0.3.4
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
What's Changed
- durable: add location hint support by @Noah-Kennedy in #614
New Contributors
- @Noah-Kennedy made their first contribution in #614
Full Changelog: v0.3.2...v0.3.3
Release v0.3.2
What's Changed
- Fix linter warnings by @GoncaloGarcia in #607
- Publicly expose VersionMetadataBinding by @GoncaloGarcia in #606
- Fix broken durable object jurisdiction link by @mendess in #610
Full Changelog: v0.3.1...v0.3.2