-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: urllib3/urllib3
base: 2.4.0
head repository: urllib3/urllib3
compare: 2.5.0
- 16 commits
- 31 files changed
- 10 contributors
Commits on Apr 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 910f031 - Browse repository at this point
Copy the full SHA 910f031View commit details
Commits on Apr 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5c0a1ec - Browse repository at this point
Copy the full SHA 5c0a1ecView commit details
Commits on Apr 22, 2025
-
Add
gh release create
to the publishing workflow (#3597)Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e80f37 - Browse repository at this point
Copy the full SHA 8e80f37View commit details
Commits on Apr 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for be8475a - Browse repository at this point
Copy the full SHA be8475aView commit details
Commits on Apr 29, 2025
-
Bump actions/setup-python from 5.5.0 to 5.6.0 (#3603)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...a26af69) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98634f7 - Browse repository at this point
Copy the full SHA 98634f7View commit details
Commits on May 30, 2025
-
Allow hatch-vcs 0.5 (fix #3612) (#3613)
* Allow hatch-vcs 0.5 (fix #3612) Keep SemVer-bounding `hatch-vcs` as agreed in #3412 (comment), but stop pinning it all the way to the patch release. * Add a news fragment for PR#3613 * Pin setuptools-scm too --------- Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 47ac841 - Browse repository at this point
Copy the full SHA 47ac841View commit details -
Add support for the new
compression.zstd
module in Python 3.14 (#3611)* Add support for the new `compression.zstd` module in Python 3.14 * Add zstandard to default 'Accept-Encoding' header for stdlib, too * Fix all type hint issues --------- Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4b5917 - Browse repository at this point
Copy the full SHA c4b5917View commit details
Commits on Jun 5, 2025
-
Fixes: #3616 Signed-off-by: Stanislav Levin <slev@altlinux.org>
Configuration menu - View commit details
-
Copy full SHA for 4fd1a99 - Browse repository at this point
Copy the full SHA 4fd1a99View commit details -
Fix emscripten CI for Chrome 137+ (#3599)
Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9996e0f - Browse repository at this point
Copy the full SHA 9996e0fView commit details
Commits on Jun 15, 2025
-
Raise exception for shutdown on a connection already released to the …
…pool (#3601) Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e32e60 - Browse repository at this point
Copy the full SHA 8e32e60View commit details
Commits on Jun 16, 2025
-
Update v2 migration guide to 2.4.0 (#3621)
* Update v2 migration guide to 2.4.0 * Fix version number deprecation * Update ssl_version string in tests * Adjust more test deprecation matches * Bump 2.5.0 removals to 2.6.0
Configuration menu - View commit details
-
Copy full SHA for 6a0ecc6 - Browse repository at this point
Copy the full SHA 6a0ecc6View commit details -
Bump github/codeql-action from 3.28.0 to 3.29.0 (#3624)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.0 to 3.29.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@48ab28a...ce28f5b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 11661e9 - Browse repository at this point
Copy the full SHA 11661e9View commit details
Commits on Jun 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d03fe32 - Browse repository at this point
Copy the full SHA d03fe32View commit details -
* Apply Quentin's suggestion Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> * Add tests for disabled redirects in the pool manager * Add a possible fix for the issue with not raised `MaxRetryError` * Make urllib3 handle redirects instead of JS when JSPI is used * Fix info in the new comment * State that redirects with XHR are not controlled by urllib3 * Remove excessive params from new test requests * Add tests reaching max non-0 redirects * Test redirects with Emscripten * Fix `test_merge_pool_kwargs` * Add a changelog entry * Parametrize tests * Drop a fix for Emscripten * Apply Seth's suggestion to docs Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com> * Use a minor release instead of the patch one --------- Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f05b132 - Browse repository at this point
Copy the full SHA f05b132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb4a2a - Browse repository at this point
Copy the full SHA 7eb4a2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaab4ec - Browse repository at this point
Copy the full SHA aaab4ecView 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.4.0...2.5.0