Skip to content

Releases: saltyrtc/saltyrtc-server-python

saltyrtc-server-python 5.0.1

09 Sep 12:30
v5.0.1
ed329a5
Compare
Choose a tag to compare

Fix an exception when disconnected by another client (#117)

saltyrtc-server-python 5.0.0

29 Aug 09:55
v5.0.0
44003cb
Compare
Choose a tag to compare
  • Bump the Python version requirement to 3.6.1
  • Upgrade dependencies
  • Fix a race condition that leads to path duplication

saltyrtc-server-python 4.2.0

25 Apr 12:39
v4.2.0
24da720
Compare
Choose a tag to compare
  • Internal refactoring of task and job handling

saltyrtc-server-python 4.1.0

04 Apr 16:40
v4.1.0
Compare
Choose a tag to compare
  • Allow the use of environment variables as CLI parameter substitution
    • Instead of saltyrtc-server serve --tlskey=foo you can now write
      SALTYRTC_SERVER_TLSKEY=foo saltyrtc-server serve
  • Fix import order in pyi files

saltyrtc-server-python 4.0.1

24 Jan 17:01
v4.0.1
0e6448c
Compare
Choose a tag to compare
  • Bump the Python version requirement to 3.5.3
  • Remove workarounds for Python 3.5.2

saltyrtc-server-python 4.0.0

24 Jan 13:05
v4.0.0
354f530
Compare
Choose a tag to compare

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

saltyrtc-server-python 3.1.2

08 Jan 13:48
v3.1.2
6af543c
Compare
Choose a tag to compare
  • Fix imports for earlier Python 3.5 versions

saltyrtc-server-python 3.1.1

08 Jan 11:01
v3.1.1
ed1d524
Compare
Choose a tag to compare
  • Disable deprecation warning in py.test for now (see #90)

saltyrtc-server-python 3.1.0

07 Jan 16:48
v3.1.0
3293e38
Compare
Choose a tag to compare
  • Event callback arguments now always need to provide a data argument

saltyrtc-server-python 3.0.1

02 Jan 14:33
v3.0.1
2f563ed
Compare
Choose a tag to compare
  • Fix forward the timeout close code as an int to event callbacks.