-
Notifications
You must be signed in to change notification settings - Fork 732
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 #3149
Version Packages #3149
Conversation
c69bbed
to
b6c9ccf
Compare
e18de0b
to
3f6ba3f
Compare
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.
Spot checked main
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/4918943242/npm-package-wrangler-3149 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/3149/npm-package-wrangler-3149 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4918943242/npm-package-wrangler-3149 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/4918943242/npm-package-cloudflare-pages-shared-3149 Note that these links will no longer work once the GitHub Actions artifact expires. |
Codecov Report
@@ Coverage Diff @@
## main #3149 +/- ##
==========================================
+ Coverage 74.64% 74.67% +0.02%
==========================================
Files 179 179
Lines 10916 10916
Branches 2903 2903
==========================================
+ Hits 8148 8151 +3
+ Misses 2768 2765 -3 |
3f6ba3f
to
c6f3e47
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
#2966
e351afcf
Thanks @GregBrimble! - feat: Add support for the undocumented_worker.js/
directory in Pages#3095
133c0423
Thanks @zebp! - feat: add support for placement in wrangler configAllows a
placement
object in the wrangler config with a mode ofoff
orsmart
to configure Smart placement. Enabling Smart Placement can be done in yourwrangler.toml
like:#3140
5fd080c8
Thanks @penalosa! - feat: Support sourcemaps in DevToolsIntercept requests from DevTools in Wrangler to inject sourcemaps and enable folders in the Sources Panel of DevTools. When errors are thrown in your Worker, DevTools should now show your source file in the Sources panel, rather than Wrangler's bundled output.
Patch Changes
#2912
5079f476
Thanks @petebacondarwin! - fix: do not render "value of stdout.lastframe() is undefined" if the output is an empty stringFixes 🐛 BUG:
value of stdout.lastframe() is undefined
is returned with some Wrangler commands #2907#3133
d0788008
Thanks @dario-piotrowicz! - fix pages building not taking into account the nodejs_compat flag (and improve the related error message)#3146
5b234cfd
Thanks @jspspike! - Added output for tail being in "sampling mode"