Skip to content

Releases: fastly/js-compute-runtime

v3.20.0

08 Aug 09:02
8b4cc26
Compare
Choose a tag to compare

3.20.0 (2024-08-08)

Features

  • Add new CLI name of js-compute which matches the published package name @fastly/js-compute (#869) (60d1d20)

Bug Fixes

  • core-cache headers case (#889) (3f2db5c)
  • ensure we throw an error if FastlyBody.prototype.read is called with a value which is not coercible to a finite positive integer (#877) (1633e02)
  • perf: Use wasm-opt -O3 when making a release build (#870) (dd91fa5)
  • When constructing an EdgeRateLimiter, retrieve the PenaltyBox instance's name using PenaltyBox::get_name (#866) (9222f1d)

Performance Improvements

  • only time the fetch event when debug logging is enabled (#873) (e4ddf8a)
  • re-order the http methods so the most often requested is first and the least requested is last (#874) (6af7626)
  • Use MOZ_ASSERT instead of MOZ_RELEASE_ASSERT as these methods are already guarded correctly where they are being called (#876) (f089616)

v3.19.0

30 Jul 17:47
a6816cd
Compare
Choose a tag to compare

3.19.0 (2024-07-29)

Features

  • Add FetchEvent.server object which contains information about the server which received the incoming HTTP request from the client. (#855) (538ed9c)
  • use StarlingMonkey by default, --disable-starlingmonkey flag (#861) (475cdf9)

Bug Fixes

  • Correct Class name for the ClientInfo class (#854) (efb5694)
  • correct spelling in CLI error message (#849) (38b558c)

v3.18.1

18 Jul 19:37
17d213a
Compare
Choose a tag to compare

3.18.1 (2024-07-18)

Bug Fixes

  • add type definitions of Performance APIs (#841) (fd95aae)

v3.18.0

17 Jul 13:17
98e8c99
Compare
Choose a tag to compare

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

16 Jul 16:03
Compare
Choose a tag to compare

3.17.3 (2024-07-16)

Bug Fixes

  • Remove accidentally commited debug messages which write to stderr (#838) (040ea8b)

v3.17.2

15 Jul 08:29
Compare
Choose a tag to compare

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.1

11 Jul 21:45
17a5699
Compare
Choose a tag to compare

3.17.1 (2024-07-11)

Bug Fixes

v3.17.0

11 Jul 20:14
Compare
Choose a tag to compare

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

10 Jul 09:42
Compare
Choose a tag to compare

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

10 Jul 06:42
Compare
Choose a tag to compare

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)