Releases: fastly/js-compute-runtime
Releases · fastly/js-compute-runtime
v0.6.0
09 Dec 17:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
0.5.15 (2022-12-08)
Features
add allowDynamicBackends function to fastly:experimental module (83a003e )
v0.5.14
07 Dec 13:46
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
0.5.13 (2022-12-02)
Bug Fixes
implement validation for Dictionary names and keys (c0b0822 )
v0.5.12
30 Nov 14:01
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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 )
v0.5.8
28 Nov 11:06
Compare
Sorry, something went wrong.
No results found
0.5.8 (2022-11-28)
Bug Fixes
Allow process.execPath to contain whitespace (caefe51 )
v0.5.7
24 Nov 14:31
Compare
Sorry, something went wrong.
No results found
0.5.7 (2022-11-24)
Bug Fixes
add missing shebang and executable bit to the binary file (3f0cd69 )