-
Notifications
You must be signed in to change notification settings - Fork 757
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
Version Packages #5134
Version Packages #5134
Conversation
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8160951748/npm-package-wrangler-5134 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5134/npm-package-wrangler-5134 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8160951748/npm-package-wrangler-5134 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8160951748/npm-package-create-cloudflare-5134 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8160951748/npm-package-cloudflare-kv-asset-handler-5134 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8160951748/npm-package-miniflare-5134 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8160951748/npm-package-cloudflare-pages-shared-5134 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8160951748/npm-package-cloudflare-vitest-pool-workers-5134 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
06acb84
to
cc5a63a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5134 +/- ##
==========================================
+ Coverage 70.31% 70.33% +0.01%
==========================================
Files 298 298
Lines 15551 15551
Branches 4001 4001
==========================================
+ Hits 10935 10938 +3
+ Misses 4616 4613 -3 |
db4036a
to
3764799
Compare
46bd344
to
49369d9
Compare
49369d9
to
b8b1576
Compare
b8b1576
to
4aed8e7
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
wrangler@3.31.0
Minor Changes
#5119
b0bd413
Thanks @garrettgu10! - feature: Python support for remote dev#5118
30694a3
Thanks @garrettgu10! - fix: Including version identifiers in Python requirements.txt will now throw an errorPatch Changes
#5132
82a3f94
Thanks @mrbbot! - fix: switch default logging level ofunstable_dev()
towarn
When running
unstable_dev()
in its default "test mode", the logging level was set tonone
. This meant any Worker startup errors or helpful warnings wouldn't be shown. This change switches the default towarn
. To restore the previous behaviour, includelogLevel: "none"
in your options object:#5128
d27e2a7
Thanks @taylorlee! - fix: Add legacy_env support to experimental versions upload command.#5087
a5231de
Thanks @dario-piotrowicz! - fix: makewrangler types
always generate ad.ts
file for module workersCurrently if a config file doesn't define any binding nor module, running
wrangler types
against such file would not produce ad.ts
file.Producing a
d.ts
file can however still be beneficial as it would define a correctenv interface (even if empty) that can be expanded/referenced by user code (this can
be particularly convenient for scaffolding tools that may want to always generate an
env interface).
Example:
Before
wrangler types --env-interface MyEnv
run with an emptywrangler.toml
filewould not generate any file, after these change it would instead generate a file with
the following content:
#5138
3dd9089
Thanks @G4brym! - fix: ensure Workers-AI local mode fetcher returns headers to client workerUpdated dependencies [
42bcc72
,42bcc72
]:create-cloudflare@2.13.1
Patch Changes
#5097
9d1d11c
Thanks @dependabot! - chore: Bumpedcreate-hono
from0.4.0
to0.5.0
#5121
fd2f153
Thanks @dependabot! - chore: Bumped@angular/create
from17.2.1
to17.2.2
#5122
b4f7ad8
Thanks @dependabot! - chore: Bumpedcreate-remix
from2.7.2
to2.8.0
#5135
8935526
Thanks @dario-piotrowicz! - fix: update solid preview and deploy scripts to be aligned with the rest of the frameworks#5129
23074c7
Thanks @dario-piotrowicz! - fix: make sure that all C3 projects include in their.gitignore
the wrangler filesPreviously only the worker templates included in their
.gitignore
the wrangler files (those being.dev.vars
and.wrangler
). Make sure to instead include such files in the.gitignore
files of all the templates including the full stack ones.#5135
8935526
Thanks @dario-piotrowicz! - fix: update solid C3 template to write anapp.config.(js/ts)
file instead ofvite.config.(js/ts)
miniflare@3.20240223.1
Patch Changes
#5133
42bcc72
Thanks @mrbbot! - fix: ensure internals can accessworkerd
when starting on non-localhost
Previously, if Miniflare was configured to start on a
host
that wasn't127.0.0.1
,::1
,*
,::
, or0.0.0.0
, calls toMiniflare
API methods relying on the magic proxy (e.g.getKVNamespace()
,getWorker()
, etc.) would fail. This change ensuresworkerd
is always accessible to Miniflare's internals. This also fixeswrangler dev
when using local network address such as192.168.0.10
with the--ip
flag.#5133
42bcc72
Thanks @mrbbot! - fix: ensure IPv6 addresses can be used ashost
sPreviously, if Miniflare was configured to start on an IPv6
host
, it could crash. This change ensures IPv6 addresses are handled correctly. This also fixeswrangler dev
when using IPv6 addresses such as::1
with the--ip
flag.@cloudflare/pages-shared@0.11.16
Patch Changes
42bcc72
,42bcc72
]:@cloudflare/vitest-pool-workers@0.0.6
Patch Changes
82a3f94
,d27e2a7
,b0bd413
,42bcc72
,30694a3
,42bcc72
,a5231de
,3dd9089
]: