Skip to content

Releases: sonic182/aiosonic

0.9.2

14 Jan 22:36
Compare
Choose a tag to compare

Fixes

  • Adding query params in request, when url has the query

0.9.1

14 Jan 19:37
Compare
Choose a tag to compare

Fixes

  • Parsing empty header

0.9.0

11 Dec 20:59
Compare
Choose a tag to compare

Changed

  • Response headers are str instead of bytes

0.8.1

08 Dec 10:07
Compare
Choose a tag to compare

Added

  • verify_ssl flag in HTTPClient class

0.8.0

07 Dec 10:51
Compare
Choose a tag to compare

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

07 Dec 10:52
Compare
Choose a tag to compare

Added

  • Safe/gracefully shutdown of client
  • Concurrent requests example in docs

Fixed

  • Non closed warnings in tests, fixed with gracefully shutdown.

0.7.1

21 Nov 23:10
Compare
Choose a tag to compare

Fixed

  • Parsing response headers
  • Some code refactor for string interpolation. (Thanks to machinexa2)

Updated

  • Dependabot

0.7.0

22 Sep 22:24
Compare
Choose a tag to compare

Added

  • HTTPClient class
  • Download image test and example

Fixed

  • Reading response bytes

0.5.3

12 Jan 09:03
Compare
Choose a tag to compare

Fixed

  • Method upcase in header all the time

0.5.1

22 Oct 20:44
Compare
Choose a tag to compare

Added

  • http2 flag to allow it (maybe will be removed in future when http2 fully supported)