-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Upcoming Release Changes #1946
Merged
Merged
Upcoming Release Changes #1946
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
theguild-bot
force-pushed
the
changeset-release/master
branch
from
January 7, 2025 14:10
8c7c37e
to
e2d11b6
Compare
✅
|
✅
|
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@whatwg-node/fetch |
0.10.2-rc-20250110005821-29ebf3b51e1d4f70a36ae0c564ab3c595af6fce1 |
npm ↗︎ unpkg ↗︎ |
@whatwg-node/node-fetch |
0.7.6-rc-20250110005821-29ebf3b51e1d4f70a36ae0c564ab3c595af6fce1 |
npm ↗︎ unpkg ↗︎ |
✅
|
✅
|
✅
|
theguild-bot
force-pushed
the
changeset-release/master
branch
9 times, most recently
from
January 9, 2025 19:42
4a9c9e1
to
a2fcc19
Compare
theguild-bot
force-pushed
the
changeset-release/master
branch
from
January 10, 2025 00:56
a2fcc19
to
29ebf3b
Compare
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 master, this PR will be updated.
Releases
@whatwg-node/[email protected]
Patch Changes
b88b85c
Thanks @ardatan! - dependencies updates:
@whatwg-node/node-fetch@^0.7.5
↗︎(from
^0.7.1
, independencies
)[
b88b85c
,9b39c3e
,b88b85c
]:@whatwg-node/[email protected]
Patch Changes
#1929
b88b85c
Thanks @ardatan! - dependencies updates:
@kamilkisiela/fast-url-parser@^1.1.4
↗︎(from
dependencies
)fast-querystring@^1.1.1
↗︎ (fromdependencies
)#1947
9b39c3e
Thanks @ardatan! - Remove the event listener on the provided
AbortSignal
whennode-libcurl
is used, the connection finishes to prevent potential memoryleaks;
#1929
b88b85c
Thanks @ardatan! - - Remove URL ponyfill implementation based on
fast-url-parser
andfast-querystring
, because Node now uses Ada URL parser which is fastenough.
ReadableStream[Symbol.asyncIterator]
ReadableStream
usesReadable
so it usesSymbol.asyncIterator
method ofReadable
but thereturned iterator's
.return
method doesn't handle cancellation correctly. So we need to callreadable.destroy(optionalError)
manually to cancel the stream.This allows
ReadableStream
to use implementations relying onAsyncIterable.cancel
to handlecancellation like
Readable.from
Previously the following was not handling cancellation;
@e2e/[email protected]
Patch Changes
[
b88b85c
]:@e2e/[email protected]
Patch Changes
[
b88b85c
]:@e2e/[email protected]
Patch Changes