Skip to content

Releases: fastly/js-compute-runtime

v2.0.2

01 Jun 10:25
Compare
Choose a tag to compare

2.0.2 (2023-06-01)

Bug Fixes

  • add fastly:secret-store types (3805238)

v2.0.1

24 May 11:34
Compare
Choose a tag to compare

2.0.1 (2023-05-24)

Bug Fixes

  • When using implicit backends with https protocol, use the hostname for the sni hostname value to match fetch behaviour in browsers and other runtimes (84fb6a2)

v2.0.0

15 May 18:34
600ff63
Compare
Choose a tag to compare

2.0.0 (2023-05-15)

⚠ BREAKING CHANGES

  • Rename Object Store and related APIs to KV Store (#476)

Features

  • Rename Object Store and related APIs to KV Store (#476) (01a4729)

v1.13.0

11 May 16:02
a35627d
Compare
Choose a tag to compare

1.13.0 (2023-05-11)

Features

  • Implement all the web console methods (#522) (a12a1d3)

v1.12.0

11 May 11:32
Compare
Choose a tag to compare

1.12.0 (2023-05-11)

Features

  • implement Fanout for JS SDK (5198884)

v1.11.2

27 Apr 10:05
0cc3ed1
Compare
Choose a tag to compare

1.11.2 (2023-04-27)

Bug Fixes

  • Add TypeScript definitions for Response.redirect() and Response.json() (#512) (ebe429f)

v1.11.1

26 Apr 22:56
edbb470
Compare
Choose a tag to compare

1.11.1 (2023-04-26)

Bug Fixes

  • TextDecoder: add (nearly) full support for TextDecoder and TextEncoder (#501) (a4c312e)

v1.11.0

25 Apr 22:14
893a084
Compare
Choose a tag to compare

1.11.0 (2023-04-25)

Features

  • implement Response.json static method (#499) (780067d)

v1.10.1

25 Apr 00:03
6c7d08e
Compare
Choose a tag to compare

1.10.1 (2023-04-24)

Bug Fixes

  • Fix for ReferenceError: pattern is not defined (#506) (107c9be)

v1.10.0

22 Apr 09:49
Compare
Choose a tag to compare

1.10.0 (2023-04-21)

Features

  • Add MD5 support into crypto.subtle.digest (9c8efab)
  • implement Response.redirect static method and Response.prototype.redirected getter (1623d74)