Skip to content

Release v2.4.0

Compare
Choose a tag to compare
@wallyqs wallyqs released this 14 Sep 17:51
· 58 commits to main since this release
7e8dd94

Fixed

  • Fixed Python 3.7 compatibility: use uuid4 to gen unique task names by @Lancetnik in #457
  • Fixed websocket connection when not using TLS (#463)
  • Remove msg from fut.cancel to ensure backward compatibility by @raprek in #479
  • Fixed connect() by @dsodx in #484
  • Fixed auth to respect provided server address username and password if no_auth_user is set by @anthonyjacques20 in #488
  • Fixed reconnect in websockets: CLOSED WS connection detection by @sebastian-king in #477

Added

Improved

New Contributors

Full Changelog: v2.3.1...v2.4.0