-
Notifications
You must be signed in to change notification settings - Fork 744
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 #4559
Version Packages #4559
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/7182692018/npm-package-wrangler-4559 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7182692018/npm-package-wrangler-4559 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7182692018/npm-package-wrangler-4559 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7182692018/npm-package-miniflare-4559 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7182692018/npm-package-cloudflare-pages-shared-4559 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7182692018/npm-package-create-cloudflare-4559 Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #4559 +/- ##
==========================================
+ Coverage 75.53% 75.56% +0.02%
==========================================
Files 242 242
Lines 12918 12905 -13
Branches 3324 3318 -6
==========================================
- Hits 9758 9752 -6
+ Misses 3160 3153 -7
|
22f820d
to
64af8d0
Compare
eac480e
to
92da060
Compare
05eb25b
to
ca4eee6
Compare
ca4eee6
to
8b1a769
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
[email protected]
Minor Changes
#4522
c10bf0fd
Thanks @G4brym! - Add support for Workers AI in local mode#4571
3314dbde
Thanks @penalosa! - feat: When Wrangler crashes, send an error report to Sentry to aid in debugging.When Wrangler's top-level exception handler catches an error thrown from Wrangler's application, it will offer to report the error to Sentry. This requires opt-in from the user every time.
Patch Changes
#4577
4c85fe99
Thanks @dario-piotrowicz! - During the R2 validation, showMAX_UPLOAD_SIZE
errors using MiB (consistently with the Cloudflare docs)#4577
4c85fe99
Thanks @dario-piotrowicz! - During the Pages validation, showMAX_UPLOAD_SIZE
errors using MiB (consistently with the Cloudflare docs)Updated dependencies [
eb08e2dc
]:[email protected]
Patch Changes
#4556
dcd3c582
Thanks @dependabot! - C3: Bumpedcreate-vue
from3.8.0
to3.9.0
#4557
1a3e3ba4
Thanks @dependabot! - C3: Bumpedcreate-svelte
from5.3.2
to5.3.3
#4558
ef03dc74
Thanks @dependabot! - C3: Bumpedcreate-astro
from4.5.1
to4.5.2
#4564
d99bd421
Thanks @dependabot! - C3: Bumped@angular/create
from17.0.5
to17.0.6
#4565
be9a296d
Thanks @dependabot! - C3: Bumpedcreate-qwik
from1.2.19
to1.3.0
#4572
39d77323
Thanks @dependabot! - C3: Bumpedgatsby
from5.12.11
to5.12.12
#4575
bb116f60
Thanks @dependabot! - C3: Bumpedcreate-next-app
from14.0.3
to14.0.4
#4579
cccd56b8
Thanks @dario-piotrowicz! - Don't showcd
instructions when the user is creating a project in the current directory[email protected]
Patch Changes
#4448
eb08e2dc
Thanks @mrbbot! - fix: include request url and headers in pretty error pageThis change ensures Miniflare's pretty error page includes the URL and headers of the incoming request, rather than Miniflare's internal request for the page.
@cloudflare/[email protected]
Patch Changes
eb08e2dc
]: