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/13057483511/npm-package-wrangler-7933You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7933/npm-package-wrangler-7933Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-wrangler-7933 dev path/to/script.jsAdditional artifacts:cloudflare-workers-bindings-extension: wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-cloudflare-workers-bindings-extension-7933 -O ./cloudflare-workers-bindings-extension.0.0.0-v4428985bd.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v4428985bd.vsixcreate-cloudflare: npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-create-cloudflare-7933 --no-auto-update@cloudflare/kv-asset-handler: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-cloudflare-kv-asset-handler-7933miniflare: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-miniflare-7933@cloudflare/pages-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-cloudflare-pages-shared-7933@cloudflare/unenv-preset: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-cloudflare-unenv-preset-7933@cloudflare/vite-plugin: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-cloudflare-vite-plugin-7933@cloudflare/vitest-pool-workers: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-cloudflare-vitest-pool-workers-7933@cloudflare/workers-editor-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-cloudflare-workers-editor-shared-7933@cloudflare/workers-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-cloudflare-workers-shared-7933@cloudflare/workflows-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/13057483511/npm-package-cloudflare-workflows-shared-7933Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
3615667 to
fd4dff0
Compare
1a0aee4 to
1b18868
Compare
lrapoport-cf
approved these changes
Jan 30, 2025
edmundhung
approved these changes
Jan 30, 2025
1b18868 to
46b8298
Compare
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
@cloudflare/workers-shared@0.13.0
Minor Changes
34f9797Thanks @WillTaylorDev! - chore: providesrun_worker_firstfor Worker-script-first configuration. Deprecatesexperimental_serve_directly.wrangler@3.107.0
Minor Changes
34f9797Thanks @WillTaylorDev! - chore: providesrun_worker_firstfor Worker-script-first configuration. Deprecatesexperimental_serve_directly.Patch Changes
#7945
d758215Thanks @ns476! - Add Images binding (in private beta for the time being)#7947
f57bc4eThanks @dario-piotrowicz! - fix: avoidgetPlatformProxylogging twice that it is using vars defined in.dev.varsfileswhen
getPlatformProxyis called and it retrieves values from.dev.varsfiles, it logs twicea message like:
Using vars defined in .dev.vars, the changes here make sure that in such casesthis log only appears once
#7889
38db4edThanks @emily-shen! - feat: add experimental resource auto-provisioning to versions upload#7864
de6fa18Thanks @dario-piotrowicz! - Update theunstable_getMiniflareWorkerOptionstypes to always include anenvparameter.The
unstable_getMiniflareWorkerOptionstypes, when accepting a config object as the first argument,didn't accept a second
envargument. The changes here make sure they do, since theenvis stillrelevant for picking up variables from
.dev.varsfiles.#7964
bc4d6c8Thanks @LuisDuarte1! - Fix scripts binding to a workflow in a different script overriding workflow configUpdated dependencies [
cf4f47a]:create-cloudflare@2.37.4
Patch Changes
#7903
ce8bfbdThanks @dario-piotrowicz! - update experimental Next.js template to work on@opennextjs/cloudflare@0.4.x#7972
7112347Thanks @andyjessop! - chore: bumps create-hono version to ensure correct Wrangler config file. Fixes the issue where C3 was generating both awrangler.tomland awrangler.jsonfile.miniflare@3.20250124.1
Patch Changes
cf4f47aThanks @penalosa! - Switch tocapnp-esovercapnp-ts@cloudflare/pages-shared@0.13.4
Patch Changes
cf4f47a]:@cloudflare/unenv-preset@1.1.1
Patch Changes
#7939
17ce7f5Thanks @anonrig! - RemoveclearImmediate()andsetImmediate()injectsThese globals are now available in workerd (as of v1.20240815 - cloudflare/workerd@f07cd8e).
@cloudflare/vite-plugin@0.0.5
Patch Changes
#7864
de6fa18Thanks @dario-piotrowicz! - Add full support for.dev.varsfiles.This change makes sure that
.dev.varsfiles work when the environment is specified. It alsocopies the target
.dev.varsfile (which might be environment specific, e.g..dev.vars.prod)to the worker's dist directory so that
vite previewcan pick it up.The copied file will always be named
.dev.vars.Updated dependencies [
d758215,34f9797,f57bc4e,cf4f47a,38db4ed,de6fa18,bc4d6c8]:@cloudflare/vitest-pool-workers@0.6.9
Patch Changes
#7773
aa3ee63Thanks @emily-shen! - fix: respectrun_worker_firstwhen testing worker with assetsUpdated dependencies [
d758215,34f9797,f57bc4e,cf4f47a,38db4ed,de6fa18,bc4d6c8]: