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

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Version Packages #5358

merged 1 commit into from
Mar 26, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Mar 22, 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.16.0

Minor Changes

  • #5350 7fd7fe3 Thanks @jculvey! - feat: Rename 'webFramework' --type argument to 'web-framework' and show deprecation warning when used.

wrangler@3.38.0

Minor Changes

  • #5310 528c011 Thanks @penalosa! - feat: Watch the entire module root for changes in --no-bundle mode, rather than just the entrypoint file.

  • #5327 7d160c7 Thanks @penalosa! - feat: Add wrangler pages download config

  • #5284 f5e2367 Thanks @CarmenPopoviciu! - feat: Add wrangler.toml support in wrangler pages dev

    As we are adding wrangler.toml support for Pages, we want to ensure that wrangler pages dev works with a configuration file.

  • #5353 3be826f Thanks @penalosa! - feat: Updates wrangler pages functions build to support using configuration from wrangler.toml in the generated output.

  • #5102 ba52208 Thanks @pmiguel! - feature: add support for queue delivery controls on wrangler queues create

Patch Changes

  • #5327 7d160c7 Thanks @penalosa! - fix: Use specific error code to signal a wrangler.toml file not being found in build-env

  • #5310 528c011 Thanks @penalosa! - fix: Reload Python workers when the requirements.txt file changes

@cloudflare/vitest-pool-workers@0.1.6

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners March 22, 2024 15:20
Copy link
Contributor

github-actions bot commented Mar 22, 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/8438604966/npm-package-wrangler-5358

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.38.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240320.0
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.

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.37%. Comparing base (904f91a) to head (e7123f4).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5358      +/-   ##
==========================================
- Coverage   72.43%   72.37%   -0.06%     
==========================================
  Files         319      320       +1     
  Lines       16531    16576      +45     
  Branches     4235     4245      +10     
==========================================
+ Hits        11974    11997      +23     
- Misses       4557     4579      +22     

see 7 files with indirect coverage changes

@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 26ef64d to 08786aa Compare March 22, 2024 19:33
@workers-devprod workers-devprod requested a review from a team as a code owner March 22, 2024 19:33
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 5 times, most recently from 244a6e9 to a664c9d Compare March 26, 2024 14:24
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from a664c9d to e7123f4 Compare March 26, 2024 15:27
Copy link
Contributor

@petebacondarwin petebacondarwin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All changes in this release are either covered by the WAT CR or have their own CR.

@mrbbot mrbbot merged commit 426906a into main Mar 26, 2024
28 checks passed
@mrbbot mrbbot deleted the changeset-release/main branch March 26, 2024 16:56
@lrapoport-cf
Copy link
Contributor

this PR itself is covered by CR-847734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants