Skip to content

v1.4.0: Merge pull request #155 from fastly/dgryski/release-1.4.0

Compare
Choose a tag to compare
@dgryski dgryski released this 07 Apr 21:15
· 28 commits to main since this release
d953bd4

1.4.0 (2025-04-07)

Added

  • fsthttp: make response polling frequency configurable
  • fsthttp: add http cache API support
  • secretstore: add Plaintext toplevel convenience function
  • acl: add ACL hostcalls

Readthrough HTTP Cache Support

Customizing cache behaviour with the readthrough cache is an opt-in feature; enable it by adding -tags=fsthttp_guest_cache to the build line of your fastly.toml.

[scripts]
build = "tinygo build -target=wasip1 -tags=fsthttp_guest_cache -o bin/main.wasm ."