-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #7595
Version Packages #7595
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/12418098915/npm-package-wrangler-7595 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7595/npm-package-wrangler-7595 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-wrangler-7595 dev path/to/script.js Additional artifacts:wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-cloudflare-workers-bindings-extension-7595 -O ./cloudflare-workers-bindings-extension.0.0.0-vc63edfbb6.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-vc63edfbb6.vsix npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-create-cloudflare-7595 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-cloudflare-kv-asset-handler-7595 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-miniflare-7595 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-cloudflare-pages-shared-7595 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-cloudflare-unenv-preset-7595 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-cloudflare-vitest-pool-workers-7595 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-cloudflare-workers-editor-shared-7595 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-cloudflare-workers-shared-7595 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12418098915/npm-package-cloudflare-workflows-shared-7595 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
e8ef18b
to
cef5008
Compare
cef5008
to
1b36baa
Compare
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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/pages-shared@0.12.0
Minor Changes
004fd33
Thanks @GregBrimble! - feat: Return a 304 Not Modified response when matching an asset preservation cache request if appropriatePatch Changes
1488e11
,7216835
]:wrangler@3.99.0
Minor Changes
#7425
8757579
Thanks @CarmenPopoviciu! - feat: Make DX improvements inwrangler dev --remote
Workers + Assets projects have, in certain situations, a relatively degraded
wrangler dev --remote
developer experience, as opposed to Workers proper projects. This is due to the fact that, for Workers + Assets, we need to make extra API calls to:This commit improves the
wrangler dev --remote
DX for Workers + Assets, for use cases when the User Worker/assets change while the API calls for previous changes are still in flight. For such use cases, we have put an exit early strategy in place, that drops the event handler execution of the previous changes, in favour of the handler triggered by the new changes.#7537
086a6b8
Thanks @WillTaylorDev! - Provide validation around assets.experimental_serve_directly#7568
2bbcb93
Thanks @WillTaylorDev! - Warn users when using smart placement with Workers + Assets andserve_directly
is set tofalse
Patch Changes
#7521
48e7e10
Thanks @emily-shen! - feat: add experimental_patchConfig()experimental_patchConfig()
can add to a user's config file. It preserves comments if its awrangler.jsonc
. However, it is not suitable forwrangler.toml
with comments as we cannot preserve comments on write.Updated dependencies [
1488e11
,7216835
]:cloudflare-workers-bindings-extension@0.0.8
Patch Changes
#7591
4ab7ffc
Thanks @emily-shen! - feat: add ui to add a binding via the extension#7582
ab0ac94
Thanks @edmundhung! - Introduce a bindings view that lists all the KV, D1 and R2 bindings on the wrangler config (e.g.wrangler.toml
,wrangler.jsonc
)miniflare@3.20241218.0
Patch Changes
#7589
1488e11
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7575
7216835
Thanks @LuisDuarte1! - MakeInstance.status()
return type the same as production@cloudflare/vitest-pool-workers@0.5.40
Patch Changes
1488e11
,7216835
,48e7e10
,8757579
,086a6b8
,2bbcb93
]:@cloudflare/workers-shared@0.11.1
Patch Changes
#7598
178fd01
Thanks @CarmenPopoviciu! - Dummy workers-shared version bumpThe Router Worker and Asset Worker of
workers-shared
are currently in a weird state that prevents us to redeploy them. The current versions of these workers are developer modified due to adding secrets. We want a CI controlled version to safely use these secrets.This commit performs a dummy
workers-shared
version bump to unlock us from this blocked state.@cloudflare/workflows-shared@0.2.2
Patch Changes
7216835
Thanks @LuisDuarte1! - MakeInstance.status()
return type the same as production