-
Notifications
You must be signed in to change notification settings - Fork 773
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
Version Packages #4595
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/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 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.
| Please ensure constraints are pinned, and |
Codecov Report
Additional details and impacted files@@ 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 |
7727932
to
b890489
Compare
20d9e60
to
8e5308b
Compare
Is there any way to get #4598 in here? |
8e5308b
to
e12ca5c
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
wrangler@3.21.0
Minor Changes
#4423
a94ef570
Thanks @mrbbot! - feat: apply source mapping to logged stringsPreviously, 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 ofnew Error().stack
and the output fromconsole.log(new Error().stack)
may be different.Patch Changes
66394681
Thanks @huw! - Add 'took recursive isolate lock' warning to workerd output exceptionscreate-cloudflare@2.8.3
Patch Changes
#4603
6db2c2a8
Thanks @dependabot! - C3: Bumpedcreate-remix
from2.3.1
to2.4.0
#4598
ffa01a7d
Thanks @penalosa! - fix: Ensure C3 can be used to create TypeScript workers#4594
850c4d64
Thanks @dario-piotrowicz! - amend broken cd instruction