Skip to content

Releases: syumai/workers

Release v0.31.0

21 Oct 00:46
4a5612f

Choose a tag to compare

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

Full Changelog: v0.30.2...v0.31.0

Release v0.30.2

13 Apr 11:06
e7a52ef

Choose a tag to compare

What's Changed

  • return empty ReadCloser for nil request body by @syumai in #170

Full Changelog: v0.30.1...v0.30.2

Release v0.30.1

12 Apr 14:11
65a48ba

Choose a tag to compare

What's Changed

  • fix bug of FixedLengthTransformStream by @syumai in #169

Full Changelog: v0.30.0...v0.30.1

Release v0.30.0

10 Apr 16:01
b43c767

Choose a tag to compare

What's Changed

Full Changelog: v0.29.0...v0.30.0

Release v0.29.0

07 Apr 15:49
3cfc2b6

Choose a tag to compare

What's Changed

  • remove version from workers-assets-gen command call by @syumai in #156
  • use C3 for templates by @syumai in #157
  • fix error on returning empty response by @syumai in #165

Full Changelog: v0.28.1...v0.29.0

Release v0.28.1

22 Feb 15:03
276ef2e

Choose a tag to compare

What's Changed

Full Changelog: v0.28.0...v0.28.1

Release v0.28.0

16 Feb 10:55
0fdf837

Choose a tag to compare

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

09 Nov 16:00

Choose a tag to compare

Summary

  • Added Cloudflare Queues's Producer API support.
    • see: cloudflare/queues package
  • Added []byte arguments to D1 Query / Exec support.
  • Added multiple handlers in single worker (e.g. fetch + cron) support.

What's Changed

New Contributors

Full Changelog: v0.26.3...v0.27.0

Release v0.26.3

11 Aug 13:17
ad33cfb

Choose a tag to compare

What's Changed

  • fixed panic on fetch returning empty response by @syumai in #124

Full Changelog: v0.26.2...v0.26.3

Release v0.26.2

30 Jul 02:08
50d520d

Choose a tag to compare

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

Full Changelog: v0.26.1...v0.26.2