-
Notifications
You must be signed in to change notification settings - Fork 716
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
Version Packages #3562
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
requested review from
jculvey,
RamIdeas,
petebacondarwin and
a team
as code owners
July 6, 2023 19:09
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
July 6, 2023 20:01
b707258
to
cc7b280
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
July 11, 2023 08:39
7df61b4
to
e424c3d
Compare
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 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 Report
@@ 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 |
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
July 11, 2023 14:49
e424c3d
to
c0b870d
Compare
penalosa
approved these changes
Jul 11, 2023
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
July 11, 2023 17:11
c0b870d
to
8cc2dc7
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
July 11, 2023 17:26
8cc2dc7
to
920dae7
Compare
lrapoport-cf
approved these changes
Jul 11, 2023
jculvey
approved these changes
Jul 11, 2023
jahands
approved these changes
Jul 11, 2023
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
78ddb8de
Thanks @penalosa! - Upgrade Miniflare (and henceworkerd
) tov3.20230710.0
.[email protected]
Minor Changes
#3583
78ddb8de
Thanks @penalosa! - Upgrade Miniflare (and henceworkerd
) tov3.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 workersEnsure 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
#3525
1ce32968
Thanks @jculvey! - C3: Infer missing --type argument from --framework or --existing-script#3580
a7c1dd5b
Thanks @jculvey! - C3: Prompt user to change directory in summary steps#3551
137e174d
Thanks @yusukebe! - fix: bump upcreate-hono
versionBump up
create-hono
version to latest v0.2.6 for C3.[email protected]
Minor Changes
78ddb8de
Thanks @penalosa! - Upgrade Miniflare (and henceworkerd
) tov3.20230710.0
.