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

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Version Packages #5485

merged 1 commit into from
Apr 3, 2024

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Apr 2, 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.45.0

Minor Changes

  • #5377 5d68744 Thanks @CarmenPopoviciu! - feat: Add wrangler.toml support in wrangler pages deploy

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

  • #5471 489b9c5 Thanks @zebp! - feature: Add version-id filter for Worker tailing to filter logs by scriptVersion in a gradual deployment

    This allows users to only get logs in a gradual deployment if you are troubleshooting issues
    specific to one deployment. Example:
    npx wrangler tail --version-id 72d3f357-4e52-47c5-8805-90be978c403f

Patch Changes

  • #5462 68faf67 Thanks @OilyLime! - revert: Removes support for private networking Hyperdrive configs, pending more work to support the feature. Non-breaking change since the feature wasn't yet supported.

  • #5494 a232ccf Thanks @penalosa! - fix: Swallow parsing errors when a pages config file is required.

  • #5484 e7f8dc3 Thanks @ichernetsky-cf! - feature: support Cloudchamber deployment labels

  • #5434 bf9dca8 Thanks @OilyLime! - bugfix: Fix passing Hyperdrive caching options to backend

  • #5403 5d6d521 Thanks @oliy! - fix: wrangler dev --local support for ratelimits

  • Updated dependencies [940ad89]:

    • miniflare@3.20240329.1

create-cloudflare@2.17.1

Patch Changes

miniflare@3.20240329.1

Patch Changes

  • #5491 940ad89 Thanks @dario-piotrowicz! - fix: make sure the magic proxy can handle multiple parallel r2 stream reads

    Currently trying to read multiple R2 streams in parallel (via Promise.all for example) leads to deadlock which prevents any of the target streams from being read. This is caused by the underlying implementation only allowing a single HTTP connection to the Workers runtime at a time. This change fixes the issue by allowing multiple parallel HTTP connections.

@cloudflare/pages-shared@0.11.24

Patch Changes

  • Updated dependencies [940ad89]:
    • miniflare@3.20240329.1

@cloudflare/vitest-pool-workers@0.1.13

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners April 2, 2024 22:30
Copy link
Contributor

github-actions bot commented Apr 2, 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/8544516123/npm-package-wrangler-5485

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

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

Or you can use npx with this latest build directly:

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

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


wrangler@3.45.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240329.1
workerd 1.20240329.0 1.20240329.0
workerd --version 1.20240329.0 2024-03-29

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

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.20%. Comparing base (3a21cbd) to head (7fab78c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5485      +/-   ##
==========================================
+ Coverage   72.12%   72.20%   +0.07%     
==========================================
  Files         331      331              
  Lines       17123    17123              
  Branches     4371     4371              
==========================================
+ Hits        12350    12363      +13     
+ Misses       4773     4760      -13     

see 7 files with indirect coverage changes

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 6 times, most recently from 3ea2c76 to 5908732 Compare April 3, 2024 17:42
@penalosa penalosa merged commit b531b59 into main Apr 3, 2024
29 checks passed
@penalosa penalosa deleted the changeset-release/main branch April 3, 2024 20:17
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

3 participants