-
Notifications
You must be signed in to change notification settings - Fork 779
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 #5474
Version Packages #5474
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5474 +/- ##
==========================================
+ Coverage 72.28% 72.36% +0.07%
==========================================
Files 330 330
Lines 16990 16990
Branches 4325 4325
==========================================
+ Hits 12281 12294 +13
+ Misses 4709 4696 -13 |
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/8529003108/npm-package-wrangler-5474 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5474/npm-package-wrangler-5474 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8529003108/npm-package-wrangler-5474 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8529003108/npm-package-create-cloudflare-5474 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8529003108/npm-package-cloudflare-kv-asset-handler-5474 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8529003108/npm-package-miniflare-5474 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8529003108/npm-package-cloudflare-pages-shared-5474 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8529003108/npm-package-cloudflare-vitest-pool-workers-5474 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
92c6e6e
to
361a3bc
Compare
361a3bc
to
636ef52
Compare
|
||
### Patch Changes | ||
|
||
- [#5473](https://github.com/cloudflare/workers-sdk/pull/5473) [`5212154`](https://github.com/cloudflare/workers-sdk/commit/52121544698d1ffb395e0984a63ab5eb91e6f05e) Thanks [@penalosa](https://github.com/penalosa)! - fix: Rename `fetch` to `on_fetch` |
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.
Ideally this changeset should have mentioned python
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
80b8fcb
Thanks @garrettgu10! - feature: add Hello World Python template[email protected]
Minor Changes
#5461
f69e562
Thanks @mattdeboard! - feature: Add command for fetching R2 Event Notification configurations for a given bucketThis allows users to see the entire event notification configuration -- i.e. every rule for every configured queue -- for a single bucket with a single request.
This change also improves messaging of console output when creating a new bucket notification.
Patch Changes
#5480
0cce21f
Thanks @penalosa! - fix: Ensure url & node:url export URL (aliased to globalThis.URL) in node_compat mode#5472
02a1091
Thanks @penalosa! - fix: Expose more info fromwrangler pages functions build-env
@cloudflare/[email protected]
Patch Changes
0cce21f
,02a1091
,f69e562
]:[email protected]
Patch Changes
5212154
Thanks @penalosa! - fix: Renamefetch
toon_fetch