Skip to content

1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 15:31
24edac7

1.0.0 - 2024-03-07

Added

  • Python 3.12 support.
  • BaseJSONProtocol and BaseWebsocketTransport classes for plain JSON over WebSockets and custom protocols.

Other

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