-
-
Notifications
You must be signed in to change notification settings - Fork 688
Comparing changes
Open a pull request
base repository: nodejs/undici
base: v6.18.2
head repository: nodejs/undici
compare: v6.19.0
- 17 commits
- 24 files changed
- 11 contributors
Commits on Jun 1, 2024
-
build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#3305)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@0864cf1...dc50aa9) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7e107bf - Browse repository at this point
Copy the full SHA 7e107bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fddbf9 - Browse repository at this point
Copy the full SHA 7fddbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d205c0e - Browse repository at this point
Copy the full SHA d205c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9bc0b - Browse repository at this point
Copy the full SHA 2c9bc0bView commit details
Commits on Jun 4, 2024
-
build(deps): bump node from
9e8f45ftodd7e693in /build (#3309)Bumps node from `9e8f45f` to `dd7e693`. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5e4e2fb - Browse repository at this point
Copy the full SHA 5e4e2fbView commit details
Commits on Jun 5, 2024
-
build(deps): bump node from
dd7e693toe6d4495in /build (#3313)Bumps node from `dd7e693` to `e6d4495`. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c36c3e8 - Browse repository at this point
Copy the full SHA c36c3e8View commit details
Commits on Jun 6, 2024
-
remove websocket experimental warning (#3311)
* remove websocket experimental warning * ?? * fixup
Configuration menu - View commit details
-
Copy full SHA for f9d18b3 - Browse repository at this point
Copy the full SHA f9d18b3View commit details -
perf: optimization of request instantiation (#3107)
* perf: optimization of request creation * refactor: reduce variable * rename to normalizedMethodRecords * fixup * suggested change * fixup * bench: add benchmark * Update request.js * Update lib/web/fetch/request.js * Apply suggestions from code review * Apply suggestions from code review * Update lib/web/fetch/request.js * Update request.js * Update lib/web/fetch/request.js --------- Co-authored-by: Aras Abbasi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cc2413 - Browse repository at this point
Copy the full SHA 7cc2413View commit details -
perf: convert object to params (#3302)
* Refactored passing object to function params * Refactor write function argument order * Updated argument order in writeBuffer function
Configuration menu - View commit details
-
Copy full SHA for 250c863 - Browse repository at this point
Copy the full SHA 250c863View commit details
Commits on Jun 10, 2024
-
build(deps-dev): bump borp from 0.14.0 to 0.15.0 (#3320)
Bumps [borp](https://github.com/mcollina/borp) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/mcollina/borp/releases) - [Commits](https://github.com/mcollina/borp/commits/v0.15.0) --- updated-dependencies: - dependency-name: borp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be75e51 - Browse repository at this point
Copy the full SHA be75e51View commit details -
build(deps-dev): bump c8 from 9.1.0 to 10.0.0 (#3321)
Bumps [c8](https://github.com/bcoe/c8) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](bcoe/c8@v9.1.0...v10.0.0) --- updated-dependencies: - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 78a0c24 - Browse repository at this point
Copy the full SHA 78a0c24View commit details
Commits on Jun 12, 2024
-
fix: add missing error classes to types (#3316)
* add missing error classes to types * test new types * test error includes data with count when etag mismatch * test content-range mismatch error * remove test debugging
Configuration menu - View commit details
-
Copy full SHA for f9997bb - Browse repository at this point
Copy the full SHA f9997bbView commit details -
export interceptor to type def file (#3318)
* export interceptor to type def file Fixes: #3308 * fixup! add a test * fixup! add retry, redirect, dump and remove createRedirectInterceptor --------- Co-authored-by: jake li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e508d7 - Browse repository at this point
Copy the full SHA 1e508d7View commit details -
build(deps): bump node from
e6d4495to075a5ccin /build (#3326)Bumps node from `e6d4495` to `075a5cc`. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9785b15 - Browse repository at this point
Copy the full SHA 9785b15View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f54a24 - Browse repository at this point
Copy the full SHA 7f54a24View commit details
Commits on Jun 14, 2024
-
feature: support pre-shared sessions (#3325)
Co-authored-by: Ezekiel Keator <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39869b2 - Browse repository at this point
Copy the full SHA 39869b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 981fb3d - Browse repository at this point
Copy the full SHA 981fb3dView 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.18.2...v6.19.0