-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: urllib3/urllib3
base: 2.6.0
head repository: urllib3/urllib3
compare: 2.6.3
- 16 commits
- 20 files changed
- 7 contributors
Commits on Dec 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3ceeb84 - Browse repository at this point
Copy the full SHA 3ceeb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe8e19 - Browse repository at this point
Copy the full SHA bfe8e19View commit details
Commits on Dec 11, 2025
-
Fix
HTTPResponse.read_chunkedwhen leftover data is present in deco……der's buffer (#3736) * Fix `HTTPResponse.read_chunked`when data is present in decoder's buffer * Simplify solution based on #3735 Co-authored-by: Rui Xi <[email protected]> --------- Co-authored-by: Rui Xi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 571a9b7 - Browse repository at this point
Copy the full SHA 571a9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f8643 - Browse repository at this point
Copy the full SHA 83f8643View commit details
Commits on Dec 18, 2025
-
Bump actions/setup-node from 6.0.0 to 6.1.0 (#3742)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@2028fbc...395ad32) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.1.0 dependency-type: direct:production 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 ed257f4 - Browse repository at this point
Copy the full SHA ed257f4View commit details
Commits on Dec 19, 2025
-
README: Add more emphasis on security and longevity (#3727)
* README: Add more emphasis on security and longevity Added a point about security to the features and another note about our maintainers. I want to highlight that urllib3 prioritizes security/safety/longevity in ways that most other projects don't, not sure this is sufficient but perhaps a good starting point. * README: More iteration on the preamble, getting started, maintainers Taking some of the phrasing from the docs landing page * README: Update maintainers phrasing --------- Co-authored-by: Quentin Pradet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14223c4 - Browse repository at this point
Copy the full SHA 14223c4View commit details
Commits on Dec 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 34284cb - Browse repository at this point
Copy the full SHA 34284cbView commit details
Commits on Dec 24, 2025
-
Bump actions/download-artifact from 6.0.0 to 7.0.0 (#3749)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production 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 82b8479 - Browse repository at this point
Copy the full SHA 82b8479View commit details -
Bump actions/cache from 4.3.0 to 5.0.1 (#3750)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production 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 4b40616 - Browse repository at this point
Copy the full SHA 4b40616View commit details -
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#3748)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production 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 8c480bf - Browse repository at this point
Copy the full SHA 8c480bfView commit details
Commits on Dec 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 13f0bfd - Browse repository at this point
Copy the full SHA 13f0bfdView commit details -
Patch
VerifiedHTTPSConnectionfor Emscripten (#3752)Co-authored-by: Illia Volochii <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd4dffd - Browse repository at this point
Copy the full SHA fd4dffdView commit details
Commits on Dec 30, 2025
-
Move "v2.0 Migration Guide" to the end of the table of contents (#3747)
* Move "v2.0 Migration Guide" to the end of the table of contents * Mention v2 instead of v2.0 in the documentation --------- Co-authored-by: Quentin Pradet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41f249a - Browse repository at this point
Copy the full SHA 41f249aView commit details
Commits on Jan 7, 2026
-
Fix Scorecard issues related to vulnerable dev dependencies (#3755)
* Upgrade filelock with `uv sync --upgrade-package filelock` * Upgrade h2 with `uv sync --upgrade-package h2` * Upgrade werkzeug with `uv sync --upgrade-package werkzeug` * Add other changes uv wants to make to the lock file * Fix mypy errors after upgrading h2 * Make Scorecard ignore dev dependencies
Configuration menu - View commit details
-
Copy full SHA for 70cecb2 - Browse repository at this point
Copy the full SHA 70cecb2View commit details -
* Stop decoding response content during redirects needlessly * Rename the new query parameter * Add a changelog entry
Configuration menu - View commit details
-
Copy full SHA for 8864ac4 - Browse repository at this point
Copy the full SHA 8864ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0248277 - Browse repository at this point
Copy the full SHA 0248277View 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 2.6.0...2.6.3