Skip to content

Releases: saltyrtc/saltyrtc-server-python

saltyrtc-server-python 3.0.0

18 Dec 16:06
v3.0.0
d7084f8
Compare
Choose a tag to compare
  • 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

20 Aug 16:08
v2.0.1
10ffd95
Compare
Choose a tag to compare
  • Fix to prevent creating two path instances with the same path string
  • Various improvements to logging messages

saltyrtc-server-python 2.0.0

16 Jul 13:08
v2.0.0
35331a3
Compare
Choose a tag to compare

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

15 Nov 12:20
v1.0.2
98ab879
Compare
Choose a tag to compare
  • Fix do not accept unencrypted 'client-auth' messages from the initiator.

saltyrtc-server-python 1.0.1

15 Nov 12:01
v1.0.1
c7261e4
Compare
Choose a tag to compare
  • Fix to handle new libnacl exceptions.

saltyrtc-server-python 1.0.0

15 Nov 12:02
v1.0.0
f641a99
Compare
Choose a tag to compare