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 #6694

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Version Packages #6694

merged 1 commit into from
Sep 13, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Sep 12, 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

@cloudflare/[email protected]

Minor Changes

Patch Changes

[email protected]

Minor Changes

  • #6643 f30c61f Thanks @WalshyDev! - feat: add "Deployment alias URL" to wrangler pages deploy if an alias is available for this deployment.

  • #6415 b27b741 Thanks @irvinebroque! - chore: Redirect wrangler generate [template name] and wrangler init to npm create cloudflare

  • #6647 d68e8c9 Thanks @joshthoward! - feat: Configure SQLite backed Durable Objects in local dev

  • #6696 0a9e90a Thanks @penalosa! - feat: Support WRANGLER_CI_MATCH_TAG environment variable.

    When set, this will ensure that wrangler deploy and wrangler versions upload only deploy to Workers which match the provided tag.

  • #6702 aa603ab Thanks @hhoughgg! - feat: Hide wrangler pipelines until release

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

  • #6670 fed1fda Thanks @GregBrimble! - chore: Rename asset-worker RPC methods as unstable_*

    The Asset Worker is currently set up as a WorkerEntrypoint class so that it is able to accept RPC calls to any of its public methods. There are currently four such public methods defined on this Worker: canFetch, getByETag, getByPathname and exists. While we are stabilising the implementation details of these methods, we would like to prevent developers from having their Workers call these methods directly. To that end, we are adopting the unstable_<method_name> naming convention for all of the aforementioned methods, to indicate that they are still in flux and that they are not an established API contract.

@cloudflare/[email protected]

Patch Changes

Copy link
Contributor

github-actions bot commented Sep 12, 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/10854903295/npm-package-wrangler-6694

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10854903295/npm-package-wrangler-6694 dev path/to/script.js
Additional artifacts:
npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10854903295/npm-package-create-cloudflare-6694 --no-auto-update
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10854903295/npm-package-cloudflare-kv-asset-handler-6694
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10854903295/npm-package-miniflare-6694
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10854903295/npm-package-cloudflare-pages-shared-6694
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10854903295/npm-package-cloudflare-vitest-pool-workers-6694
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10854903295/npm-package-cloudflare-workers-editor-shared-6694
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/10854903295/npm-package-cloudflare-workers-shared-6694

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.20240909.1
workerd 1.20240909.0 1.20240909.0
workerd --version 1.20240909.0 2024-09-09

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 15 times, most recently from e101cb1 to 5723ea4 Compare September 13, 2024 18:43
@penalosa penalosa added the skip-pr-validation Skip validation of the required PR description format label Sep 13, 2024
@lrapoport-cf lrapoport-cf merged commit ecded1a into main Sep 13, 2024
27 checks passed
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch September 13, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-pr-validation Skip validation of the required PR description format
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants