-
Notifications
You must be signed in to change notification settings - Fork 756
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 #3996
Version Packages #3996
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/6301740438/npm-package-wrangler-3996 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6301740438/npm-package-wrangler-3996 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6301740438/npm-package-wrangler-3996 dev path/to/script.js Additional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6301740438/npm-package-cloudflare-pages-shared-3996 Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
Codecov Report
@@ Coverage Diff @@
## main #3996 +/- ##
==========================================
+ Coverage 75.01% 75.05% +0.04%
==========================================
Files 200 200
Lines 11665 11665
Branches 3058 3058
==========================================
+ Hits 8750 8755 +5
+ Misses 2915 2910 -5 |
135cd2c
to
c6d9308
Compare
b103c96
to
9d7a4c6
Compare
8041c9d
to
bf53f24
Compare
bf53f24
to
d825536
Compare
In the C3 E2E non-quarantined checks only Astro is failing, we can ignore that as by manually testing with:
Also none of the e2es failing (quarantined or not) are related to nuxt (at least in the last run) which is the only change being applied to C3 |
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]
Patch Changes
fd39ae64
Thanks @dependabot! - C3: Bumpednuxi
from3.8.4
to3.9.0
[email protected]
Patch Changes
#3992
35564741
Thanks @edevil! - Add AI binding that will be used to interact with the AI project.Example
wrangler.toml
Example script:
#4006
bc8c147a
Thanks @rozenmd! - fix: remove warning around using D1's binding, and clean up the epilogue when running D1 commands#4027
9e466599
Thanks @jspspike! - Add WebGPU support through miniflare update#3986
00247a8d
Thanks @edevil! - Added AI related CLI commands