Releases: fastly/js-compute-runtime
Releases · fastly/js-compute-runtime
v3.18.0
3.18.0 (2024-07-16)
Features
- support for Response.prototype.ip and port via get_addr_dest_ip & get_addr_dest_port (#817) (391b3d8)
- Update to SpiderMonkey v127.0.2 (#826) (5341f67)
v3.17.3
3.17.3 (2024-07-16)
Bug Fixes
- Remove accidentally commited debug messages which write to stderr (#838) (040ea8b)
v3.17.2
3.17.2 (2024-07-13)
Bug Fixes
- add documentation for the sdkVersion property (29361ad)
- correct the documentation for the fastly:logger module (#834) (2790cb9)
v3.17.0
3.17.0 (2024-07-11)
Features
- Include in the wasm metadata whether we are using StarlingMonkey and/or PBL (#828) (00b971b)
Bug Fixes
- keep sdkVersion property always up-to-date with the correct version of the SDK (#829) (ae42634)
v3.16.2
3.16.2 (2024-07-10)
Bug Fixes
- use same rust version that StarlingMonkey uses so that we can publish (#823) (f0d9ab0)
v3.16.1
3.16.1 (2024-07-09)
Bug Fixes
- CLI to allow commands/args in spawnSync() to contain whitespace (#821) (68d77fb)
- debug build & tests (#818) (3d9a8da)
v3.16.0
3.16.0 (2024-06-21)
Features
- add out-of-memory callback with stderr log (#805) (a1bd16c)
- Allow early logger initialization (#804) (514d014)
Bug Fixes
- Fix string formatting for limit-exceeded errors (#802) (56f5214)
- Fix uses of cabi_realloc that were discarding their results (#811) (4e16641)
v3.15.0
3.15.0 (2024-06-03)
Features
- dynamic backends clientCertificate with SecretStore fromBytes, rawbytes (#796) (7d2b7b7)
- support default timeout configurations for dynamic backends (#792) (4dfa8d7)