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

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Version Packages #3562

merged 1 commit into from
Jul 11, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 6, 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

@cloudflare/[email protected]

Minor Changes

[email protected]

Minor Changes

  • #3583 78ddb8de Thanks @penalosa! - Upgrade Miniflare (and hence workerd) to v3.20230710.0.

  • #3426 5a74cb55 Thanks @matthewdavidrodgers! - Prefer non-force deletes unless a Worker is a dependency of another.

    If a Worker is used as a service binding, a durable object namespace, an outbounds for a dynamic dispatch namespace, or a tail consumer, then deleting that Worker will break those existing ones that depend upon it. Deleting with ?force=true allows you to delete anyway, which is currently the default in Wrangler.

    Force deletes are not often necessary, however, and using it as the default has unfortunate consequences in the API. To avoid them, we check if any of those conditions exist, and present the information to the user. If they explicitly acknowledge they're ok with breaking their other Workers, fine, we let them do it. Otherwise, we'll always use the much safer non-force deletes. We also add a "--force" flag to the delete command to skip the checks and confirmation and proceed with ?force=true

Patch Changes

  • #3585 e33bb44a Thanks @mrbbot! - fix: register middleware once for module workers

    Ensure middleware is only registered on the first request when using module workers.
    This should prevent stack overflows and slowdowns when making large number of requests to wrangler dev with infrequent reloads.

  • #3547 e16d0272 Thanks @jspspike! - Fixed issue with wrangler dev not finding imported files. Previously when wrangler dev would automatically reload on any file changes, it would fail to find any imported files.

[email protected]

Patch Changes

[email protected]

Minor Changes

@github-actions github-actions bot requested a review from a team as a code owner July 6, 2023 20:01
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 7df61b4 to e424c3d Compare July 11, 2023 08:39
@penalosa penalosa closed this Jul 11, 2023
@penalosa penalosa reopened this Jul 11, 2023
@github-actions
Copy link
Contributor Author

github-actions bot commented Jul 11, 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/5523083006/npm-package-wrangler-3562

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

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

Or you can use npx with this latest build directly:

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

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

@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Merging #3562 (920dae7) into main (2da68b3) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3562      +/-   ##
==========================================
+ Coverage   75.19%   75.24%   +0.04%     
==========================================
  Files         190      190              
  Lines       11160    11160              
  Branches     2944     2944              
==========================================
+ Hits         8392     8397       +5     
+ Misses       2768     2763       -5     

see 3 files with indirect coverage changes

@lrapoport-cf lrapoport-cf merged commit 1deda0f into main Jul 11, 2023
@lrapoport-cf lrapoport-cf deleted the changeset-release/main branch July 11, 2023 18:46
lrapoport-cf pushed a commit that referenced this pull request Aug 11, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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