Skip to content

Releases: fastly/js-compute-runtime

v3.2.0

14 Aug 09:55
8ecec28
Compare
Choose a tag to compare

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

14 Jul 23:30
2a17c40
Compare
Choose a tag to compare

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

12 Jul 20:26
9041319
Compare
Choose a tag to compare

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

10 Jul 12:50
8103e27
Compare
Choose a tag to compare

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

05 Jul 10:50
Compare
Choose a tag to compare

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

22 Jun 11:49
a030a03
Compare
Choose a tag to compare

2.4.0 (2023-06-22)

Features

  • Update to SpiderMonkey version 114.0.1 (#563) (03e2254)

v2.3.0

12 Jun 12:32
71bb4d8
Compare
Choose a tag to compare

2.3.0 (2023-06-12)

Features

  • implement web performance api (ddfe11e)

v2.2.1

12 Jun 09:24
5ba8177
Compare
Choose a tag to compare

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

08 Jun 11:29
3ccb4c0
Compare
Choose a tag to compare

2.2.0 (2023-06-07)

Features

  • implement SimpleCache.getOrSet method (a1f4517)

v2.1.0

03 Jun 10:48
c8b6545
Compare
Choose a tag to compare

2.1.0 (2023-06-02)

Features