Skip to content

Releases: syumai/workers

Release v0.13.0

21 Apr 16:25
086a224
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @zztkm made their first contribution in #37

Full Changelog: v0.12.2...v0.13.0

Release v0.12.2

11 Apr 14:30
c2da587
Compare
Choose a tag to compare

What's Changed

  • Add ability to use fetch as a http.Client by @aki-0421 in #31

Full Changelog: v0.12.1...v0.12.2

Release v0.12.1

11 Apr 00:25
7926558
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

Release v0.12.0

05 Apr 14:06
460b011
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

Release v0.11.0

29 Mar 12:16
3dcf908
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v0.11.0

Release v0.10.2

05 Mar 07:44
48810b5
Compare
Choose a tag to compare

What's Changed

  • Fix reference to getRuntimeContextEnv by @erkkah in #25

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

26 Feb 09:42
efa79d9
Compare
Choose a tag to compare

What's Changed

  • fix last_row_id key name of D1 by @syumai in #22
  • treat D1 driver row's integral float64 value as int64 by @syumai in #23

Full Changelog: v0.10.0...v0.10.1

Release v0.10.0

26 Feb 04:09
dd17cf2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

Release v0.9.0

22 Feb 01:00
c642765
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

Release v0.8.0

11 Feb 03:47
4b4a950
Compare
Choose a tag to compare

What's Changed

  • add runtime context by @syumai in #19
    • This change affects to current cloudflare package's implementations to force to get value from req.Context().
    • Now, all workers depends on this package should use Module Worker syntax.

Full Changelog: v0.7.0...v0.8.0