Wrangler
Patch Changes
#6775
ecd82e8Thanks @CarmenPopoviciu! - fix: Support switching between static and dynamic WorkersThis commit fixes the current behaviour of watch mode for Workers with assets, and adds support for switching between static and dynamic Workers within a single
wrangler devsession.#6762
2840b9fThanks @petebacondarwin! - fix: error if a user inadvertently uploads a Pages_workers.jsfile or directory as an asset#6778
61dd93aThanks @CarmenPopoviciu! - fix: Error if Workers + Assets are run in remote modeWorkers + Assets are currently supported only in local mode. We should throw an error if users attempt to use Workers with assets in remote mode.
#6782
7655505Thanks @vicb! - chore: update unenv dependency version#6777
9649dbcThanks @penalosa! - chore: Update CI messaging#6779
3e75612Thanks @emily-shen! - fix: include asset binding inwrangler types
Patch Changes
#6743
b45e326Thanks @petebacondarwin! - fix: ability to build tricky Node.js compat scenario WorkersAdds support for non-default build conditions and platform via the WRANGLER_BUILD_CONDITIONS and WRANGLER_BUILD_PLATFORM flags.
#6776
02de103Thanks @zebp! - fix: disable observability on deploy if not explicitly defined in configWhen deploying a Worker that has observability enabled in the deployed version but not specified in the
wrangler.tomlWrangler will now set observability to disabled for the new version to match thewrangler.tomlas the source of truth.Updated dependencies [
2ddbb65]:
Patch Changes
#6744
e3136f9Thanks @petebacondarwin! - chore: update unenv dependency version#6749
9a06f88Thanks @CarmenPopoviciu! - fix: Throw error when attempting to configure Workers with assets and tail consumersTail Workers are currently not supported for Workers with assets. This commit ensures we throw a corresponding error if users are attempting to configure
tail_consumersvia their configuration file, for a Worker with assets. This validation is applied for allwrangler dev,wrangler deploy,wrangler versions upload.#6746
0deb42bThanks @GregBrimble! - fix: Fix assets upload message to correctly report number of uploaded assets#6745
6dbbb88Thanks @jonesphillip! - fix: r2 bucket notification get <bucket_name> has been marked deprecated in favor of r2 bucket notification list <bucket_name> to reflect behavior.Updated dependencies [
2407c41]:
Patch Changes
#6706
1c42466Thanks @jkoe-cf! - fix: making explicit to only send a body if there are rule ids specified in the config delete#6714
62082aaThanks @OilyLime! - fix: rough edges when creating and updating Hyperdrive over Access configs#6705
ea60a52Thanks @emily-shen! - fix: include compatability date in static-asset only uploads (experimental feature)
Patch Changes
- Updated dependencies [
7a8bb17]:- @cloudflare/workers-shared@0.5.3
- miniflare@3.20240909.1
Patch Changes
- Updated dependencies [
31bfd37,5d8547e]:- @cloudflare/workers-shared@0.5.2
- miniflare@3.20240909.1
Minor Changes
#6643
f30c61fThanks @WalshyDev! - feat: add "Deployment alias URL" towrangler pages deployif an alias is available for this deployment.#6415
b27b741Thanks @irvinebroque! - chore: Redirectwrangler generate [template name]andwrangler inittonpm create cloudflare#6647
d68e8c9Thanks @joshthoward! - feat: Configure SQLite backed Durable Objects in local dev#6696
0a9e90aThanks @penalosa! - feat: SupportWRANGLER_CI_MATCH_TAGenvironment variable.When set, this will ensure that
wrangler deployandwrangler versions uploadonly deploy to Workers which match the provided tag.#6702
aa603abThanks @hhoughgg! - feat: Hidewrangler pipelinesuntil release
Patch Changes
#6699
2507304Thanks @joshthoward! - fix: Bugs when warning users using SQLite in Durable Objects in remote dev#6693
0737e0fThanks @GregBrimble! - fix: Persist Workers Assets when doingwrangler versions secrets put/bulkUpdated dependencies [
d68e8c9,fed1fda]:- miniflare@3.20240909.1
- @cloudflare/workers-shared@0.5.1