Skip to content

Releases: syumai/workers

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

Release v0.19.0

31 Dec 14:46
ec4e8e5
Compare
Choose a tag to compare

What's Changed

  • fix pages example's go.mod by @syumai in #76
  • fix fetch response to use blob() instead of text() by @syumai in #78

Full Changelog: v0.18.0...v0.19.0

Release v0.18.0

11 Oct 14:48
3a8e631
Compare
Choose a tag to compare

What's Changed

Important notice

New Contributors

Full Changelog: v0.17.0...v0.18.0

Release v0.17.0

28 May 04:18
a992a8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.17.0

Release v0.16.1

27 May 03:00
feafcd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.16.1

Release v0.16.0

30 Apr 02:20
ac05c2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

Release v0.15.0

29 Apr 15:27
110f08f
Compare
Choose a tag to compare

What's Changed

  • commonize ToJSResponse func logic by @syumai in #39
  • rename ResponseWriterBuffer to ResponseWriter by @syumai in #40
  • update worker.mjs by @syumai in #42
  • add workers-assets-gen command to generate JS code automatically by @syumai in #41

Full Changelog: v0.14.0...v0.15.0

Release v0.14.0

28 Apr 14:45
a0ec52c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0