Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Dec 17, 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

[email protected]

Minor Changes

  • #7476 5124b5d Thanks @WalshyDev! - feat: allow routing to Workers with Assets on any HTTP route, not just the root. For example, example.com/blog/* can now be used to serve assets.
    These assets will be served as though the assets directly were mounted to the root.
    For example, if you have assets = { directory = "./public/" }, a route like "example.com/blog/*" and a file ./public/blog/logo.png, this will be available at example.com/blog/logo.png. Assets outside of directories which match the configured HTTP routes can still be accessed with the Assets binding or with a Service binding to this Worker.

  • #7380 72935f9 Thanks @CarmenPopoviciu! - Add Workers + Assets support in wrangler dev --remote

Patch Changes

  • #7573 fb819f9 Thanks @emily-shen! - feat: add experimental_readRawConfig()

    Adds a Wrangler API to find and read a config file

  • #7549 42b9429 Thanks @penalosa! - Expand metrics collection to:

    • Detect Pages & Workers CI
    • Filter out default args (e.g. --x-versions, --x-dev-env, and --latest) by only including args that were in argv
  • #7583 8def8c9 Thanks @penalosa! - Revert support for custom unenv resolve path to address an issue with Wrangler failing to deploy Pages projects with nodejs_compat_v2 in some cases

[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners December 17, 2024 17:27
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from 13349d3 to e622747 Compare December 17, 2024 17:38
@workers-devprod workers-devprod added the skip-pr-description-validation Skip validation of the required PR description format label Dec 17, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Dec 17, 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/12396722416/npm-package-wrangler-7574

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7574/npm-package-wrangler-7574

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-wrangler-7574 dev path/to/script.js
Additional artifacts:
wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-cloudflare-workers-bindings-extension-7574 -O ./cloudflare-workers-bindings-extension.0.0.0-v8c1c36dec.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-v8c1c36dec.vsix
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-create-cloudflare-7574 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-cloudflare-kv-asset-handler-7574
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-miniflare-7574
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-cloudflare-pages-shared-7574
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-cloudflare-unenv-preset-7574
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-cloudflare-vitest-pool-workers-7574
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-cloudflare-workers-editor-shared-7574
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-cloudflare-workers-shared-7574
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12396722416/npm-package-cloudflare-workflows-shared-7574

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.20241205.0
workerd 1.20241205.0 1.20241205.0
workerd --version 1.20241205.0 2024-12-05

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from f92dbdb to 96aef8b Compare December 18, 2024 15:18
@CarmenPopoviciu CarmenPopoviciu merged commit c4cf040 into main Dec 19, 2024
35 checks passed
@CarmenPopoviciu CarmenPopoviciu deleted the changeset-release/main branch December 19, 2024 08:47
penalosa pushed a commit that referenced this pull request Jan 10, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

3 participants