issues
search
jawah
/
niquests
“Safest, Fastest, Easiest, and Most advanced” Python HTTP Client. Production Ready! Drop-in replacement for Requests. HTTP/1.1, HTTP/2, and HTTP/3 supported. With WebSocket!
https://niquests.readthedocs.io/en/latest/
Apache License 2.0
1.05k
stars
23
forks
source link
Release 3.9.1
#153
Closed
Ousret
closed
1 month ago
Ousret
commented
1 month ago
3.9.1 (2024-10-13)
Fixed
Exception leak from urllib3-future when using WebSocket.
Enforcing HTTP/3 in an AsyncSession. (#152)
Adapter kwargs fallback to support old Requests extensions.
Type hint for
Response.extension
linked to the generic interface instead of the inherited ones.
Accessing WS over HTTP/2+ using the synchronous session object.
Misc
Documentation improvement for in-memory certificates and WebSocket use cases. (#151)
Changed
urllib3-future lower bound version is raised to 2.10.904 to ensure exception are properly translated into urllib3-future ones for WS.
3.9.1 (2024-10-13)
Fixed
Response.extension
linked to the generic interface instead of the inherited ones.Misc
Changed