Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 1.3 KB

Changelog

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.

Other

  • websockets library updated to 11.0.3.
  • Use faster orjson library for JSON deserialization.

0.2.0 - 2023-04-07

Added

  • Python 3.11 support.
  • macOS and arm64 support.

Fixed

  • Fixed client streaming methods.

Other

  • websockets library updated to 10.4.

0.1.2 - 2022-05-24

Improved

  • Now max_size argument can be None to disable message size limit.

Fixed

  • Fixed crash with "Cannot connect while not disconnected".

Other

  • websockets library updated to 10.3.

0.1.1 - 2022-01-06

Fixed

  • Fixed exceptions raised on server error.

0.1.0 - 2021-11-22

Initial release.