Releases: fastly/js-compute-runtime
Releases · fastly/js-compute-runtime
v1.11.1
26 Apr 22:56
Compare
Sorry, something went wrong.
No results found
1.11.1 (2023-04-26)
Bug Fixes
TextDecoder: add (nearly) full support for TextDecoder and TextEncoder (#501 ) (a4c312e )
v1.11.0
25 Apr 22:14
Compare
Sorry, something went wrong.
No results found
v1.10.1
25 Apr 00:03
Compare
Sorry, something went wrong.
No results found
1.10.1 (2023-04-24)
Bug Fixes
Fix for ReferenceError: pattern is not defined (#506 ) (107c9be )
v1.10.0
22 Apr 09:49
Compare
Sorry, something went wrong.
No results found
1.10.0 (2023-04-21)
Features
Add MD5 support into crypto.subtle.digest (9c8efab )
implement Response.redirect static method and Response.prototype.redirected getter (1623d74 )
v1.9.0
15 Apr 00:53
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.8.1 (2023-04-12)
Bug Fixes
v1.8.0
12 Apr 15:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.6.0 (2023-03-28)
Features
Implement JS CryptoKey Interface (adb31f7 )