chore(deps): update dependency miniflare to v3.20250718.3#18
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
chore(deps): update dependency miniflare to v3.20250718.3#18renovate[bot] wants to merge 1 commit intodevfrom
renovate[bot] wants to merge 1 commit intodevfrom
Conversation
7afe8e7 to
6e03e38
Compare
6e03e38 to
51dc84f
Compare
b9ff21b to
0bbcac7
Compare
0bbcac7 to
b8d082f
Compare
b8d082f to
bee13f1
Compare
bee13f1 to
86a7ad5
Compare
86a7ad5 to
0d98e6b
Compare
0d98e6b to
060498b
Compare
060498b to
f9496c4
Compare
ca3a326 to
510dee8
Compare
510dee8 to
2babbdb
Compare
224758e to
5cd032b
Compare
7cb5bd0 to
35faf0f
Compare
381aad8 to
2c170e0
Compare
2c170e0 to
0a3032a
Compare
0a3032a to
b1ec056
Compare
21233ad to
3fcab28
Compare
3fcab28 to
98fbfb4
Compare
98fbfb4 to
ae2b7c3
Compare
ae2b7c3 to
bd1b0da
Compare
bd1b0da to
2dd20c9
Compare
bcc70fa to
dc8b83f
Compare
dc8b83f to
f3f498b
Compare
f3f498b to
2f7def5
Compare
2f7def5 to
2742944
Compare
2742944 to
fe392d7
Compare
fe392d7 to
ff86e58
Compare
ff86e58 to
d42cf29
Compare
This file contains hidden or 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
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.20241106.0→3.20250718.3Release Notes
cloudflare/workers-sdk (miniflare)
v3.20250718.3Compare Source
Patch Changes
#11664
d006faeThanks @NuroDev! - Fix Durable Object RPC calls from Node.js blocking the event loop, preventingPromise.race()and timeouts from working correctly.Previously, RPC calls from Node.js to Durable Objects would block the Node.js event loop, causing
Promise.race()with timeouts to never resolve. This fix ensures that RPC calls properly yield control back to the event loop, allowing concurrent operations and timeouts to work as expected.#10890
4ae9eadThanks @alsuren! - Document that dumpSql is shared with d1-worker, and incorporate some D1 internal stats gathering machinery (which is currently unused by 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_CERTSv3.20250408.0Compare Source
Patch Changes
#8778
dec7e2aThanks @petebacondarwin! - update youch dependency to avoid vulnerable version of cookie#8856
db2207aThanks @edmundhung! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20250310.2Compare Source
Patch Changes
90d93c9Thanks @CarmenPopoviciu! - RemoveNodeJSCompatModule. This was never fully supported, and never worked for deploying Workers from Wrangler.v3.20250310.1Compare Source
Patch Changes
f90a669Thanks @workers-devprod! - trigger dummy v3 maintenance release for testingv3.20250310.0Compare Source
Patch Changes
#8423
8242e07Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#8390
53e6323Thanks @GregBrimble! - Parse and apply metafiles (_headersand_redirects) inwrangler devfor Workers Assetsv3.20250224.0Compare Source
Patch Changes
#8338
2d40989Thanks @GregBrimble! - feat: Upload _headers and _redirects if present with Workers Assets as part ofwrangler deployandwrangler versions upload.#8251
da568e5Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#8288
cf14e17Thanks @CarmenPopoviciu! - feat: Add assets Proxy Worker skeleton in miniflareThis commit implements a very basic Proxy Worker skeleton, and wires it in the "pipeline" miniflare creates for assets. This Worker will be incrementally worked on, but for now, the current implementation will forward all incoming requests to the Router Worker, thus leaving the current assets behaviour in local dev, the same.
This is an experimental feature available under the
--x-assets-rpcflag:wrangler dev --x-assets-rpc.#8355
79c7810Thanks @GregBrimble! - fix: Add default empty router config for assets in Miniflarev3.20250214.2Compare Source
Patch Changes
#8274
fce642dThanks @emily-shen! - fix bindings to entrypoints on the same worker in workers with assets#8289
a4909cbThanks @penalosa! - Add the experimental--x-assets-rpcflag to gate feature work to support JSRPC with Workers + Assets projects.v3.20250214.1Compare Source
Patch Changes
#8247
a9a4c33Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers Assets#8239
6cae13aThanks @edmundhung! - fix: allow thefetchMockoption to be parsed upfront before passing it to Miniflarev3.20250214.0Compare Source
Patch Changes
#8171
5e06177Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20250204.1Compare Source
Patch Changes
4db1fb5Thanks @cmackenzie1! - Add local binding support for Worker Pipelinesv3.20250204.0Compare Source
Patch Changes
#8032
c80dbd8Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7290
0c0374cThanks @emily-shen! - fix: add support for workers with assets when running multiple workers in onewrangler devinstance#7251 added support for running multiple Workers in one
wrangler dev/miniflare session. e.g.wrangler dev -c wrangler.toml -c ../worker2/wrangler.toml, which among other things, allowed cross-service RPC to Durable Objects.However this did not work in the same way as production when there was a Worker with assets - this PR should fix that.
v3.20250129.0Compare Source
Patch Changes
#7971
ab49886Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20250124.1Compare Source
Patch Changes
cf4f47aThanks @penalosa! - Switch tocapnp-esovercapnp-tsv3.20250124.0Compare Source
Patch Changes
#7890
40f89a9Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20241230.2Compare Source
Patch Changes
8e9aa40Thanks @penalosa! - Use TEXT bindings for plain text values in Miniflare. This is an internal detail that should have no user facing impact.v3.20241230.1Compare Source
Minor Changes
78bdec5Thanks @penalosa! - Support theCF-Connecting-IPheader, which will be available in your Worker to determine the IP address of the client that initiated a request.Patch Changes
2c76887Thanks @lambrospetrou! - Fix D1 exports to properly pad HEX strings for binary values.v3.20241230.0Compare Source
Patch Changes
#7652
b4e0af1Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20241218.0Compare Source
Patch Changes
#7589
1488e11Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7575
7216835Thanks @LuisDuarte1! - MakeInstance.status()return type the same as productionv3.20241205.0Compare Source
Patch Changes
#7464
21a9e24Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20241106.2Compare Source
Patch Changes
#7418
ac87395Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7399
b3d2e7dThanks @emily-shen! - fix: update queues max_batch_timeout limit from 30s to 60sv3.20241106.1Compare Source
Minor Changes
563439bThanks @LuisDuarte1! - Add proper engine persistance in .wrangler and fix multiple workflows in miniflareConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.