Releases: sonic182/aiosonic
Releases · sonic182/aiosonic
0.9.2
Fixes
- Adding query params in request, when url has the query
0.9.0
Changed
- Response headers are
str
instead of bytes
0.8.1
Added
- verify_ssl flag in HTTPClient class
0.8.0
Added
- Some more documentation in reference
- Cookie handling with
handle_cookies
flag in client
Improved
- benchmarch improved after
headers_base
variable was changed to a list (faster to add and iterate items in a list vs dict)
0.7.2
Added
- Safe/gracefully shutdown of client
- Concurrent requests example in docs
Fixed
- Non closed warnings in tests, fixed with gracefully shutdown.
0.7.1
Fixed
- Parsing response headers
- Some code refactor for string interpolation. (Thanks to machinexa2)
Updated
0.7.0
Added
- HTTPClient class
- Download image test and example
Fixed
0.5.3
Fixed
- Method upcase in header all the time
0.5.1
Added
- http2 flag to allow it (maybe will be removed in future when http2 fully supported)