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

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Version Packages #6584

merged 3 commits into from
Aug 30, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Aug 27, 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

create-cloudflare@2.26.0

Minor Changes

  • #6573 3ff6506 Thanks @penalosa! - feature: Use create-vite instead of create-react-app for React projects.

    React's documentation now recommends using create-vite over create-react-app, as the latter has been deprecated. To align with these best practices, React projects created with C3 will now use Vite.

    With this change, the default development command will switch from using create-react-app to create-vite, providing a more modern and efficient development experience.

    Additionally, selection of variants for React projects created by Vite has been added, allowing users to choose different configurations based on their needs. The test suite has also been adapted to accommodate the new configuration, ensuring all tests run without errors.

wrangler@3.73.0

Minor Changes

  • #6571 a7e1bfe Thanks @penalosa! - feat: Add deployment http targets to wrangler deploy logs, and add url to pages deploy logs

  • #6497 3bd833c Thanks @WalshyDev! - chore: move wrangler versions ..., wrangler deployments ..., wrangler rollback and wrangler triggers ... out of experimental and open beta.
    These are now available to use without the --x-versions flag, you can continue to pass this however without issue to keep compatibility with all the usage today.

    A few of the commands had an output that wasn't guarded by --x-versions those have been updated to use the newer output, we have tried to keep compatibility where possible (for example: wrangler rollback will continue to output "Worker Version ID:" so users can continue to grab the ID).
    If you wish to use the old versions of the commands you can pass the --no-x-versions flag. Note, these will be removed in the future so please work on migrating.

  • #6586 72ea742 Thanks @penalosa! - feat: Inject a 404 response for browser requested favicon.ico files when loading the /__scheduled page for scheduled-only Workers

  • #6497 3bd833c Thanks @WalshyDev! - feat: update wrangler deploy to use the new versions and deployments API.
    This should have zero user-facing impact but sets up the most used command to deploy Workers to use the new recommended APIs and move away from the old ones.
    We will still call the old upload path where required (e.g. Durable Object migration or Service Worker format).

Patch Changes

@cloudflare/vitest-pool-workers@0.4.27

Patch Changes

@cloudflare/workers-shared@0.4.1

Patch Changes

  • #6588 45ad2e0 Thanks @CarmenPopoviciu! - fix: Stabilize Workers naming across workers-shared

    The Asset Worker and Router Worker use inconsistent naming conventions across workers-shared. This commit stabilizes the naming to Asset Worker and Router Worker and permutations of those.

@cloudflare/prerelease-registry@0.1.0

Minor Changes

@cloudflare/quick-edit@0.0.2

Patch Changes

  • #6558 2a5b648 Thanks @edmundhung! - fix: disable autosave on quick editor to avoid context reset without explicit user action

Copy link
Contributor

github-actions bot commented Aug 27, 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/10630707658/npm-package-wrangler-6584

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

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

Or you can use npx with this latest build directly:

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

Note that these links will no longer work once the GitHub Actions artifact expires.


wrangler@3.73.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240821.0
workerd 1.20240821.1 1.20240821.1
workerd --version 1.20240821.1 2024-08-21

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

@workers-devprod workers-devprod requested a review from a team as a code owner August 27, 2024 19:16
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 10 times, most recently from 6713bde to af3705c Compare August 29, 2024 15:21
@RamIdeas RamIdeas merged commit 09e321d into main Aug 30, 2024
30 checks passed
@RamIdeas RamIdeas deleted the changeset-release/main branch August 30, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants