Skip to content

Releases: fastly/js-compute-runtime

v1.9.0

15 Apr 00:53
Compare
Choose a tag to compare

1.9.0 (2023-04-15)

Features

  • Implement subset of crypto.subtle.importKey which can import a JSONWebKey using RSASSA-PKCS1-v1_5 (b66bf50)
  • Implement subset of crypto.subtle.sign which can sign data with a JSONWebKey using RSASSA-PKCS1-v1_5 (800fb66)
  • Implement subset of crypto.subtle.verify which can verify a signature with a JSONWebKey using RSASSA-PKCS1-v1_5 (077adfd)

Bug Fixes

  • free buf if an error has occured (bfa84cc)

v1.8.1

12 Apr 17:04
Compare
Choose a tag to compare

1.8.1 (2023-04-12)

Bug Fixes

v1.8.0

12 Apr 15:57
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.6.0 (2023-03-28)

Features

  • Implement JS CryptoKey Interface (adb31f7)

v1.5.2

23 Mar 23:26
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.4.2 (2023-03-09)

Bug Fixes

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