Skip to content

Releases: fastly/js-compute-runtime

v1.8.0

12 Apr 15:57

Choose a tag to compare

1.8.0 (2023-04-12)

Features

  • Add high-resolution timing function "fastly.now()" behind feature flag "--enable-experimental-high-resolution-time-methods" (f090838)
  • replace tree-sitter with acorn + magic string (08a0695)

v1.7.1

12 Apr 09:54

Choose a tag to compare

1.7.1 (2023-04-11)

Bug Fixes

  • Lower the supported NodeJS version from 18 or greater to only 18 (5cc1cd6)
  • When converting a URL to a string, do not add a ? if there are no query string parameters (73cdc27)

v1.7.0

11 Apr 14:59

Choose a tag to compare

1.7.0 (2023-04-11)

Features

  • BYOB streams, basic usage, pending WPT (ab97e75)
  • Implement subset of crypto.subtle.importKey which can import a JSONWebKey using RSASSA-PKCS1-v1_5 (#472) (110e7f4)

v1.6.0

28 Mar 15:03

Choose a tag to compare

1.6.0 (2023-03-28)

Features

  • Implement JS CryptoKey Interface (adb31f7)

v1.5.2

23 Mar 23:26

Choose a tag to compare

1.5.2 (2023-03-23)

Bug Fixes

  • Add documentation for FetchEvent, FetchEvent.prototype.respondWith, and FetchEvent.prototype.waitUntil (78e6d92)
  • fix typo in geolocation example (f53a06e)

v1.5.1

10 Mar 21:33

Choose a tag to compare

1.5.1 (2023-03-10)

Bug Fixes

  • handle fallthrough of regex parser bugs (#447) (8f38980)

v1.5.0

10 Mar 11:39

Choose a tag to compare

1.5.0 (2023-03-10)

Features

  • support unicode patterns via precompilation (87a0dce)

v1.4.2

09 Mar 15:19

Choose a tag to compare

1.4.2 (2023-03-09)

Bug Fixes

  • console logging support improvements (#434) (7a74d76)

v1.4.1

01 Mar 15:19
5f54eaa

Choose a tag to compare

1.4.1 (2023-03-01)

Bug Fixes

v1.4.0

27 Feb 14:03
c2ca972

Choose a tag to compare

1.4.0 (2023-02-27)

Features

  • implement fastly:secret-store package (cde22e3)

Bug Fixes

  • Bump to spidermonkey 110, and viceroy 0.3.5 (#420) (e17cdfd)