Update dependency undici to v7#374
Merged
Merged
Conversation
Reviewer's Guide by SourceryThis PR updates the Updated Class Diagram for Undici ClientclassDiagram
class Client {
+request(options: Object, handler: Function): void
+stream(options: Object, handler: Function): void
+pipeline(options: Object, handler: Function): void
+connect(options: Object, handler: Function): void
+upgrade(options: Object, handler: Function): void
+close(): Promise<void>
+destroy(err: Error): void
}
note for Client "This class represents an HTTP/1.1 client. The upgrade to undici v7.5.0 includes performance improvements and bug fixes in this class."
Updated Class Diagram for Undici PoolclassDiagram
class Pool {
+request(options: Object, handler: Function): void
+stream(options: Object, handler: Function): void
+pipeline(options: Object, handler: Function): void
+close(): Promise<void>
+destroy(err: Error): void
}
note for Pool "This class represents a pool of HTTP/1.1 clients. The upgrade to undici v7.5.0 includes improvements to client handling and error management in this class."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
aedf02c to
f79b2dd
Compare
f79b2dd to
1a55f0b
Compare
This file contains hidden or 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
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 contains the following updates:
6.21.1->7.6.0Release Notes
nodejs/undici (undici)
v7.6.0Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v7.5.0...v7.6.0
v7.5.0Compare Source
What's Changed
New Contributors
Full Changelog: nodejs/undici@v7.4.0...v7.5.0
v7.4.0Compare Source
What's Changed
onResponseErrorby @tmair in https://github.com/nodejs/undici/pull/4030EnvHttpProxyAgentas stable by @aduh95 in https://github.com/nodejs/undici/pull/4049New Contributors
Full Changelog: nodejs/undici@v7.3.0...v7.4.0
v7.3.0Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.2.3...v7.3.0
v7.2.3Compare Source
Fixes CVE CVE-2025-22150 GHSA-c76h-2ccp-4975 (embargoed until 22-01-2025).
What's Changed
Full Changelog: nodejs/undici@v7.2.2...v7.2.3
v7.2.2Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.2.1...v7.2.2
v7.2.1Compare Source
What's Changed
undici:request:headersdoes not indicate completion of a response by @legendecas in https://github.com/nodejs/undici/pull/3974New Contributors
Full Changelog: nodejs/undici@v7.2.0...v7.2.1
v7.2.0Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.1.1...v7.2.0
v7.1.1Compare Source
What's Changed
request+ "Garbage Collection" by @WTCT-TOP in https://github.com/nodejs/undici/pull/3916New Contributors
Full Changelog: nodejs/undici@v7.1.0...v7.1.1
v7.1.0Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.0.0...v7.1.0
v7.0.0Compare Source
What's Changed
075a5ccto9af472bin /build by @dependabot in https://github.com/nodejs/undici/pull/33559af472bto138d0b5in /build by @dependabot in https://github.com/nodejs/undici/pull/3392BodyReadable.bytesby @tsctx in https://github.com/nodejs/undici/pull/3391138d0b5to67225d4in /build by @dependabot in https://github.com/nodejs/undici/pull/3398duplexdocs by @Ethan-Arrowood in https://github.com/nodejs/undici/pull/342267225d4to858234ain /build by @dependabot in https://github.com/nodejs/undici/pull/341117e6738to30c5be9in /build by @dependabot in https://github.com/nodejs/undici/pull/344330c5be9toa20e858in /build by @dependabot in https://github.com/nodejs/undici/pull/3496a20e858toa17f484in /build by @dependabot in https://github.com/nodejs/undici/pull/3542a17f484toef7b4bbin /build by @dependabot in https://github.com/nodejs/undici/pull/3547ef7b4bbto3cb4748in /build by @dependabot in https://github.com/nodejs/undici/pull/3573pre-commitdependency by @eXhumer in https://github.com/nodejs/undici/pull/3599closeon failed WebSocket connection by @eXhumer in https://github.com/nodejs/undici/pull/3566Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.