Skip to content

Releases: sonic182/aiosonic

0.24.0

10 Mar 23:17
Compare
Choose a tag to compare

Added

  • Multiple pools configurations in client connector per target host.
    • conn idle timeout closing for more robust conns.
  • AioSonicBaseClient for easily wrap apis with a class

0.23.1

16 Feb 22:11
Compare
Choose a tag to compare

Added

  • Protocol Handler class for websockets

0.23.0

16 Feb 21:56
Compare
Choose a tag to compare

Added

  • WebSocket support
    • Text, binary and JSON messages
    • Automatic ping/pong keep-alive

0.22.3

10 Feb 21:51
Compare
Choose a tag to compare

Fixed

  • Ensure read data or force close connection

0.22.2

10 Feb 20:15
bf42734
Compare
Choose a tag to compare

Removed

  • django server in tests
    • using a nodejs equivalent
  • Python 3.7 compatibility

0.22.1

01 Feb 00:45
fbdd0e2
Compare
Choose a tag to compare

Added

python 3.13 compatibility

0.22.0

16 Oct 16:40
Compare
Choose a tag to compare

Added

  • MultipartForm class for easier multipart form data creation (#513)

0.21.0

14 Aug 20:54
Compare
Choose a tag to compare

Fixed

  • Safer closing transport with abort, less RuntimeErrors #483 (Thanks to @geraldog)

0.20.1

05 Aug 16:35
Compare
Choose a tag to compare

Changed

  • version range for charset-normalizer

0.20.0

01 Aug 19:29
Compare
Choose a tag to compare

Changed

  • json argument added in HTTPClient.request method
  • parameters usage inside HTTPClient class