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

Commit

Permalink
1.19.9 (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
jspspike authored Mar 18, 2022
1 parent 3bb3681 commit 8a79bc7
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 123 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v1.19.9

- ### Fixes

- **Expire unused assets on site upload - [caass], [pull/2221]**

Instead of deleting unused assets when uploading a new workers-sites project, mark the old assets for expiration in 5 minutes to prevent 404 errors before the new worker is propgated

[caass]: https://github.com/caass
[pull/2221]: https://github.com/cloudflare/wrangler/pull/2221

- **Revert #2096 - `[sites]` Don't delete unused assets - [threepointone], [pull/2214]**

This reverts the changes made in #2096 that would preserve already uploaded assets with `[site]`, even if they weren't being used. This leads to longer upload times for sites with rapidly changing assets, and a burgeoning kv store

[threepointone]: https://github.com/threepointone
[pull/2214]: https://github.com/cloudflare/wrangler/pull/2214

- **Updating an invalid URL for "additional instructions" Windows install. - [Scrumpyy], [pull/2208]**

The previous URL specified ( https://developers.cloudflare.com/workers/tooling/wrangler/install/ ) leads to a 404 page that was presumably intended to display the manual install instructions for Windows ( https://developers.cloudflare.com/workers/cli-wrangler/install-update/#manual-install )
[scrumpyy]: https://github.com/Scrumpyy
[pull/2208]: https://github.com/cloudflare/wrangler/pull/2208

## v1.19.8

- ### Features
Expand Down
Loading

0 comments on commit 8a79bc7

Please sign in to comment.