Skip to content

Releases: syumai/workers

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

Release v0.22.0

11 Jan 11:56
Compare
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

Release v0.21.0

03 Jan 14:36
11042f5
Compare
Choose a tag to compare

What's Changed

This version adds initial TCP sockets support.
Thank you @elee1766 !

New Contributors

Full Changelog: v0.20.0...v0.21.0

Release v0.20.0

02 Jan 15:31
0967da3
Compare
Choose a tag to compare

What's Changed

  • remove performance API polyfill from workers-assets-gen by @syumai in #79
  • use workers-assets-gen cmd in Durable Objects example by @syumai in #80
  • update workers-assets-gen cmd in examples to v0.20.0 by @syumai in #81

Full Changelog: v0.19.0...v0.20.0