github cloudflare/workers-sdk wrangler@2.0.11

latest releases: @cloudflare/quick-edit@0.2.3, @cloudflare/vitest-pool-workers@0.5.12, wrangler@3.78.12...
2 years ago

Patch Changes

  • #1239 df55709 Thanks @threepointone! - polish: don't include folder name in Sites kv asset keys

    As reported in #1189, we're including the name of the folder in the keys of the KV store that stores the assets. This doesn't match v1 behaviour. It makes sense not to include these since, we should be able to move around the folder and not have to reupload the entire folder again.

    Fixes #1189

  • #1210 785d418 Thanks @GregBrimble! - feat: Upload the delta for wrangler pages publish

    We now keep track of the files that make up each deployment and intelligently only upload the files that we haven't seen. This means that similar subsequent deployments should only need to upload a minority of files and this will hopefully make uploads even faster.

  • #1218 f8a21ed Thanks @threepointone! - fix: warn on unexpected fields on config.triggers

    This adds a warning when we find unexpected fields on the triggers config (and any future fields that use the isObjectWith() validation helper)

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.