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

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Version Packages #5418

merged 1 commit into from
Mar 29, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Mar 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

miniflare@3.20240320.1

Minor Changes

  • #5258 fbdca7d Thanks @OilyLime! - feature: URL decode components of the Hyperdrive config connection string

wrangler@3.40.0

Minor Changes

  • #5426 9343714 Thanks @RamIdeas! - feature: added a new wrangler triggers deploy command

    This command currently requires the --experimental-versions flag.

    This command extracts the trigger deployment logic from wrangler deploy and allows users to update their currently deployed Worker's triggers without doing another deployment. This is primarily useful for users of wrangler versions upload and wrangler versions deploy who can then run wrangler triggers deploy to apply trigger changes to their currently deployed Worker Versions.

    The command can also be used even if not using the wrangler versions ... commands. And, in fact, users are already using it implicitly when running wrangler deploy.

  • #4932 dc0c1dc Thanks @xortive! - feature: Add support for private networking in Hyperdrive configs

  • #5369 7115568 Thanks @mattdeboard! - fix: Use queue name, not ID, for r2 bucket event-notification subcommands

    Since the original command was not yet operational, this update does not constitute a breaking change.

    Instead of providing the queue ID as the parameter to --queue, users must provide the queue name. Under the hood, we will query the Queues API for the queue ID given the queue name.

  • #5413 976adec Thanks @pmiguel! - feature: Added Queue delivery controls support in wrangler.toml

  • #5412 3e5a932 Thanks @RamIdeas! - feature: adds the --json option to wrangler deployments list --experimental-versions, wrangler deployments status --experimental-versions, wrangler versions list --experimental-versions and wrangler versions view --experimental-versions which will format the output as clean JSON. The --experimental-versions flag is still required for these commands.

  • #5258 fbdca7d Thanks @OilyLime! - feature: URL decode components of the Hyperdrive config connection string

  • #5416 47b325a Thanks @mattdeboard! - fix: minor improvements to R2 notification subcommand

    1. r2 bucket event-notification <subcommand> becomes r2 bucket notification <subcommand>
    2. Parameters to --event-type use - instead of _ (e.g. object_create -> object-create)

    Since the original command was not yet operational, this update does not constitute a breaking change.

Patch Changes

  • #5419 daac6a2 Thanks @RamIdeas! - chore: add helpful logging to --experimental-versions commands

  • #5400 c90dd6b Thanks @RamIdeas! - chore: log of impending change of "Deployment ID" to "Version ID" in wrangler deploy, wrangler deployments list, wrangler deployments view and wrangler rollback. This is a warning of a future change for anyone depending on the output text format, for example by grepping the output in automated flows.

  • #5422 b341614 Thanks @geelen! - fix: remove d1BetaWarning and all usages

    This PR removes the warning that D1 is in beta for all D1 commands.

  • Updated dependencies [fbdca7d]:

    • miniflare@3.20240320.1

create-cloudflare@2.16.1

Patch Changes

@cloudflare/pages-shared@0.11.22

Patch Changes

  • Updated dependencies [fbdca7d]:
    • miniflare@3.20240320.1

@cloudflare/vitest-pool-workers@0.1.8

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners March 27, 2024 18:26
Copy link

codecov bot commented Mar 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.32%. Comparing base (2d1220f) to head (813c6e0).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5418      +/-   ##
==========================================
+ Coverage   72.26%   72.32%   +0.05%     
==========================================
  Files         325      325              
  Lines       16809    16809              
  Branches     4303     4303              
==========================================
+ Hits        12147    12157      +10     
+ Misses       4662     4652      -10     

see 8 files with indirect coverage changes

Copy link
Contributor

github-actions bot commented Mar 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/8474690254/npm-package-wrangler-5418

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.40.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240320.1
workerd 1.20240320.1 1.20240320.1
workerd --version 1.20240320.1 2024-03-20

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

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from 59d7720 to 17a9c59 Compare March 28, 2024 13:52
@lrapoport-cf
Copy link
Contributor

this PR is covered by CR-847734

1 similar comment
@lrapoport-cf
Copy link
Contributor

this PR is covered by CR-847734

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 5 times, most recently from ebef66b to cd0b2a1 Compare March 28, 2024 20:22
@lrapoport-cf
Copy link
Contributor

this is approved. will be merged tomorrow morning

@mrbbot mrbbot merged commit 1af469a into main Mar 29, 2024
29 checks passed
@mrbbot mrbbot deleted the changeset-release/main branch March 29, 2024 10:04
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.

None yet

4 participants