Skip to content

Releases: syumai/workers

Release v0.26.3

11 Aug 13:17
ad33cfb
Compare
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
Compare
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

Release v0.26.1

11 Jun 10:26
Compare
Choose a tag to compare

What's Changed

  • add normal HTTP server listener for debugging purposes by @syumai in #114

Full Changelog: v0.26.0...v0.26.1

Release v0.26.0

27 Apr 08:00
Compare
Choose a tag to compare

What's Changed

  • fix D1 driver implementation using stmt.raw({ columnNames: true }) by @zztkm in #112
  • specify SHELL in Makefile by @syumai in #113

Full Changelog: v0.25.0...v0.26.0

Release v0.25.0

20 Apr 18:51
73526ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.25.0

v0.24.0

16 Apr 17:14
482b281
Compare
Choose a tag to compare

Breaking Change

  • #102 removed context.Context parameter from some Cloudflare-related APIs.
    • if your build fails, please remove ctx context.Context from arguments.

Example of API changes

// old
cloudflare.Getenv(ctx, "key")
// new
cloudflare.Getenv("key")

// old
cloudflare.GetBinding(ctx, "key")
// new
cloudflare.GetBinding("key")

What's Changed

New Contributors

Full Changelog: v0.23.3...v0.24.0

Release v0.23.3

11 Feb 14:19
a392725
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.2...v0.23.3

Release v0.23.2

01 Feb 00:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.1...v0.23.2

Release v0.23.1

24 Jan 15:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.23.1

Release v0.23.0

24 Jan 12:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0