Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 17:40
e45490c

1.1.0 - 2024-11-30

Fixed

  • Fixed reconnection logic (olalid)

Added

  • Added access_token_factory argument to allow custom token generation. (caiolombello)
  • Added an option to supply external ssl context. (olalid)
  • Added example ASP server with role-based JWT authentication for testing purposes. (caiolombello)
  • Added support for 3.13.

Removed

  • Dropped support for Python 3.8.

Other

  • Significantly improved user and internal documentation, test coverage. (caiolombello)
  • Loosened version constraints for websockets and other dependencies. (MichaelMKKelly)