3.14.0 (2025-03-30)
Added
- "Repr" for our HTTPAdapter and AsyncHTTPAdapter for debugging purposes. (#201) (#227)
- Top level
aget,apost,aput, ..., as the asynchronous counterpart ofniquests.get,niquests.post, ... - Global timeout configuration per
SessionorAsyncSession. LikeSession(timeout=10). (#232) iter_rawmethod inResponseandAsyncResponsein order to retrieve content from remote without decompression. (#233)
Fixed
- Missing awaited coroutine in
AsyncResponse.close(...). (#231) - Attempt to call
closecoroutine (urllib3 raw Response) in async mode when the response is not awaitable.