Releases: syumai/workers
Releases · syumai/workers
Release v0.31.0
What's Changed
- Rewrite examples tinygo to go by @nekojanai in #175
- Update ticks and sleepTicks functions to use int64 by @cxjava in #181
- d1: fix RowsAffected() in sql.Result implementation by @b0ch3nski in #182
New Contributors
- @nekojanai made their first contribution in #175
- @cxjava made their first contribution in #181
- @b0ch3nski made their first contribution in #182
Full Changelog: v0.30.2...v0.31.0
Release v0.30.2
What's Changed
Full Changelog: v0.30.1...v0.30.2
Release v0.30.1
What's Changed
Full Changelog: v0.30.0...v0.30.1
Release v0.30.0
What's Changed
- split runtime param of workers-assets-gen command by @syumai in #166
- add browser support by @syumai in #167
Full Changelog: v0.29.0...v0.30.0
Release v0.29.0
Release v0.28.1
Release v0.28.0
Notice
- This version includes non-backward-compatible changes to the Queue Producer APIs.
- Some types and functions have been renamed.
- KV and R2 features have been moved to dedicated packages, and the old ones have been deprecated.
What's Changed
- replace TinyGo with Go in Quick Start guide by @syumai in #141
- move kv features to cloudflare/kv package by @syumai in #147
- move r2 features to cloudflare/r2 package by @syumai in #148
- Implement Queues Consumer by @meandnano in #137
- rename ConsumeNonBlocking to ConsumeNonBlock by @syumai in #149
- update consumer message APIs by @syumai in #150
- Rename BatchMessage to MessageSendRequest by @syumai in #152
Full Changelog: v0.27.0...v0.28.0
Release v0.27.0
Summary
- Added Cloudflare Queues's Producer API support.
- see:
cloudflare/queuespackage
- see:
- Added []byte arguments to D1 Query / Exec support.
- Added multiple handlers in single worker (e.g. fetch + cron) support.
What's Changed
- Add message producer by @meandnano in #125
- Support []byte arguments to D1 Query/Exec by @ben-krieger in #128
- Response content length by @ben-krieger in #129
- Support HTTP Request and Cron Trigger in Single Worker by @ben-krieger in #130
- split Done funcs from workers.Serve / cron.ScheduleTask by @syumai in #132
- split queues.Producer's Send funcs and BatchMessage constructors by @syumai in #133
New Contributors
- @meandnano made their first contribution in #125
- @ben-krieger made their first contribution in #128
Full Changelog: v0.26.3...v0.27.0
Release v0.26.3
What's Changed
Full Changelog: v0.26.2...v0.26.3
Release v0.26.2
What's Changed
- add template for cron jobs creation (issue 49) by @vhespanha in #118
- add jsutil.MaybeInt wrapper; apply it to IncomingProperties.Asn by @Skee in #120
New Contributors
- @vhespanha made their first contribution in #118
- @Skee made their first contribution in #120
Full Changelog: v0.26.1...v0.26.2