npm @cloudflare/wrangler 1.13.0
v1.13.0

latest releases: 1.21.0, 1.20.0, 1.19.13...
3 years ago

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

Don't miss a new wrangler release

NewReleases is sending notifications on new releases.