Skip to content

Version 3.4.4

Compare
Choose a tag to compare
@Ousret Ousret released this 19 Jan 06:02
· 147 commits to main since this release
4f19090

3.4.4 (2024-01-19)

Fixed

  • Issuing a request with Session(multiplexed=True) that weren't eligible (e.g. HTTP/1.1) but was redirected to an
    eligible server (HTTP/2+) caused a rare error.
  • An anonymous netrc entry (e.g. username only) could be wrongfully used when it should be discarded. (PR #61)

Added

  • Awaitable close method within AsyncSession.