Releases: saltyrtc/saltyrtc-server-python
Releases · saltyrtc/saltyrtc-server-python
saltyrtc-server-python 3.0.0
- Use the
timeout
close code (3008
) when a client does not respond to a
ping message (major) - Add support for Python 3.7
- Various task queue improvements resulting in more robust client handling
- Fix to not send a 'disconnected' message when a responder has been dropped
via 'drop-responder' - Fix to prevent the initiator from relaying messages to a responder client
which is in the process of being dropped - Fix to not accept new incoming connections when closing the server
saltyrtc-server-python 2.0.1
- Fix to prevent creating two path instances with the same path string
- Various improvements to logging messages
saltyrtc-server-python 2.0.0
Important: Make sure you're using Python >= 3.4.4 and that your clients support the disconnected
message before upgrading.
- Add support for the
disconnected
message (major) - Fix potential invalid order of messages when dispatching a
send-error
- Fix the id field's value in the
send-error
message - Fix a few potential race conditions
saltyrtc-server-python 1.0.2
- Fix do not accept unencrypted 'client-auth' messages from the initiator.
saltyrtc-server-python 1.0.1
- Fix to handle new libnacl exceptions.
saltyrtc-server-python 1.0.0
- Add server implementation of the SaltyRTC 1.0 Protocol
- Initial publication on PyPI