Releases: fastly/js-compute-runtime
Releases · fastly/js-compute-runtime
v2.0.2
2.0.2 (2023-06-01)
Bug Fixes
- add fastly:secret-store types (3805238)
v2.0.1
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
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.12.0
1.12.0 (2023-05-11)
Features
- implement Fanout for JS SDK (5198884)
v1.11.2
1.11.2 (2023-04-27)
Bug Fixes
- Add TypeScript definitions for Response.redirect() and Response.json() (#512) (ebe429f)
v1.11.1
1.11.1 (2023-04-26)
Bug Fixes
- TextDecoder: add (nearly) full support for TextDecoder and TextEncoder (#501) (a4c312e)
v1.10.1
1.10.1 (2023-04-24)
Bug Fixes
- Fix for
ReferenceError: pattern is not defined
(#506) (107c9be)
v1.10.0
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)