Skip to content

Releases: cloudflare/workers-rs

worker-build-v0.1.11

06 Oct 18:17
Compare
Choose a tag to compare

What's Changed

  • feat: support --no-panic-recovery flag to disable panic reinitialization by @guybedford in #835

Release v0.6.6

24 Sep 00:32
Compare
Choose a tag to compare

Features

New Contributors

Full Changelog: v0.6.5...v0.6.6

Release v0.6.5

18 Sep 23:32
Compare
Choose a tag to compare

Fixes

Full Changelog: v0.6.4...v0.6.5

Release v0.6.4

18 Sep 04:43
Compare
Choose a tag to compare

Fixes

Full Changelog: v0.6.3...v0.6.4

Release v0.6.3

17 Sep 21:05
Compare
Choose a tag to compare

Features

Bug Fixes

Full Changelog: v0.6.2...v0.6.3

Release v0.6.2

17 Sep 00:21
Compare
Choose a tag to compare

Features

Fixes

  • Fix "hiding a lifetime that's elided elsewhere is confusing" warnings on the Nightly compiler by @jakubadamw in #795

New Contributors

Full Changelog: v0.6.1...v0.6.2

Release v0.6.1

25 Jul 00:29
Compare
Choose a tag to compare

Features

  • wasm-bindgen JS Snippets by @guybedford in #768
  • feat: SecretStore implementation, Miniflare upgrade by @guybedford in #786
  • feat: implement Debug trait for various structs across the codebase by @lexoliu in #775

Fixes

New Contributors

Full Changelog: v0.6.0...v0.6.1

Release v0.6.0

19 Jun 19:20
90a7684
Compare
Choose a tag to compare

Breaking Changes

  • Improved Durable Objects macro by @kanarus in #675
  • Breaking Change: Use non-mutable methods for DurableObject, FormData, Headers & Response by @guybedford in #753

Features

  • Make worker-build support custom JS shims by @LuisDuarte1 in #686
  • feat: add DO stub to workers-codegen by @LuisDuarte1 in #693
  • feat: analytics engine by @zebp in #699
  • Adding support for http report method by @hkotian in #741
  • Upgrade leptos template to version 0.7 by @rafiyq in #694
  • deps: update dependencies by @guybedford in #744
  • chore(deps): bump cross-spawn and @changesets/cli by @dependabot in #752
  • feat: Add support for DO websocket_auto_response. by @connyay in #728
  • Remove unnecessary Copy constraint on durable::Storage::transaction() by @rozbb in #710
  • Add support for sqlite backed durable objects. by @connyay in #727
  • feat: auto-import DurableObject when using durable_object macro by @guybedford in #756

Bug Fixes

New Contributors

Full Changelog: v0.5.0...v0.6.0

Release v0.5.0

11 Dec 21:44
Compare
Choose a tag to compare

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

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