8000 Comparing 2.4.0...2.5.0 · urllib3/urllib3 · GitHub
[go: up one dir, main page]

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 t 10000 wo branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: urllib3/urllib3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.0
Choose a base ref
...
head repository: urllib3/urllib3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.0
Choose a head ref
  • 16 commits
  • 31 files changed
  • 10 contributors

Commits on Apr 11, 2025

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

Commits on Apr 20, 2025

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

Commits on Apr 22, 2025

  1. Add gh release create to the publishing workflow (#3597)

    Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
    illia-v and pquentin authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    8e80f37 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

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

Commits on Apr 29, 2025

  1. 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>
    dependabot[bot] authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    98634f7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. 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>
    musicinmybrain and pquentin authored May 30, 2025
    Configuration menu
    Copy the full SHA
    47ac841 View commit details
    Browse the repository at this point in the history
  2. 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>
    sethmlarson and pquentin authored May 30, 2025
    Configuration menu
    Copy the full SHA
    c4b5917 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Bump RECENT_DATE (#3617)

    Fixes: #3616
    
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    stanislavlevin authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    4fd1a99 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    9996e0f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Raise exception for shutdown on a connection already released to the …

    …pool (#3601)
    
    Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
    alexprabhat99 and pquentin authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    8e32e60 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. 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
    pquentin authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    6a0ecc6 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    11661e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Configuration menu
    Copy the full SHA
    d03fe32 View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    * 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>
    3 people authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    f05b132 View commit details
    Browse the repository at this point in the history
  3. Merge commit from fork

    illia-v authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    7eb4a2a View commit details
    Browse the repository at this point in the history
  4. Release 2.5.0

    illia-v authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    aaab4ec View commit details
    Browse the repository at this point in the history
Loading
0