Skip to content

Releases: baking-bad/pysignalr

1.0.0

07 Mar 15:31
24edac7
Compare
Choose a tag to compare

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.

0.2.0

07 Apr 18:25
Compare
Choose a tag to compare

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

24 May 12:05
Compare
Choose a tag to compare

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

06 Jan 12:47
Compare
Choose a tag to compare

0.1.1 - 2022-01-06

Fixed

  • Fixed exceptions raised on server error

0.1.0

22 Nov 18:12
Compare
Choose a tag to compare

0.1.0 - 2021-11-22

Initial release