Skip to content

Releases: fastly/js-compute-runtime

v0.5.10

30 Nov 10:39

Choose a tag to compare

0.5.10 (2022-11-30)

Bug Fixes

  • ensure custom cache keys are uppercased (f37920d), closes #318

v0.5.9

29 Nov 13:43

Choose a tag to compare

0.5.9 (2022-11-29)

Features

  • add fastly:cache-override module (f433464)
  • add geo ip lookup function to fastly:geolocation (24601e5)
  • Add Logger constructor to "fastly:logger" module (b4818a2)
  • expose fastly loggers via fastly:logger module (2d0bcfe)
  • expose the fastly features via 'fastly:' namespaced modules (c06cd16)
  • move env function into fastly:env (327b344)

Bug Fixes

  • Add types for setTimeout, clearTimeout, setInterval, clearInterval (c1ed00c)

v0.5.8

28 Nov 11:06

Choose a tag to compare

0.5.8 (2022-11-28)

Bug Fixes

  • Allow process.execPath to contain whitespace (caefe51)

v0.5.7

24 Nov 14:31

Choose a tag to compare

0.5.7 (2022-11-24)

Bug Fixes

  • add missing shebang and executable bit to the binary file (3f0cd69)

v0.5.6

24 Nov 13:24

Choose a tag to compare

0.5.6 (2022-11-24)

Features

  • implement setTimeout, setInterval, clearTimeout, and clearInterval (128bca9)

v0.5.5

23 Nov 17:07

Choose a tag to compare

Features

  • implement Request.prototype.setCacheKey (457eabe)
  • implement support in Response.json/text/arrayBuffer methods for guest provided streams (50cdc44)

Bug Fixes

  • respond with 500 Internal Server Error when an unhandled error has occured and no response has already been sent to the client (e5982d8)

dev

23 Nov 16:01

Choose a tag to compare

dev Pre-release
Pre-release
update bootstrap sha

v0.5.3

27 Sep 16:46

Choose a tag to compare

remove the else branches that zero the memory of `definition` as it's…

v0.5.2

27 Sep 12:50

Choose a tag to compare

Apply suggestions from code review

v0.5.0: chore: release main (#230)

27 Aug 03:20
2e89c3b

Choose a tag to compare

* chore: release main

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jake Champion <[email protected]>