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,--sslcertand-sk,--sslkey. Use
-tc,--tlscertand-tk,--tlskeyinstead. - 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