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/8814297959/npm-package-wrangler-5655You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5655/npm-package-wrangler-5655Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8814297959/npm-package-wrangler-5655 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8814297959/npm-package-create-cloudflare-5655 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8814297959/npm-package-cloudflare-kv-asset-handler-5655npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8814297959/npm-package-miniflare-5655npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8814297959/npm-package-cloudflare-pages-shared-5655npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8814297959/npm-package-cloudflare-vitest-pool-workers-5655Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
a6babf0 to
1e9b906
Compare
petebacondarwin
left a comment
There was a problem hiding this comment.
Waiting on the revert of the D1 PR
|
D1 PR has been reverted. Waiting on changes to make their way to this branch and checks to pass again, then will merge |
1e9b906 to
5b6c556
Compare
|
Hi, just checking the generated changesets of the PR, I noticed that my Discord url PR bumps patch on all packages - is that the desired behaviour on |
Hi @DaniFoldi - yes this is expected because the changeset marks each of these as patch changes. This is actually desired because we want to release a new version with the updated README docs. |
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.21.0
Minor Changes
#5675
235c439Thanks @jculvey! - feat: Improvements tohonotemplate.The
honotemplate has been updated as follows:create-honoto0.7.0wrangler.tomlfile with commented out examples of all available bindings to match other templates.cf-typegenpackage script to automatically regenerate types forBindingsfromwrangler.toml#5637
b41c4edThanks @joshthoward! - feat: change Durable Objects "Hello, World!" template to use RPC methodsPatch Changes
#5483
a55314cThanks @DaniFoldi! - fix: make sure that using the current directory doesn't generate anundefined undefinedlog in the output summary.#5482
1b7739eThanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.#5684
c81fa65Thanks @jculvey! - docs: Add Smart Placement example towrangler.tomlof templates.wrangler@3.52.0
Minor Changes
#5666
81d9615Thanks @CarmenPopoviciu! - fix: Fix Pages config validation around Durable ObjectsToday Pages cannot deploy Durable Objects itself. For this reason it is mandatory that when declaring Durable Objects bindings in the config file, the
script_nameis specified. We are currently not failing validation ifscript_nameis not specified but we should. These changes fix that.Patch Changes
#5610
24840f6Thanks @SuperchupuDev! - Markts-json-schema-generatoras a dev dependency#5669
a7e36d5Thanks @dario-piotrowicz! - fix: fix broken Durable Object local proxying (when nocfproperty is present)A regression was introduced in wrangler 3.46.0 (Add support for named entrypoints #5215)
which made it so that missing
Request#cfproperties are serialized as"undefined", this in turnthrows a syntax parse error when such values are parsed via
JSON.parsebreaking the communicationwith Durable Object local proxies. Fix such issue by serializing missing
Request#cfproperties as"{}"instead.#5616
c6312b5Thanks @webbertakken! - fix: broken link to durable object migrations docs#5482
1b7739eThanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.Updated dependencies [
3a0d735,1b7739e]:@cloudflare/kv-asset-handler@0.3.2
Patch Changes
1b7739eThanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.miniflare@3.20240419.0
Patch Changes
#5682
3a0d735Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#5482
1b7739eThanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.@cloudflare/pages-shared@0.11.30
Patch Changes
3a0d735,1b7739e]:@cloudflare/vitest-pool-workers@0.2.3
Patch Changes
3a0d735,24840f6,81d9615,a7e36d5,c6312b5,1b7739e]:format-errors@0.0.1
Patch Changes
1b7739eThanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.workers-playground@0.0.4
Patch Changes
1b7739eThanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.