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

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliescottdavidson committed Jan 14, 2021
1 parent 0dadc5b commit 635d810
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 177 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 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" }`

[pull/1543]: https://github.com/cloudflare/wrangler/pull/1543
[issue/483]: https://github.com/cloudflare/wrangler/issue/483

- ### Fixes

- **Support accounts with more than 100 kv namespaces - [ags799], [pull/1717]**

[pull/1717]: https://github.com/cloudflare/wrangler/pull/1717
[ags799]: https://github.com/ags799

- ### Maintenance

- **Remove references to obsolete kv error codes - [ags799], [pull/1727]**

[pull/1727]: https://github.com/cloudflare/wrangler/pull/1727

## ❗️ 1.12.3

- ### Fixes
Expand Down
Loading

0 comments on commit 635d810

Please sign in to comment.