Skip to content
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

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Version Packages #4559

merged 1 commit into from
Dec 12, 2023

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Dec 6, 2023

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.20.0

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, show MAX_UPLOAD_SIZE errors using MiB (consistently with the Cloudflare docs)

  • #4577 4c85fe99 Thanks @dario-piotrowicz! - During the Pages validation, show MAX_UPLOAD_SIZE errors using MiB (consistently with the Cloudflare docs)

  • Updated dependencies [eb08e2dc]:

    • miniflare@3.20231030.4

create-cloudflare@2.8.2

Patch Changes

miniflare@3.20231030.4

Patch Changes

  • #4448 eb08e2dc Thanks @mrbbot! - fix: include request url and headers in pretty error page

    This 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/pages-shared@0.11.4

Patch Changes

  • Updated dependencies [eb08e2dc]:
    • miniflare@3.20231030.4

@workers-devprod workers-devprod requested review from a team as code owners December 6, 2023 18:34
Copy link
Contributor

github-actions bot commented Dec 6, 2023

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 with this latest build directly:

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.


wrangler@3.20.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20231030.4
workerd 1.20231030.0 1.20231030.0
workerd --version 1.20231030.0 2023-10-30

|

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Merging #4559 (8b1a769) into main (ba9b88f) will increase coverage by 0.02%.
Report is 1 commits behind head on main.
The diff coverage is 98.71%.

Additional details and impacted files

Impacted file tree graph

@@            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     
Files Coverage Δ
packages/wrangler/src/cfetch/internal.ts 84.16% <100.00%> (ø)
packages/wrangler/src/init.ts 93.09% <98.61%> (+1.01%) ⬆️

... and 5 files with indirect coverage changes

@workers-devprod workers-devprod requested a review from a team as a code owner December 7, 2023 10:47
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 4 times, most recently from eac480e to 92da060 Compare December 8, 2023 11:08
@workers-devprod workers-devprod requested a review from a team as a code owner December 8, 2023 11:08
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 10 times, most recently from 05eb25b to ca4eee6 Compare December 11, 2023 20:25
@lrapoport-cf lrapoport-cf merged commit 7506b24 into main Dec 12, 2023
26 checks passed
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch December 12, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants