-
Notifications
You must be signed in to change notification settings - Fork 261
chore(deps): update dependency miniflare to v3.20250718.2 #3388
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
base: main
Are you sure you want to change the base?
Conversation
bfbb95e to
309e573
Compare
|
Action required: PR inactive for 5 days. |
309e573 to
4ff3c21
Compare
4ff3c21 to
9e77387
Compare
|
Action required: PR inactive for 5 days. |
|
Action required: PR inactive for 5 days. |
|
Action required: PR inactive for 5 days. |
|
Action required: PR inactive for 5 days. |
9e77387 to
b648ede
Compare
|
Action required: PR inactive for 5 days. |
|
Action required: PR inactive for 5 days. |
This PR contains the following updates:
3.20250408.0->3.20250718.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cloudflare/workers-sdk (miniflare)
v3.20250718.2Compare Source
Patch Changes
#10716
a879fe0Thanks @dario-piotrowicz! - fix: api proxy preserve multiple Set-Cookie headers#10465
6de07fbThanks @dario-piotrowicz! - Loosen validation around different configurations for Durable ObjectAllow durable objects to have
enableSql,unsafeUniqueKeyandunsafePreventEvictionconfigurations set toundefinedeven if they same durable objects are defined with those configurations set to a different value (this would allow workers using external durable objects not to have to duplicate such configurations in their options)#10484
ab47329Thanks @edmundhung! - chore: bumpdevalueversion to 5.3.2v3.20250718.1Compare Source
Minor Changes
#10015
b5d9bb0Thanks @dario-piotrowicz! - addstructuredWorkerdLogsoptionadd a new top-level option named
structuredWorkerdLogsthat makes workerd print to stdout structured logs (stringified jsons of the following shape:{ timestamp: number, level: string, message: string }) instead of printing logs to stdout and stderrPatch Changes
76d3002Thanks @devin-ai-integration! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.v3.20250718.0Compare Source
Patch Changes
#10019
cce7f6fThanks @dario-piotrowicz! - chore: update workerd dependency to latest#10035
028f689Thanks @petebacondarwin! - Fix D1 SQL dump generation: escape identifiers and handle SQLite's dynamic typingEscape column and table names to prevent SQL syntax errors.
Escape values based on their runtime type to support SQLite's flexible typing.
v3.20250408.2Compare Source
Patch Changes
#8681
7a57c14Thanks @workers-devprod! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9250
b2b5ee8Thanks @workers-devprod! - fix: stripCF-Connecting-IPheader withinfetchIn v4.15.0, Miniflare began stripping the
CF-Connecting-IPheader via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches thefetchAPI to strip the header during localwrangler devsessions as a temporary workaround until the underlying issue is resolved.#9211
56a0d6eThanks @petebacondarwin! - fix: ensure the fetch proxy message port is startedWhile Node.js will start the message port automatically when a
messageevent listener is added,this diverges from the standard Web API for message ports, which require you to explicitly start
listening on the port.
v3.20250408.1Compare Source
Patch Changes
#9055
fc04292Thanks @CarmenPopoviciu! - chore: convert wrangler.toml files into wrangler.jsonc ones#9117
a01adcaThanks @edmundhung! - fix: skip comment lines when parsingNODE_EXTRA_CA_CERTSConfiguration
📅 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.