Skip to content

saltyrtc-server-python 4.0.0

Compare
Choose a tag to compare
@lgrahl lgrahl released this 24 Jan 13:05
· 61 commits to master since this release
v4.0.0
354f530

Important: Make sure you're using Python >= 3.5.3 before upgrading.

  • Drop Python 3.4 support (major)
  • Deprecate the CLI options -sc, --sslcert and -sk, --sslkey. Use
    -tc, --tlscert and -tk, --tlskey instead.
  • Add type hints
  • Fix discard string messages
  • Fix validate received client ID types correctly
  • Fix validate received sub-protocols correctly
  • Fix a race condition during the handshake when one client drops another
  • Cleanup of the code base