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/13264475905/npm-package-wrangler-8027You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/8027/npm-package-wrangler-8027Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-wrangler-8027 dev path/to/script.jsAdditional artifacts:cloudflare-workers-bindings-extension: wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-cloudflare-workers-bindings-extension-8027 -O ./cloudflare-workers-bindings-extension.0.0.0-v0875c5f65.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v0875c5f65.vsixcreate-cloudflare: npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-create-cloudflare-8027 --no-auto-update@cloudflare/kv-asset-handler: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-cloudflare-kv-asset-handler-8027miniflare: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-miniflare-8027@cloudflare/pages-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-cloudflare-pages-shared-8027@cloudflare/unenv-preset: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-cloudflare-unenv-preset-8027@cloudflare/vite-plugin: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-cloudflare-vite-plugin-8027@cloudflare/vitest-pool-workers: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-cloudflare-vitest-pool-workers-8027@cloudflare/workers-editor-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-cloudflare-workers-editor-shared-8027@cloudflare/workers-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-cloudflare-workers-shared-8027@cloudflare/workflows-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13264475905/npm-package-cloudflare-workflows-shared-8027Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
645a093 to
176ccc3
Compare
379804e to
1f36512
Compare
5d89baf to
95f46bf
Compare
95f46bf to
fef1b09
Compare
lrapoport-cf
approved these changes
Feb 11, 2025
emily-shen
approved these changes
Feb 11, 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
wrangler@3.108.0
Minor Changes
#7990
b1966dfThanks @cmsparks! - Add WRANGLER_CI_OVERRIDE_NAME for Workers CI#8028
b2dca9aThanks @emily-shen! - feat: Also log when no bindings are found.We currently print a worker's bindings during dev, versions upload and deploy. This just also prints something when there's no bindings found, in case you were expecting bindings.
#8037
71fd250Thanks @WillTaylorDev! - Provides unsafe.metadata configurations when using wrangler versions secret put.Patch Changes
#8058
1f80d69Thanks @WillTaylorDev! - Bugfix: Modified versions secret put to inherit all known bindings, which circumvents a limitation in the API which does not return all fields for all bindings.#7986
88514c8Thanks @andyjessop! - docs: clarifies that local resources are "simulated locally" or "connected to remote resource", and adds console messages to help explain local dev#8008
9d08af8Thanks @ns476! - Add support for Images bindings (in private beta for now), with optional local support for platforms where Sharp is available.#7769
6abe69cThanks @cmackenzie1! - Adds the following new option forwrangler pipelines createandwrangler pipelines updatecommands:#7290
0c0374cThanks @emily-shen! - fix: add support for workers with assets when running multiple workers in onewrangler devinstanceSupport multiple workers in a single Miniflare instance #7251 added support for running multiple Workers in one
wrangler dev/miniflare session. e.g.wrangler dev -c wrangler.toml -c ../worker2/wrangler.toml, which among other things, allowed cross-service RPC to Durable Objects.However this did not work in the same way as production when there was a Worker with assets - this PR should fix that.
#7769
6abe69cThanks @cmackenzie1! - Rename wrangler pipelines <create|update> flagsThe following parameters have been renamed:
#8012
c412a31Thanks @mtlemilio! - Use fetchPagedListResult when listing Hyperdrive configs from the APIThis fixes an issue where only 20 configs were being listed.
#8077
60310cdThanks @emily-shen! - feat: add telemetry to experimental auto-provisioningUpdated dependencies [
c80dbd8,0c0374c]:create-cloudflare@2.37.6
Patch Changes
#7917
6a500d6Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7918
88ea196Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7919
5ed2744Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7978
5bcb204Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#8076
9cfe0d8Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#7854
bff209dThanks @beratbayram! - Update the Next.js templateawaitinnext.config.tsas it is not allowed there and not required.setupDevPlatform()comment#8033
e62b097Thanks @edmundhung! - update vitest version in templates to ~2.1.9miniflare@3.20250204.0
Patch Changes
#8032
c80dbd8Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7290
0c0374cThanks @emily-shen! - fix: add support for workers with assets when running multiple workers in onewrangler devinstanceSupport multiple workers in a single Miniflare instance #7251 added support for running multiple Workers in one
wrangler dev/miniflare session. e.g.wrangler dev -c wrangler.toml -c ../worker2/wrangler.toml, which among other things, allowed cross-service RPC to Durable Objects.However this did not work in the same way as production when there was a Worker with assets - this PR should fix that.
@cloudflare/pages-shared@0.13.6
Patch Changes
c80dbd8,0c0374c]:@cloudflare/unenv-preset@1.1.2
Patch Changes
576d931Thanks @vicb! - Use builtin implementation for isArray and isDeepStrictEqual@cloudflare/vite-plugin@0.0.7
Patch Changes
#8091
9a3d525Thanks @jamesopstad! - Omit files from public directory in Worker builds#8083
027698cThanks @jamesopstad! - Ensure the correct data types are sent in WebSocket messages from the client to the Worker#8031
07db54cThanks @jamesopstad! - Add support for Wasm (WebAssembly) modules.Updated dependencies [
b1966df,c80dbd8,1f80d69,88514c8,9d08af8,6abe69c,0c0374c,b2dca9a,6abe69c,c412a31,60310cd,71fd250]:@cloudflare/vitest-pool-workers@0.6.13
Patch Changes
b1966df,c80dbd8,1f80d69,88514c8,9d08af8,6abe69c,0c0374c,b2dca9a,6abe69c,c412a31,60310cd,71fd250]:@cloudflare/workers-shared@0.13.2
Patch Changes
7006630Thanks @GregBrimble! - chore: Adds analytics and code (zero-percent gated) for a new asset manifest search algorithm