-
Notifications
You must be signed in to change notification settings - Fork 262
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. |
This PR contains the following updates:
3.20250408.0
->3.20250718.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cloudflare/workers-sdk (miniflare)
v3.20250718.2
Compare Source
Patch Changes
#10716
a879fe0
Thanks @dario-piotrowicz! - fix: api proxy preserve multiple Set-Cookie headers#10465
6de07fb
Thanks @dario-piotrowicz! - Loosen validation around different configurations for Durable ObjectAllow durable objects to have
enableSql
,unsafeUniqueKey
andunsafePreventEviction
configurations set toundefined
even 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
ab47329
Thanks @edmundhung! - chore: bumpdevalue
version to 5.3.2v3.20250718.1
Compare Source
Minor Changes
#10015
b5d9bb0
Thanks @dario-piotrowicz! - addstructuredWorkerdLogs
optionadd a new top-level option named
structuredWorkerdLogs
that 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
76d3002
Thanks @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.0
Compare Source
Patch Changes
#10019
cce7f6f
Thanks @dario-piotrowicz! - chore: update workerd dependency to latest#10035
028f689
Thanks @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.2
Compare Source
Patch Changes
#8681
7a57c14
Thanks @workers-devprod! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9250
b2b5ee8
Thanks @workers-devprod! - fix: stripCF-Connecting-IP
header withinfetch
In v4.15.0, Miniflare began stripping the
CF-Connecting-IP
header via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches thefetch
API to strip the header during localwrangler dev
sessions as a temporary workaround until the underlying issue is resolved.#9211
56a0d6e
Thanks @petebacondarwin! - fix: ensure the fetch proxy message port is startedWhile Node.js will start the message port automatically when a
message
event 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.1
Compare Source
Patch Changes
#9055
fc04292
Thanks @CarmenPopoviciu! - chore: convert wrangler.toml files into wrangler.jsonc ones#9117
a01adca
Thanks @edmundhung! - fix: skip comment lines when parsingNODE_EXTRA_CA_CERTS
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.