⚠️ This release has been yanked on PyPI due to a regression in Python <3.5, please use another version.
Client
Fixed
Transport.perform_request()
now properly reraisesRecursionError
(Contributed by @hmilkovi)AIOHttpConnection
no longer sendsAccept-Encoding: gzip, deflate
whenhttp_compress=None
.
Instead now sends noAccept-Encoding
header.
APIs
Snapshot
- Added the
snapshot.repository_analyze
API