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

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Version Packages #6326

merged 1 commit into from
Jul 25, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jul 24, 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

wrangler@3.67.0

Minor Changes

  • #4545 e5afae0 Thanks @G4brym! - Remove experimental/beta constellation commands and binding, please migrate to Workers AI, learn more here https://developers.cloudflare.com/workers-ai/.
    This is not deemed a major version bump for Wrangler since these commands were never generally available.

  • #6322 373248e Thanks @IRCody! - Add cloudchamber scope to existing scopes instead of replacing them.

    When using any cloudchamber command the cloudchamber scope will now be added to the existing scopes instead of replacing them.

  • #6276 a432a13 Thanks @CarmenPopoviciu! - feat: Add support for wrangler.jsonc

    This commit adds support for wrangler.jsonc config file for Workers. This feature is available behind the --experimental-json-config flag (just like wrangler.json).

    To use the new configuration file, add a wrangler.jsonc file to your Worker project and run wrangler dev --experimental-json-config or wrangler deploy --experimental-json-config.

    Please note that this work does NOT add wrangler.json or wrangler.jsonc support for Pages projects!

  • #6168 1ee41ff Thanks @IRCody! - feature: Add list and remove subcommands to cloudchamber registries command.

Patch Changes

  • #6331 e6ada07 Thanks @threepointone! - fix: only warn about miniflare feature support (ai, vectorize, cron) once

    We have some warnings in local mode dev when trying to use ai bindings / vectorize / cron, but they are printed every time the worker is started. This PR changes the warning to only be printed once per worker start.

create-cloudflare@2.22.3

Patch Changes

  • #6333 affdc56 Thanks @penalosa! - fix: Prevent @types/node from being erroneously included in the Hello World Worker typing environment.

@cloudflare/vitest-pool-workers@0.4.15

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners July 24, 2024 10:19
Copy link
Contributor

github-actions bot commented Jul 24, 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/10096695587/npm-package-wrangler-6326

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.67.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240718.0
workerd 1.20240718.0 1.20240718.0
workerd --version 1.20240718.0 2024-07-18

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 48c9470 to fe66b66 Compare July 25, 2024 08:56
@workers-devprod workers-devprod requested a review from a team as a code owner July 25, 2024 08:56
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from ed7d9ca to 5ccb313 Compare July 25, 2024 12:36
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 5ccb313 to d4f753f Compare July 25, 2024 15:09
@petebacondarwin petebacondarwin merged commit 28723a2 into main Jul 25, 2024
27 checks passed
@petebacondarwin petebacondarwin deleted the changeset-release/main branch July 25, 2024 16:30
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.

2 participants