-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Version Packages #5358
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
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-5358You 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-5358Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-wrangler-5358 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-create-cloudflare-5358 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-cloudflare-kv-asset-handler-5358npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-miniflare-5358npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-cloudflare-pages-shared-5358npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8438604966/npm-package-cloudflare-vitest-pool-workers-5358Note 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
petebacondarwin
left a comment
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
[email protected]
Minor Changes
7fd7fe3Thanks @jculvey! - feat: Rename 'webFramework' --type argument to 'web-framework' and show deprecation warning when used.[email protected]
Minor Changes
#5310
528c011Thanks @penalosa! - feat: Watch the entire module root for changes in--no-bundlemode, rather than just the entrypoint file.#5327
7d160c7Thanks @penalosa! - feat: Addwrangler pages download config#5284
f5e2367Thanks @CarmenPopoviciu! - feat: Addwrangler.tomlsupport inwrangler pages devAs we are adding
wrangler.tomlsupport for Pages, we want to ensure thatwrangler pages devworks with a configuration file.#5353
3be826fThanks @penalosa! - feat: Updateswrangler pages functions buildto support using configuration fromwrangler.tomlin the generated output.#5102
ba52208Thanks @pmiguel! - feature: add support for queue delivery controls onwrangler queues createPatch Changes
#5327
7d160c7Thanks @penalosa! - fix: Use specific error code to signal a wrangler.toml file not being found in build-env#5310
528c011Thanks @penalosa! - fix: Reload Python workers when therequirements.txtfile changes@cloudflare/[email protected]
Patch Changes
7d160c7,528c011,7d160c7,f5e2367,3be826f,528c011,ba52208]: