Merged
Conversation
Contributor
|
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/12949396764/npm-package-wrangler-7878You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7878/npm-package-wrangler-7878Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-wrangler-7878 dev path/to/script.jsAdditional artifacts:cloudflare-workers-bindings-extension: wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-cloudflare-workers-bindings-extension-7878 -O ./cloudflare-workers-bindings-extension.0.0.0-v04a5d63a4.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v04a5d63a4.vsixcreate-cloudflare: npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-create-cloudflare-7878 --no-auto-update@cloudflare/kv-asset-handler: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-cloudflare-kv-asset-handler-7878miniflare: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-miniflare-7878@cloudflare/pages-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-cloudflare-pages-shared-7878@cloudflare/unenv-preset: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-cloudflare-unenv-preset-7878@cloudflare/vite-plugin: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-cloudflare-vite-plugin-7878@cloudflare/vitest-pool-workers: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-cloudflare-vitest-pool-workers-7878@cloudflare/workers-editor-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-cloudflare-workers-editor-shared-7878@cloudflare/workers-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-cloudflare-workers-shared-7878@cloudflare/workflows-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12949396764/npm-package-cloudflare-workflows-shared-7878Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
9bf6c12 to
4e5b81c
Compare
9 tasks
19595be to
c57492c
Compare
29fa0d2 to
b490342
Compare
b490342 to
c8564fc
Compare
lrapoport-cf
approved these changes
Jan 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
create-cloudflare@2.37.3
Patch Changes
#7891
a7965c7Thanks @jahands! - fix: Use today's date for compat date when the latest workerd release date is in the futureFixes an issue where deployments would fail when there is a workerd release on the same day due to workerd releases having a date in the future because Workers does not allow using a compat date in the future.
miniflare@3.20250124.0
Patch Changes
#7890
40f89a9Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
@cloudflare/pages-shared@0.13.3
Patch Changes
40f89a9]:@cloudflare/vite-plugin@0.0.3
Patch Changes
fd5a455,40f89a9,7d138d9]:@cloudflare/vitest-pool-workers@0.6.7
Patch Changes
fd5a455,40f89a9,7d138d9]:@cloudflare/workers-shared@0.12.4
Patch Changes
#7887
cab3e37Thanks @WalshyDev! - chore: add more observability into asset-worker for the Workers team to better insight into how requests are handled.#7887
cab3e37Thanks @WalshyDev! - chore: add tracing into router-worker so the Workers team can have a better insight into into how requests are handled.wrangler@3.105.1
Patch Changes
#7884
fd5a455Thanks @emily-shen! - feat: make experiemntal auto-provisioning non-interactive by default.#7811
7d138d9Thanks @joshthoward! - Fix RPC method invocations showing up as unknown eventsUpdated dependencies [
40f89a9]:cloudflare-workers-bindings-extension@0.0.10
Patch Changes
#7777
248bdb2Thanks @emily-shen! - feat: add home view with getting started information#7689
3886065Thanks @emily-shen! - Add documentation links to binding created notification and bindings tree view