Releases: sonic182/aiosonic
Releases · sonic182/aiosonic
0.24.0
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
Added
- Protocol Handler class for websockets
0.23.0
Added
- WebSocket support
- Text, binary and JSON messages
- Automatic ping/pong keep-alive
0.22.3
Fixed
- Ensure read data or force close connection
0.22.2
Removed
- django server in tests
- using a nodejs equivalent
- Python 3.7 compatibility
0.22.1
Added
python 3.13 compatibility
0.22.0
Added
- MultipartForm class for easier multipart form data creation (#513)
0.21.0
Fixed
- Safer closing transport with abort, less RuntimeErrors #483 (Thanks to @geraldog)
0.20.1
Changed
- version range for charset-normalizer
0.20.0
Changed
- json argument added in
HTTPClient.request
method
- parameters usage inside HTTPClient class