-
-
Notifications
You must be signed in to change notification settings - Fork 678
Comparing changes
Open a pull request
base repository: nodejs/undici
base: v6.20.1
head repository: nodejs/undici
compare: v6.21.2
- 17 commits
- 42 files changed
- 12 contributors
Commits on Oct 17, 2024
-
web: mark as uncloneable when possible (#3709) (#3744)
* web: mark as uncloneable when possible This tells node that the marked instances from undici are not cloneable, so that attempts to cloning those throw `DataCloneError`. * test: add test cases for platform objects uncloneable * fix: move to webidl * fix: move it under webidl * fixup: rename it to markAsUncloneable * fix: mark more web instances uncloneable * fixup --------- Co-authored-by: Khafra <maitken033380023@gmail.com> (cherry picked from commit 1ab2382)
Configuration menu - View commit details
-
Copy full SHA for e2e3fd2 - Browse repository at this point
Copy the full SHA e2e3fd2View commit details
Commits on Oct 23, 2024
-
fetch: fix content-encoding order (#3343) (#3764)
(cherry picked from commit e5c242d) Co-authored-by: tsctx <91457664+tsctx@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f21da44 - Browse repository at this point
Copy the full SHA f21da44View commit details
Commits on Nov 11, 2024
-
fix: handle undefined deref() of WeakRef(socket) (#3751) (#3822)
* fix: handle undefined deref of weakref socket * exit early --------- Co-authored-by: Aras Abbasi <aras.abbasi@googlemail.com> (cherry picked from commit f98fbef) Co-authored-by: hochoy <hochoy@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98d1b1b - Browse repository at this point
Copy the full SHA 98d1b1bView commit details
Commits on Nov 12, 2024
-
fix: range end is zero-indexed (#3826) (#3827)
* fix: range end is zero-indexed * tests: update tests for retry handler (cherry picked from commit 2b81fbc) Co-authored-by: D Trombett <d@trombett.org>
Configuration menu - View commit details
-
Copy full SHA for 11e31a4 - Browse repository at this point
Copy the full SHA 11e31a4View commit details
Commits on Nov 13, 2024
-
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 61ec353 - Browse repository at this point
Copy the full SHA 61ec353View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 353ab63 - Browse repository at this point
Copy the full SHA 353ab63View commit details
Commits on Nov 22, 2024
-
fix(#3817): send servername for SNI on TLS (#3821) [backport] (#3864)
Configuration menu - View commit details
-
Copy full SHA for a0220f1 - Browse repository at this point
Copy the full SHA a0220f1View commit details -
fix: sending formdata bodies with http2 (#3863) [backport] (#3866)
Configuration menu - View commit details
-
Copy full SHA for ee6176c - Browse repository at this point
Copy the full SHA ee6176cView commit details
Commits on Nov 24, 2024
-
[Backport v6.x] fix: Fixed the issue that there is no running request…
… when http2 goaway (#3877) Co-authored-by: 沈鸿飞 <shen.hongfei@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for be8cd0a - Browse repository at this point
Copy the full SHA be8cd0aView commit details
Commits on Nov 25, 2024
-
Update return type of RetryCallback (#3851) (#3876)
* Update return type * add type tests (cherry picked from commit a1fb2cc) Co-authored-by: Qayyuum Harun <69181532+mqayyuum@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2414bc9 - Browse repository at this point
Copy the full SHA 2414bc9View commit details
Commits on Jan 16, 2025
-
* Use crypto.randomInt() Signed-off-by: Matteo Collina <hello@matteocollina.com> * fixup Signed-off-by: Matteo Collina <hello@matteocollina.com> --------- Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for c3acc60 - Browse repository at this point
Copy the full SHA c3acc60View commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for e260e7b - Browse repository at this point
Copy the full SHA e260e7bView commit details
Commits on Feb 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a0e76c7 - Browse repository at this point
Copy the full SHA a0e76c7View commit details
Commits on Mar 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1333871 - Browse repository at this point
Copy the full SHA 1333871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e07dda - Browse repository at this point
Copy the full SHA 4e07ddaView commit details
Commits on Mar 13, 2025
-
[v6.x] fix wpts on windows (#4093)
* [v6.x] fix wpts on windows Signed-off-by: Matteo Collina <hello@matteocollina.com> * fixup Signed-off-by: Matteo Collina <hello@matteocollina.com> --------- Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for de1e4b8 - Browse repository at this point
Copy the full SHA de1e4b8View commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for b63d939 - Browse repository at this point
Copy the full SHA b63d939View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.20.1...v6.21.2