Skip to content

Releases: syumai/workers

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

Release v0.26.1

11 Jun 10:26

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

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

Choose a tag to compare

What's Changed

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

v0.24.0

16 Apr 17:14
482b281

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

Choose a tag to compare

What's Changed

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

Release v0.23.2

01 Feb 00:34

Choose a tag to compare

What's Changed

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

Release v0.23.1

24 Jan 15:15

Choose a tag to compare

What's Changed

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

Release v0.23.0

24 Jan 12:13

Choose a tag to compare

What's Changed

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

Release v0.22.0

11 Jan 11:56

Choose a tag to compare

This version contains breaking change in workers-assets-gen comand result.
Please update workers-assets-gen command version in your Makefile to v0.22.0.

What's Changed

  • use go:wasmimport for ready func by @syumai in #83
  • pass RuntimeContext on creating Go instance by @syumai in #84
  • D1 driver would cause panic when QueryContext is called with parameters by @minoritea in #86
  • Give option to specify build destination in workers-assets-gen by @so-heil in #87

New Contributors

Full Changelog: v0.21.0...v0.22.0