Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/undici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.20.1
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.21.2
Choose a head ref
  • 17 commits
  • 42 files changed
  • 12 contributors

Commits on Oct 17, 2024

  1. 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)
    jazelly and KhafraDev authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e2e3fd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. fetch: fix content-encoding order (#3343) (#3764)

    (cherry picked from commit e5c242d)
    
    Co-authored-by: tsctx <91457664+tsctx@users.noreply.github.com>
    github-actions[bot] and tsctx authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f21da44 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. 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>
    github-actions[bot] and hochoy authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    98d1b1b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. 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>
    github-actions[bot] and DTrombett authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    11e31a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Bumped v6.21.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    61ec353 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. fix(#3736): back-port 183f8e9 to v6.x (#3855)

    * fix(#3736): back-port 183f8e9 to v6.x
    
    * Backport #3769: fix http2 test
    ggoodman authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    353ab63 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. fix(#3817): send servername for SNI on TLS (#3821) [backport] (#3864)

    * fix(#3817): send servername for SNI on TLS (#3821)
    
    * fix(#3817): send servername for SNI on TLS
    
    * fix: set host header to servername
    
    * refactor: attach regardless
    
    (cherry picked from commit b93a834)
    
    * feat: missing interceptor
    
    * fix: lint
    metcoder95 authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a0220f1 View commit details
    Browse the repository at this point in the history
  2. fix: sending formdata bodies with http2 (#3863) [backport] (#3866)

    * fix: sending formdata bodies with http2 (#3863)
    
    (cherry picked from commit e49b575)
    
    * fix: bad merge
    
    ---------
    
    Co-authored-by: Khafra <maitken033380023@gmail.com>
    metcoder95 and KhafraDev authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ee6176c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. [Backport v6.x] fix: Fixed the issue that there is no running request…

    … when http2 goaway (#3877)
    
    Co-authored-by: 沈鸿飞 <shen.hongfei@outlook.com>
    github-actions[bot] and ShenHongFei authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    be8cd0a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. 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>
    metcoder95 and mqayyuum authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2414bc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Merge commit from fork

    * 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>
    mcollina committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    c3acc60 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.21.1

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    e260e7b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Configuration menu
    Copy the full SHA
    a0e76c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    1333871 View commit details
    Browse the repository at this point in the history
  2. test: fix windows wpt (#4050)

    * test: fixup
    
    * chore: narrow to windows
    
    * test: another batch
    
    * test: one moreq
    
    * chore: narrow to wpt
    
    * test: one moreq
    
    * Revert "chore: narrow to wpt"
    
    This reverts commit cb56079.
    
    * Revert "chore: narrow to windows"
    
    This reverts commit 02d9c31.
    metcoder95 authored and mcollina committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    4e07dda View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. [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>
    mcollina authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    de1e4b8 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.21.2

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 13, 2025
    Configuration menu
    Copy the full SHA
    b63d939 View commit details
    Browse the repository at this point in the history
Loading