Skip to content

Releases: fastly/js-compute-runtime

v1.0.0

15 Dec 17:59
Compare
Choose a tag to compare

1.0.0 (2022-12-14)

Features

  • implement validation for backend cipher definitions (157be64)

v0.7.0

10 Dec 01:02
Compare
Choose a tag to compare

0.7.0 (2022-12-10)

⚠ BREAKING CHANGES

  • compute runtime component build (#326)

Features

Bug Fixes

  • Limit to node 16/17/18 as some dependencies do not work on node19 yet (0d48f77)

v0.6.0

09 Dec 17:44
Compare
Choose a tag to compare

0.6.0 (2022-12-09)

⚠ BREAKING CHANGES

  • Disable JS iterator helpers as the feature is at Stage 3 and we should only enable by default Stage 4 features

Features

  • Disable JS iterator helpers as the feature is at Stage 3 and we should only enable by default Stage 4 features (c90c145)

Bug Fixes

  • Throw TypeErrors in config-store if supplied with invalid parameters or the config-store does not exist (6b70180)

v0.5.15

08 Dec 14:48
Compare
Choose a tag to compare

0.5.15 (2022-12-08)

Features

  • add allowDynamicBackends function to fastly:experimental module (83a003e)

v0.5.14

07 Dec 13:46
Compare
Choose a tag to compare

0.5.14 (2022-12-07)

Bug Fixes

  • when appending headers, if the set if set-cookie then make sure that each value is sent as a separate header to the host (f6cf559)

v0.5.13

02 Dec 18:09
Compare
Choose a tag to compare

0.5.13 (2022-12-02)

Bug Fixes

  • implement validation for Dictionary names and keys (c0b0822)

v0.5.12

30 Nov 14:01
Compare
Choose a tag to compare

0.5.12 (2022-11-30)

Features

  • add fastly:experimental module which contains all our experimental functions such as includeBytes and enableDebugLogging (5c6a5d7)

v0.5.11

30 Nov 11:54
Compare
Choose a tag to compare

0.5.11 (2022-11-30)

Bug Fixes

  • update nodejs supported versions to 16 - 19 and npm supported version to only 8 (5ec70b9)

v0.5.10

30 Nov 10:39
Compare
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
Compare
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)