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 #4595

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Version Packages #4595

merged 1 commit into from
Dec 15, 2023

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Dec 12, 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.21.0

Minor Changes

  • #4423 a94ef570 Thanks @mrbbot! - feat: apply source mapping to logged strings

    Previously, Wrangler would only apply source mapping to uncaught exceptions. This meant if you caught an exception and logged its stack trace, the call sites would reference built JavaScript files as opposed to source files. This change looks for stack traces in logged messages, and tries to source map them.

    Note source mapping is only applied when outputting logs. Error#stack does not return a source mapped stack trace. This means the actual runtime value of new Error().stack and the output from console.log(new Error().stack) may be different.

Patch Changes

  • #4511 66394681 Thanks @huw! - Add 'took recursive isolate lock' warning to workerd output exceptions

create-cloudflare@2.8.3

Patch Changes

@workers-devprod workers-devprod requested a review from a team as a code owner December 12, 2023 20:04
Copy link
Contributor

github-actions bot commented Dec 12, 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/7225115332/npm-package-wrangler-4595

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7225115332/npm-package-wrangler-4595

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7225115332/npm-package-wrangler-4595 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7225115332/npm-package-miniflare-4595
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7225115332/npm-package-cloudflare-pages-shared-4595
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7225115332/npm-package-create-cloudflare-4595

Note that these links will no longer work once the GitHub Actions artifact expires.


wrangler@3.21.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 12, 2023

Codecov Report

Merging #4595 (e12ca5c) into main (ffa01a7) will increase coverage by 0.05%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4595      +/-   ##
==========================================
+ Coverage   75.46%   75.51%   +0.05%     
==========================================
  Files         242      242              
  Lines       12957    12957              
  Branches     3331     3331              
==========================================
+ Hits         9778     9785       +7     
+ Misses       3179     3172       -7     

see 7 files with indirect coverage changes

@workers-devprod workers-devprod requested review from a team as code owners December 14, 2023 11:41
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from 20d9e60 to 8e5308b Compare December 15, 2023 13:47
@jculvey
Copy link
Contributor

jculvey commented Dec 15, 2023

Is there any way to get #4598 in here?

@lrapoport-cf lrapoport-cf merged commit 912bfeb into main Dec 15, 2023
28 checks passed
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch December 15, 2023 18:16
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.

3 participants