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

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Version Packages #4053

merged 1 commit into from
Sep 28, 2023

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Sep 28, 2023

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.10.1

Patch Changes

  • #4041 6b1c327d Thanks @elithrar! - Fixed a bug in Vectorize that send preset configurations with the wrong key. This was patched on the server-side to work around this for users in the meantime.

  • #4054 f8c52b93 Thanks @mrbbot! - fix: allow wrangler pages dev sessions to be reloaded

    Previously, wrangler pages dev attempted to send messages on a closed IPC
    channel when sources changed, resulting in an ERR_IPC_CHANNEL_CLOSED error.
    This change ensures the channel stays open until the user exits wrangler pages dev.

@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #4053 (dd0814e) into main (0d4a4ca) will increase coverage by 0.02%.
Report is 1 commits behind head on main.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4053      +/-   ##
==========================================
+ Coverage   75.03%   75.06%   +0.02%     
==========================================
  Files         216      216              
  Lines       12029    12029              
  Branches     3116     3116              
==========================================
+ Hits         9026     9029       +3     
+ Misses       3003     3000       -3     
Files Coverage Δ
packages/wrangler/src/pages/dev.ts 16.22% <0.00%> (ø)

... and 2 files with indirect coverage changes

@github-actions
Copy link
Contributor

github-actions bot commented Sep 28, 2023

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/6341649592/npm-package-wrangler-4053

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

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

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6341649592/npm-package-wrangler-4053 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6341649592/npm-package-cloudflare-pages-shared-4053

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


wrangler@3.10.1 includes the following runtime dependencies:

Package Constraint Resolved
miniflare 3.20230922.0 3.20230922.0
workerd 1.20230922.0 1.20230922.0
workerd --version 1.20230922.0 2023-09-22

|

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

@lrapoport-cf lrapoport-cf merged commit f025b61 into main Sep 28, 2023
32 checks passed
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch September 28, 2023 17:43
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.

3 participants