Summary
- Added Cloudflare Queues's Producer API support.
- see:
cloudflare/queues
package
- 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