-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency wrangler to v3.78.11 #67
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66632ac
to
ca3eb43
Compare
ca3eb43
to
c63f555
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.50.0
->3.78.11
Release Notes
cloudflare/workers-sdk (wrangler)
v3.78.11
Compare Source
Patch Changes
7ede181
Thanks @CarmenPopoviciu! - fix: Validate[routes]
on configuration file changesv3.78.10
Compare Source
Patch Changes
#6824
1c58a74
Thanks @petebacondarwin! - fix: tidy up error messaging for unexpected use of Node.js APIsFixes #6822
Updated dependencies [
5e2e62c
,1c58a74
]:v3.78.9
Compare Source
Patch Changes
#6753
4e33f2c
Thanks @bluwy! - refactor: prevent bundling entirepackage.json
in built code#6812
f700d37
Thanks @CarmenPopoviciu! - fix: Validate additional config properties for[observability]
#6751
638a550
Thanks @bluwy! - refactor: simplify date calculation and remove date-fns dependency#6809
28cb0d7
Thanks @smellercf! - fix: Remove Beta tag from r2 event notification wrangler command descriptions#6802
17eb8a9
Thanks @CarmenPopoviciu! - chore: renameexperimental_assets
toassets
#6781
0792fa0
Thanks @mikenomitch! - chore: tweaks warning when using node_compatv3.78.8
Compare Source
Patch Changes
#6791
74d719f
Thanks @penalosa! - fix: Add missing binding toinit --from-dash
#6728
1ca313f
Thanks @emily-shen! - fix: remove filepath encoding on asset upload and handle sometimes-encoded charactersSome characters like [ ] @ are encoded by encodeURIComponent() but are often requested at an unencoded URL path.
This change will make assets with filenames with these characters accessible at both the encoded and unencoded paths,
but to use the encoded path as the canonical one, and to redirect requests to the canonical path if necessary.
#6798
7d7f19a
Thanks @emily-shen! - fix: error if an asset binding is provided without a Worker scriptUpdated dependencies [
1ca313f
]:v3.78.7
Compare Source
Patch Changes
#6775
ecd82e8
Thanks @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 dev
session.#6762
2840b9f
Thanks @petebacondarwin! - fix: error if a user inadvertently uploads a Pages_workers.js
file or directory as an asset#6778
61dd93a
Thanks @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
7655505
Thanks @vicb! - chore: update unenv dependency version#6777
9649dbc
Thanks @penalosa! - chore: Update CI messaging#6779
3e75612
Thanks @emily-shen! - fix: include asset binding inwrangler types
v3.78.6
Compare Source
Patch Changes
#6743
b45e326
Thanks @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.
Fixes https://github.com/cloudflare/workers-sdk/issues/6742
#6776
02de103
Thanks @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.toml
Wrangler will now set observability to disabled for the new version to match thewrangler.toml
as the source of truth.Updated dependencies [
2ddbb65
]:v3.78.5
Compare Source
Patch Changes
#6744
e3136f9
Thanks @petebacondarwin! - chore: update unenv dependency version#6749
9a06f88
Thanks @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_consumers
via their configuration file, for a Worker with assets. This validation is applied for allwrangler dev
,wrangler deploy
,wrangler versions upload
.#6746
0deb42b
Thanks @GregBrimble! - fix: Fix assets upload message to correctly report number of uploaded assets#6745
6dbbb88
Thanks @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
]:v3.78.4
Patch Changes
#6706
1c42466
Thanks @jkoe-cf! - fix: making explicit to only send a body if there are rule ids specified in the config delete#6714
62082aa
Thanks @OilyLime! - fix: rough edges when creating and updating Hyperdrive over Access configs#6705
ea60a52
Thanks @emily-shen! - fix: include compatability date in static-asset only uploads (experimental feature)v3.78.3
Patch Changes
#6686
2c8506f
Thanks @DaniFoldi! - fix: Bump path-to-regexp dependency version#6329
c135de4
Thanks @penalosa! - chore: Cache generated runtime typesUpdated dependencies [
5b5dd95
]:v3.78.2
Compare Source
Patch Changes
7a8bb17
]:v3.78.1
Compare Source
Patch Changes
31bfd37
,5d8547e
]:v3.78.0
Compare Source
Minor Changes
#6643
f30c61f
Thanks @WalshyDev! - feat: add "Deployment alias URL" towrangler pages deploy
if an alias is available for this deployment.#6415
b27b741
Thanks @irvinebroque! - chore: Redirectwrangler generate [template name]
andwrangler init
tonpm create cloudflare
#6647
d68e8c9
Thanks @joshthoward! - feat: Configure SQLite backed Durable Objects in local dev#6696
0a9e90a
Thanks @penalosa! - feat: SupportWRANGLER_CI_MATCH_TAG
environment variable.When set, this will ensure that
wrangler deploy
andwrangler versions upload
only deploy to Workers which match the provided tag.#6702
aa603ab
Thanks @hhoughgg! - feat: Hidewrangler pipelines
until releasePatch Changes
#6699
2507304
Thanks @joshthoward! - fix: Bugs when warning users using SQLite in Durable Objects in remote dev#6693
0737e0f
Thanks @GregBrimble! - fix: Persist Workers Assets when doingwrangler versions secrets put/bulk
Updated dependencies [
d68e8c9
,fed1fda
]:v3.77.0
Compare Source
Minor Changes
#6674
831f892
Thanks @andyjessop! - feat: Added new [[pipelines]] bindings. This creates a new binding that allows sending events tothe specified pipeline.
Example:
[[pipelines]]
binding = "MY_PIPELINE"
pipeline = "my-pipeline"
#6668
88c40be
Thanks @zebp! - feature: add observability setting to wrangler.tomlAdds the
observability
setting which provides your Worker with automatic persistent logs that can be searched, filtered, and queried directly from the Workers dashboard.#6679
2174127
Thanks @jkoe-cf! - feat: adding option to specify a rule within the config to delete (if no rules are specified, all rules get deleted)#6666
4107f57
Thanks @threepointone! - feat: support analytics engine in local/remote devThis adds "support" for analytics engine datasets for
wrangler dev
. Specifically, it simply mocks the AE bindings so that they exist while developing (and don't throw when accessed).This does NOT add support in Pages, though we very well could do so in a similar way in a followup.
#6640
8527675
Thanks @petebacondarwin! - feat: experimental workers assets can be ignored by adding a .assetsignore fileThis file can be added to the root of the assets directory that is to be uploaded alongside the Worker
when using
experimental_assets
.The file follows the
.gitignore
syntax, and any matching paths will not be included in the upload.#6652
648cfdd
Thanks @bthwaites! - feat: Update R2 Get Event Notification response, display, and actions#6625
8dcd456
Thanks @maxwellpeterson! - feature: Add support for placement hintsAdds the
hint
field to smart placement configuration. When set, placement hints will be used to decide where smart-placement-enabled Workers are run.#6631
59a0072
Thanks @emily-shen! - feat: Add config options 'html_handling' and 'not_found_handling' to experimental_asset field in wrangler.tomlPatch Changes
#6621
6523db2
Thanks @emily-shen! - fix: Validateroutes
inwrangler dev
andwrangler deploy
for Workers with assetsWe want wrangler to error if users are trying to deploy a Worker with assets, and routes with a path component.
All Workers with assets must have either:
#6687
7bbed63
Thanks @GregBrimble! - fix: Fix asset upload count messaging#6628
33cc0ec
Thanks @GregBrimble! - chore: Improves messaging when uploading assets#6671
48eeff4
Thanks @jkoe-cf! - fix: Update R2 Create Event Notification response#6618
67711c2
Thanks @GregBrimble! - fix: Switch to multipart/form-data upload format for Workers AssetsThis has proven to be much more reliable.
Updated dependencies [
3f5b934
,59a0072
]:v3.76.0
Compare Source
Minor Changes
#6126
18c105b
Thanks @IRCody! - feature: Add 'cloudchamber curl' commandAdds a cloudchamber curl command which allows easy access to arbitrary cloudchamber API endpoints.
#6649
46a91e7
Thanks @andyjessop! - feature: Integrate the Cloudflare Pipelines product into wrangler.Cloudflare Pipelines is a product that handles the ingest of event streams
into R2. This feature integrates various forms of managing pipelines.
Usage:
wrangler pipelines create <pipeline>
: Create a new pipelinewrangler pipelines list
: List current pipelineswrangler pipelines show <pipeline>
: Show a pipeline configurationwrangler pipelines update <pipeline>
: Update a pipelinewrangler pipelines delete <pipeline>
: Delete a pipelineExamples:
wrangler pipelines create my-pipeline --r2 MY_BUCKET --access-key-id "my-key" --secret-access-key "my-secret"
wrangler pipelines show my-pipeline
wrangler pipelines delete my-pipline
Patch Changes
#6612
6471090
Thanks @dario-piotrowicz! - fix: Add hyperdrive binding support ingetPlatformProxy
example:
v3.75.0
Compare Source
Minor Changes
#6603
a197460
Thanks @taylorlee! - feature: log version preview url when previews existThe version upload API returns a field indicating whether
a preview exists for that version. If a preview exists and
workers.dev is enabled, wrangler will now log the full
URL on version upload.
This does not impact wrangler deploy, which only prints the
workers.dev route of the latest deployment.
#6550
8d1d464
Thanks @Pedr0Rocha! - feature: add RateLimit type generation to the ratelimit unsafe binding.Patch Changes
#6615
21a09e0
Thanks @RamIdeas! - chore: avoid potential double-install of create-cloudflareWhen
wrangler init
delegates to C3, it did so vianpm create [email protected]
. C3's v2.5.0 was the first to include auto-update support to avoidnpx
's potentially stale cache. But this also guaranteed a double install for users who do not have 2.5.0 cached. Now, wrangler delegates vianpm create cloudflare@^2.5.0
which should use the latest version cached on the user's system or install and use the latest v2.x.x.#6603
a197460
Thanks @taylorlee! - chore: fix version upload log orderPreviously deploy prints:
upload timings
deploy timings
current version id
while version upload prints:
worker version id
upload timings
This change makes version upload more similar to deploy by printing
version id after upload, which also makes more sense, as version ID can
only be known after upload has finished.
v3.74.0
Compare Source
Minor Changes
dff8d44
Thanks @CarmenPopoviciu! - feat: add support for experimental assets inwrangler dev
watch modePatch Changes
#6605
c4f0d9e
Thanks @WalshyDev! - fix: ensure we update non-versioned Worker settings for the new deploy path inwrangler deploy
Updated dependencies [
e8975a9
]:v3.73.0
Compare Source
Minor Changes
#6571
a7e1bfe
Thanks @penalosa! - feat: Add deployment http targets to wrangler deploy logs, and add url to pages deploy logs#6497
3bd833c
Thanks @WalshyDev! - chore: movewrangler versions ...
,wrangler deployments ...
,wrangler rollback
andwrangler triggers ...
out of experimental and open beta.These are now available to use without the --x-versions flag, you can continue to pass this however without issue to keep compatibility with all the usage today.
A few of the commands had an output that wasn't guarded by
--x-versions
those have been updated to use the newer output, we have tried to keep compatibility where possible (for example:wrangler rollback
will continue to output "Worker Version ID:" so users can continue to grab the ID).If you wish to use the old versions of the commands you can pass the
--no-x-versions
flag. Note, these will be removed in the future so please work on migrating.#6586
72ea742
Thanks @penalosa! - feat: Inject a 404 response for browser requestedfavicon.ico
files when loading the/__scheduled
page for scheduled-only Workers#6497
3bd833c
Thanks @WalshyDev! - feat: updatewrangler deploy
to use the new versions and deployments API.This should have zero user-facing impact but sets up the most used command to deploy Workers to use the new recommended APIs and move away from the old ones.
We will still call the old upload path where required (e.g. Durable Object migration or Service Worker format).
Patch Changes
#6563
da48a70
Thanks @threepointone! - chore: remove the warning about local mode flag being removed in the future#6595
0a76d7e
Thanks @vicb! - feat: update unenv to the latest available version#5738
c2460c4
Thanks @penalosa! - fix: Prevent spaces in names when validating#6586
72ea742
Thanks @penalosa! - chore: Improve Miniflare CRON warning wording#6593
f097cb7
Thanks @vicb! - fix: removeexperimental:
prefix requirement for nodejs_compat_v2See https://jira.cfdata.org/browse/DEVDASH-218
#6572
0d83428
Thanks @penalosa! - fix: Show a clearer user error when trying to use a python worker without thepython_workers
compatibility flag specified#6589
f4c8cea
Thanks @vicb! - feat: update unenv to the latest available versionUpdated dependencies [
45ad2e0
]:v3.72.3
Compare Source
Patch Changes
#6548
439e63a
Thanks @garvit-gupta! - fix: Fix Vectorize getVectors, deleteVectors payload in Wrangler Client; VS-271#6554
46aee5d
Thanks @andyjessop! - fix: nodejs_compat flags no longer error when running wrangler types --x-include-runtime#6548
439e63a
Thanks @garvit-gupta! - fix: Add content-type header to Vectorize POST operations; #6516/VS-269#6566
669ec1c
Thanks @penalosa! - fix: Ensure esbuild warnings are logged when running wrangler deployUpdated dependencies [
6c057d1
]:v3.72.2
Compare Source
Patch Changes
#6511
e75c581
Thanks @petebacondarwin! - fix: allow Pages projects to use `experimental:nodejs_compat_v2" flagFixes #6288
Updated dependencies [
b0e2f0b
,f5bde66
]:v3.72.1
Compare Source
Patch Changes
#6530
d0ecc6a
Thanks @WalshyDev! - fix: fixedwrangler versions upload
printing bindings twice#6502
a9b4f25
Thanks @garvit-gupta! - fix: Fix Vectorize List MetadataIndex Http Method#6508
56a3de2
Thanks @petebacondarwin! - fix: move the Windows C++ redistributable warning so it is only shown if there is an actual access violationReplaces #6471, which was too verbose.
Fixes #6170
v3.72.0
Compare Source
Minor Changes
#6479
3c24d84
Thanks @petebacondarwin! - feat: allow HTTPS custom certificate paths to be provided by a environment variablesAs well as providing paths to custom HTTPS certificate files, it is now possible to use WRANGLER_HTTPS_KEY_PATH and WRANGLER_HTTPS_CERT_PATH environment variables.
Specifying the file paths at the command line overrides specifying in environment variables.
Fixes #5997
Patch Changes
#6471
0d85f24
Thanks @petebacondarwin! - fix: add a helpful message on Windows when Miniflare fails to start#6489
34bf393
Thanks @GregBrimble! - fix: Upload assets as JSON Lines (application/jsonl) rather than NDJSON (application/x-ndjson)#6482
e24939c
Thanks @RamIdeas! - fix: reimplement module aliasing so user-defined aliases take precedence over other plugins (eg unenv node.js polyfills)Updated dependencies [
00f340f
]:v3.71.0
Compare Source
Minor Changes
#6464
da9106c
Thanks @AnantharamanSI! - feat: rename--count
to--limit
inwrangler d1 insights
This PR renames
wrangler d1 insight
's--count
flag to--limit
to improve clarity and conform to naming conventions.To avoid a breaking change, we have kept
--count
as an alias to--limit
.#6451
515de6a
Thanks @danielrs! - feat:whoami
shows membership information when available#6463
dbc6782
Thanks @AnantharamanSI! - feat: add queryEfficiency towrangler d1 insights
output#6252
a2a144c
Thanks @garvit-gupta! - feat: Enable Wrangler to operate on Vectorize V2 indexesPatch Changes
3402ab9
Thanks @RamIdeas! - fix: using a debugger sometimes disconnected with "Message is too large" errorv3.70.0
Compare Source
Minor Changes
05082ad
Thanks @petebacondarwin! - feat: support outputting ND-JSON files via an environment variablePatch Changes
#6440
09b5092
Thanks @petebacondarwin! - fix: tweak the properties of the new Wrangler output file entries for better consistencyUpdated dependencies [
d55eeca
]:v3.69.1
Compare Source
Patch Changes
cba2e25
Thanks @petebacondarwin! - fix: prevent crash when running wrangler dev due to missing dependencyv3.69.0
Compare Source
Minor Changes
#6392
c3e19b7
Thanks @taylorlee! - feat: log Worker startup time in theversion upload
command#6370
8a3c6c0
Thanks @CarmenPopoviciu! - feat: Create very basic Asset Server Worker and plumb it intowrangler dev
These changes do the ground work needed in order to add Assets support for Workers in
wrangler dev
. They implement the following:workers-shared
that hosts theAsset Server Worker
, and theRouter Worker
in the futureAsset Server Worker
in some very basic form, with basic configuration. Further behaviour implementation will follow in a subsequent PRPatch Changes
#6392
c3e19b7
Thanks @taylorlee! - fix: remove bundle size warning from Worker deploy commandsBundle size was a proxy for startup time. Now that we have startup time
reported, focus on bundle size is less relevant.
v3.68.0
Compare Source
Minor Changes
#6318
dc576c8
Thanks @danlapid! - feat: Add a log for worker startup time in wrangler deploy#6097
64f34e8
Thanks @RamIdeas! - feat: implements the--experimental-dev-env
(shorthand:--x-dev-env
) flag forwrangler pages dev
Patch Changes
#6379
31aa15c
Thanks @RamIdeas! - fix: clearer error message when trying to use Workers Sites or Legacy Assets withwrangler versions upload
#6367
7588800
Thanks @RamIdeas! - fix: implicitly cleanup (callstop()
) inunstable_dev
if the returned Promise rejected and thestop()
function was not returned#6330
cfbdede
Thanks @RamIdeas! - fix: when the worker's request.url is overridden using thehost
orlocalUpstream
, ensureport
is overridden/cleared tooWhen using
--localUpstream=example.com
, the request.url would incorrectly be "example.com:8787" but is now "example.com".This only applies to
wrangler dev --x-dev-env
andunstable_dev({ experimental: { devEnv: true } })
.#6365
13549c3
Thanks @WalshyDev! - fix: WASM modules meant thatwrangler versions secret ...
could not properly update the version. This has now been fixed.Updated dependencies [
a9021aa
,44ad2c7
]:v3.67.1
Compare Source
Patch Changes
#6312
67c611a
Thanks @emily-shen! - feat: add CLI flag and config key for experimental Workers + AssetsThis change adds a new experimental CLI flag (
--experimental-assets
) and configuration key (experimental_assets
) for the new Workers + Assets work.The new flag and configuration key are for the time being "inactive", in the sense that no behaviour is attached to them yet. This will follow up in future work.
Updated dependencies [
b3c3cb8
]:v3.67.0
Compare Source
Minor Changes
#4545
e5afae0
Thanks @G4brym! - Remove experimental/beta constellation commands and binding, please migrate to Workers AI, learn more here https://developers.cloudflare.com/workers-ai/.This is not deemed a major version bump for Wrangler since these commands were never generally available.
#6322
373248e
Thanks @IRCody! - Add cloudchamber scope to existing scopes instead of replacing them.When using any cloudchamber command the cloudchamber scope will now be added to the existing scopes instead of replacing them.
#6276
a432a13
Thanks @CarmenPopoviciu! - feat: Add support forwrangler.jsonc
This commit adds support for
wrangler.jsonc
config file for Workers. This feature is available behind the--experimental-json-config
flag (just likewrangler.json
).To use the new configuration file, add a
wrangler.jsonc
file to your Worker project and runwrangler dev --experimental-json-config
orwrangler deploy --experimental-json-config
.Please note that this work does NOT add
wrangler.json
orwrangler.jsonc
support for Pages projects!#6168
1ee41ff
Thanks @IRCody! - feature: Add list and remove subcommands to cloudchamber registries command.Patch Changes
#6331
e6ada07
Thanks @threepointone! - fix: only warn about miniflare feature support (ai, vectorize, cron) onceWe have some warnings in local mode dev when trying to use ai bindings / vectorize / cron, but they are printed every time the worker is started. This PR changes the warning to only be printed once per worker start.
v3.66.0
Compare Source
Minor Changes
#6295
ebc85c3
Thanks @andyjessop! - feat: introduce an experimental flag forwrangler types
to dynamically generate runtime types according to the user's project configuration.#6272
084d39e
Thanks @emily-shen! - fix: addlegacy-assets
config and flag as alias of currentassets
behaviorassets
config key/flag will change on August 15th.legacy-assets
will preserve current functionality.Patch Changes
#6203
5462ead
Thanks @geelen! - fix: Updating to match new D1 import/export API format#6315
3fd94e7
Thanks @penalosa! - chore: Add RayID towrangler login
error message displayed when a user hits a bot challenge pagev3.65.1
Compare Source
Patch Changes
957d668
Thanks [@WalshyDev]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.