Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

v1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 20:08

1.13.0

  • Features

    • Add support for text blob bindings - xortive, pull/1543, issue/483

      Wrangler now supports text blobs! Text blobs are values to use in your workers, but are read from a file instead of a string in your TOML.

      Usage:

      text_blobs = { FOO = "path/to/foo.txt", BAR = "path/to/bar.txt" }

  • Fixes

  • Maintenance