Skip to content
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

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Version Packages #7595

merged 1 commit into from
Dec 19, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Dec 19, 2024

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/[email protected]

Minor Changes

  • #7546 004fd33 Thanks @GregBrimble! - feat: Return a 304 Not Modified response when matching an asset preservation cache request if appropriate

Patch Changes

[email protected]

Minor Changes

  • #7425 8757579 Thanks @CarmenPopoviciu! - feat: Make DX improvements in wrangler 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:

    1. check for asset files changes
    2. upload the changed assets, if any

    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 and serve_directly is set to false

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 a wrangler.jsonc. However, it is not suitable for wrangler.toml with comments as we cannot preserve comments on write.

  • Updated dependencies [1488e11, 7216835]:

[email protected]

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)

[email protected]

Patch Changes

  • #7589 1488e11 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20241205.0 1.20241218.0
    @cloudflare/workers-types ^4.20241205.0 ^4.20241218.0
  • #7575 7216835 Thanks @LuisDuarte1! - Make Instance.status() return type the same as production

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

  • #7598 178fd01 Thanks @CarmenPopoviciu! - Dummy workers-shared version bump

    The 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/[email protected]

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners December 19, 2024 10:10
@workers-devprod workers-devprod added the skip-pr-description-validation Skip validation of the required PR description format label Dec 19, 2024
Copy link
Contributor

github-actions bot commented Dec 19, 2024

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 with this latest build directly:

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.


[email protected] includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20241218.0
workerd 1.20241218.0 1.20241218.0
workerd --version 1.20241218.0 2024-12-18

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 10 times, most recently from e8ef18b to cef5008 Compare December 19, 2024 17:00
@penalosa penalosa merged commit aa9ec0f into main Dec 19, 2024
36 checks passed
@penalosa penalosa deleted the changeset-release/main branch December 19, 2024 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-pr-description-validation Skip validation of the required PR description format
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants