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: pydantic/httpx2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: pydantic/httpx2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 14 commits
  • 65 files changed
  • 7 contributors

Commits on Jun 2, 2026

  1. Use RLock instead of Lock to prevent thread deadlock (#1008)

    Co-authored-by: Zenulous <zen@zenulous.com>
    mbeijen and Zenulous authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    b0710d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3da36 View commit details
    Browse the repository at this point in the history
  3. Release HTTP/2 semaphore permit on NoAvailableStreamIDError (#1012)

    Co-authored-by: Kadir Can Ozden <101993364+bysiber@users.noreply.github.com>
    mbeijen and bysiber authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    b776ea9 View commit details
    Browse the repository at this point in the history
  4. Move HTTP/2 stream events cleanup inside _state_lock (#1013)

    Co-authored-by: Kadir Can Ozden <101993364+bysiber@users.noreply.github.com>
    mbeijen and bysiber authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    2b0daf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30b3837 View commit details
    Browse the repository at this point in the history
  6. Bump chardet to 6.0.0.post1 (#1017)

    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    musicinmybrain and Kludex authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    26dd31e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

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

Commits on Jun 4, 2026

  1. Parse empty Digest auth realm without crashing (#1023)

    Co-authored-by: Jeroen van Zundert <mail@jeroenvanzundert.nl>
    mbeijen and zundertj authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    f814af9 View commit details
    Browse the repository at this point in the history
  2. Decode IDNA labels in non-leading host positions (#1018)

    Co-authored-by: Abdulmumin Yaqeen <abdulmuminyqn@gmail.com>
    mbeijen and Abdulmumin1 authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    998dd69 View commit details
    Browse the repository at this point in the history
  3. Enable ruff UP rule (#1025)

    Kludex authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    873af0a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

  1. Configuration menu
    Copy the full SHA
    2dc6324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7efe56f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dc5242 View commit details
    Browse the repository at this point in the history
  4. Version 2.4.0 (#1031)

    Kludex authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    fbf4505 View commit details
    Browse the repository at this point in the history
Loading