All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
websockets
library updated to 11.0.3.- Use faster
orjson
library for JSON deserialization.
0.2.0 - 2023-04-07
- Python 3.11 support.
- macOS and arm64 support.
- Fixed client streaming methods.
websockets
library updated to 10.4.
0.1.2 - 2022-05-24
- Now
max_size
argument can be None to disable message size limit.
- Fixed crash with "Cannot connect while not disconnected".
websockets
library updated to 10.3.
0.1.1 - 2022-01-06
- Fixed exceptions raised on server error.
0.1.0 - 2021-11-22
Initial release.