Releases: fastly/js-compute-runtime
Releases · fastly/js-compute-runtime
v3.2.0
3.2.0 (2023-08-10)
Features
- add ability to automatically decompress gzip responses returned from
fetch
(#497) (e08d060)
- use spidermonkey version 115 (4a4716d)
Bug Fixes
- reduce memory usage by caching client getters when they are first called (87ee0cb)
- update to latest url crate which passes some more wpt url tests (f0a42fd)
v3.1.1
3.1.1 (2023-07-14)
Bug Fixes
- Request.prototype.clone - Do not create a body on the new request if the request instance being cloned does not contain a body (5debe80)
v3.1.0
3.1.0 (2023-07-12)
Features
- Add ability to disable connection-pooling behavior for Dynamic Backends (#574) (718bea8)
Bug Fixes
- Deprecate SimpleCache.set and recommend SimpleCache.getOrSet as the alternative (bff1bf5)
v3.0.0
3.0.0 (2023-07-08)
⚠ BREAKING CHANGES
- Rename SimpleCache.delete to SimpleCache.purge and require purge options to be supplied as the second parameter
Features
- add event.client.tlsCipherOpensslName (49b0c99)
- add event.client.tlsClientCertificate (cf93b62)
- add event.client.tlsClientHello (3d87cb2)
- add event.client.tlsJA3MD5 (2ecf4af)
- add event.client.tlsProtocol (4c91142)
- Rename SimpleCache.delete to SimpleCache.purge and require purge options to be supplied as the second parameter (20113c1)
v2.5.0
2.5.0 (2023-07-05)
Features
- add DOMException class (58b8086)
- Add support for HMAC within SubtleCrypto implementation (96ac02d)
Bug Fixes
- update types for subtlecrypto to show we support a subset of importKey/sign/verify (#568) (329b733)
v2.4.0
2.4.0 (2023-06-22)
Features
- Update to SpiderMonkey version 114.0.1 (#563) (03e2254)
v2.3.0
2.3.0 (2023-06-12)
Features
- implement web performance api (ddfe11e)
v2.2.1
2.2.1 (2023-06-09)
Bug Fixes
- only apply our pipeTo/pipeThrough optimisations to TransformStreams who have no transformers (IdentityStreams). (#556) (a88616c)
v2.2.0
2.2.0 (2023-06-07)
Features
- implement SimpleCache.getOrSet method (a1f4517)
v2.1.0
2.1.0 (2023-06-02)
Features