Releases: fastly/js-compute-runtime
Releases · fastly/js-compute-runtime
v1.9.0
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
1.8.1 (2023-04-12)
Bug Fixes
v1.8.0
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
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
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
1.6.0 (2023-03-28)
Features
- Implement JS CryptoKey Interface (adb31f7)
v1.5.2
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
1.5.1 (2023-03-10)
Bug Fixes
- handle fallthrough of regex parser bugs (#447) (8f38980)
v1.5.0
1.5.0 (2023-03-10)
Features
- support unicode patterns via precompilation (87a0dce)
v1.4.2
1.4.2 (2023-03-09)
Bug Fixes