-
Notifications
You must be signed in to change notification settings - Fork 27
chore(deps): update dependency miniflare to v3.20250408.2 #18
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
Open
renovate
wants to merge
1
commit into
dev
Choose a base branch
from
renovate/miniflare-3.x-lockfile
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
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
a452b71
to
2dc3459
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.20250408.2
Release Notes
cloudflare/workers-sdk (miniflare)
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
v3.20250408.0
Compare Source
Patch Changes
#8778
dec7e2a
Thanks @petebacondarwin! - update youch dependency to avoid vulnerable version of cookie#8856
db2207a
Thanks @edmundhung! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20250310.2
Compare Source
Patch Changes
90d93c9
Thanks @CarmenPopoviciu! - RemoveNodeJSCompatModule
. This was never fully supported, and never worked for deploying Workers from Wrangler.v3.20250310.1
Compare Source
Patch Changes
f90a669
Thanks @workers-devprod! - trigger dummy v3 maintenance release for testingv3.20250310.0
Compare Source
Patch Changes
#8423
8242e07
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#8390
53e6323
Thanks @GregBrimble! - Parse and apply metafiles (_headers
and_redirects
) inwrangler dev
for Workers Assetsv3.20250224.0
Compare Source
Patch Changes
#8338
2d40989
Thanks @GregBrimble! - feat: Upload _headers and _redirects if present with Workers Assets as part ofwrangler deploy
andwrangler versions upload
.#8251
da568e5
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#8288
cf14e17
Thanks @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-rpc
flag:wrangler dev --x-assets-rpc
.#8355
79c7810
Thanks @GregBrimble! - fix: Add default empty router config for assets in Miniflarev3.20250214.2
Compare Source
Patch Changes
#8274
fce642d
Thanks @emily-shen! - fix bindings to entrypoints on the same worker in workers with assets#8289
a4909cb
Thanks @penalosa! - Add the experimental--x-assets-rpc
flag to gate feature work to support JSRPC with Workers + Assets projects.v3.20250214.1
Compare Source
Patch Changes
#8247
a9a4c33
Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers Assets#8239
6cae13a
Thanks @edmundhung! - fix: allow thefetchMock
option to be parsed upfront before passing it to Miniflarev3.20250214.0
Compare Source
Patch Changes
#8171
5e06177
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20250204.1
Compare Source
Patch Changes
4db1fb5
Thanks @cmackenzie1! - Add local binding support for Worker Pipelinesv3.20250204.0
Compare Source
Patch Changes
#8032
c80dbd8
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7290
0c0374c
Thanks @emily-shen! - fix: add support for workers with assets when running multiple workers in onewrangler dev
instancehttps://github.com/cloudflare/workers-sdk/pull/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.0
Compare Source
Patch Changes
#7971
ab49886
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20250124.1
Compare Source
Patch Changes
cf4f47a
Thanks @penalosa! - Switch tocapnp-es
overcapnp-ts
v3.20250124.0
Compare Source
Patch Changes
#7890
40f89a9
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20241230.2
Compare Source
Patch Changes
8e9aa40
Thanks @penalosa! - Use TEXT bindings for plain text values in Miniflare. This is an internal detail that should have no user facing impact.v3.20241230.1
Compare Source
Minor Changes
78bdec5
Thanks @penalosa! - Support theCF-Connecting-IP
header, which will be available in your Worker to determine the IP address of the client that initiated a request.Patch Changes
2c76887
Thanks @lambrospetrou! - Fix D1 exports to properly pad HEX strings for binary values.v3.20241230.0
Compare Source
Patch Changes
#7652
b4e0af1
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20241218.0
Compare Source
Patch Changes
#7589
1488e11
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7575
7216835
Thanks @LuisDuarte1! - MakeInstance.status()
return type the same as productionv3.20241205.0
Compare Source
Patch Changes
#7464
21a9e24
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20241106.2
Compare Source
Patch Changes
#7418
ac87395
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7399
b3d2e7d
Thanks @emily-shen! - fix: update queues max_batch_timeout limit from 30s to 60sv3.20241106.1
Compare Source
Minor Changes
563439b
Thanks @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.