Skip to content

Version 2.6.902

Compare
Choose a tag to compare
@Ousret Ousret released this 04 Mar 06:14
· 35 commits to main since this release
a2dcd0b

2.6.902 (2024-03-04)

  • Fixed PyPy error when running asynchronous code on Windows after trying to create a datagram socket.
    This error is due to an incomplete implementation of the Windows socket API. We silently disabled HTTP/3
    if running PyPy+Windows+asyncio until upstream issue resolution.
  • Overall performance improvements for both async and sync calls.
  • Fixed ProtocolError (No recent network activity after XYZ) error when it should recycle the connection automatically (sync only).
  • Added a user-friendly error message when invoking get_response from either PoolManager or ConnectionPool with anything else than a ResponsePromise.