-
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 #5358
Version Packages #5358
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/8438604966/npm-package-wrangler-5358 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5358/npm-package-wrangler-5358 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-wrangler-5358 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-create-cloudflare-5358 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-cloudflare-kv-asset-handler-5358 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-miniflare-5358 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-cloudflare-pages-shared-5358 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-cloudflare-vitest-pool-workers-5358 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5358 +/- ##
==========================================
- Coverage 72.43% 72.37% -0.06%
==========================================
Files 319 320 +1
Lines 16531 16576 +45
Branches 4235 4245 +10
==========================================
+ Hits 11974 11997 +23
- Misses 4557 4579 +22 |
26ef64d
to
08786aa
Compare
244a6e9
to
a664c9d
Compare
a664c9d
to
e7123f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All changes in this release are either covered by the WAT CR or have their own CR.
this PR itself is covered by CR-847734 |
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
create-cloudflare@2.16.0
Minor Changes
7fd7fe3
Thanks @jculvey! - feat: Rename 'webFramework' --type argument to 'web-framework' and show deprecation warning when used.wrangler@3.38.0
Minor Changes
#5310
528c011
Thanks @penalosa! - feat: Watch the entire module root for changes in--no-bundle
mode, rather than just the entrypoint file.#5327
7d160c7
Thanks @penalosa! - feat: Addwrangler pages download config
#5284
f5e2367
Thanks @CarmenPopoviciu! - feat: Addwrangler.toml
support inwrangler pages dev
As we are adding
wrangler.toml
support for Pages, we want to ensure thatwrangler pages dev
works with a configuration file.#5353
3be826f
Thanks @penalosa! - feat: Updateswrangler pages functions build
to support using configuration fromwrangler.toml
in the generated output.#5102
ba52208
Thanks @pmiguel! - feature: add support for queue delivery controls onwrangler queues create
Patch Changes
#5327
7d160c7
Thanks @penalosa! - fix: Use specific error code to signal a wrangler.toml file not being found in build-env#5310
528c011
Thanks @penalosa! - fix: Reload Python workers when therequirements.txt
file changes@cloudflare/vitest-pool-workers@0.1.6
Patch Changes
7d160c7
,528c011
,7d160c7
,f5e2367
,3be826f
,528c011
,ba52208
]: