saltyrtc-server-python 4.0.0
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