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/12037504398/npm-package-wrangler-7325You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7325/npm-package-wrangler-7325Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12037504398/npm-package-wrangler-7325 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12037504398/npm-package-create-cloudflare-7325 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12037504398/npm-package-cloudflare-kv-asset-handler-7325npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12037504398/npm-package-miniflare-7325npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12037504398/npm-package-cloudflare-pages-shared-7325npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12037504398/npm-package-cloudflare-vitest-pool-workers-7325npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12037504398/npm-package-cloudflare-workers-editor-shared-7325npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12037504398/npm-package-cloudflare-workers-shared-7325npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12037504398/npm-package-cloudflare-workflows-shared-7325Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
31a36f8 to
f746d8b
Compare
8aa0d64 to
fa0f5e0
Compare
fa0f5e0 to
f4cbd49
Compare
emily-shen
approved these changes
Nov 26, 2024
lrapoport-cf
approved these changes
Nov 26, 2024
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.9.0
Minor Changes
0d314edThanks @WillTaylorDev! - Preparatory work to allow invoking user worker ahead of assetsPatch Changes
476e5dfThanks @jamesopstad! - Remove incorrect logic in Asset Worker.wrangler@3.91.0
Minor Changes
#7230
6fe9533Thanks @penalosa! - Turn onwrangler.json(c)support by defaultWrangler now supports both JSON (
wrangler.json) and TOML (wrangler.toml) for it's configuration file. The format of Wrangler's configuration file is exactly the same across both languages, except that the syntax isJSONrather thanTOML. e.g.would be interpreted the same as the equivalent JSON
{ "name": "worker-ts", "main": "src/index.ts", "compatibility_date": "2023-05-04" }#7330
219109aThanks @jonesphillip! - Added Oceania (oc) location hint as acceptable choice when creating an R2 bucket.#7227
02a0e1eThanks @taylorlee! - Addpreview_urlstoggle towrangler.tomlThe current Preview URLs (beta) feature routes to version preview urls based on the status of the
workers_devconfig value. Beta users have requested the ability to enable deployment urls and preview urls separately onworkers.dev, and the newpreviews_enabledfield of the enable-subdomain API will allow that. This change separates theworkers_devandpreview_urlsbehavior duringwrangler triggers deployandwrangler versions upload.preview_urlsdefaults to true, and does not implicitly depend on routes the wayworkers_devdoes.#7308
1b1d01aThanks @gpanders! - Add a default image for cloudchamber create and modify commands#7232
7da76deThanks @toddmantell! - feat: implement queues info commandThis command allows users to get information on individual queues.
To run this command use the queues info command with the name of a queue in the user's account.
wrangler queues info my-queue-namePatch Changes
#7319
5a2c93dThanks @vicb! - chore(wrangler): update unenv dependency versionPulls in the implementation of module.findSourceMap
Updated dependencies [
0d314ed,476e5df]:create-cloudflare@2.33.1
Patch Changes
#7235
8246c45Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#6410
c808590Thanks @stof! - Fix the test tsconfig file in the hello-world typescript template@cloudflare/vitest-pool-workers@0.5.32
Patch Changes
6fe9533,219109a,02a0e1e,5a2c93d,1b1d01a,7da76de]: