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
- Fix kv example link by @sh-cho in #664
- docs: remove the leading dollar symbol that gets copied when pressing the "Copy" button by @saikatdas0790 in #673
- Add note to readme about runtime-agnostic primitives from tokio by @lukevalenta in #719
- Exclude .ico files from templating by @timmattison in #740
- docs: fix broken link to miniflare testing docs by @albertocavalcante in #695
- Fix
RateLimiter
binding name by @guybedford in #755 - Receive req: Request as mut so it can compile by @danielsan in #661
- D1 Binding - Null Support - Added test cases only by @spigaz in #680
New Contributors
- @LuisDuarte1 made their first contribution in #686
- @hkotian made their first contribution in #741
- @timmattison made their first contribution in #740
- @lukevalenta made their first contribution in #719
- @albertocavalcante made their first contribution in #695
- @rafiyq made their first contribution in #694
- @sh-cho made their first contribution in #664
- @saikatdas0790 made their first contribution in #673
- @guybedford made their first contribution in #744
- @connyay made their first contribution in #728
- @danielsan made their first contribution in #661
- @rozbb made their first contribution in #710
- @kanarus made their first contribution in #675
Full Changelog: v0.5.0...v0.6.0