Releases: saltyrtc/saltyrtc-server-python
Releases · saltyrtc/saltyrtc-server-python
saltyrtc-server-python 5.0.1
saltyrtc-server-python 5.0.0
- 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
- Internal refactoring of task and job handling
saltyrtc-server-python 4.1.0
- 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
- Instead of
- Fix import order in pyi files
saltyrtc-server-python 4.0.1
- Bump the Python version requirement to 3.5.3
- Remove workarounds for Python 3.5.2
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
saltyrtc-server-python 3.1.2
- Fix imports for earlier Python 3.5 versions
saltyrtc-server-python 3.1.1
- Disable deprecation warning in py.test for now (see #90)
saltyrtc-server-python 3.1.0
- Event callback arguments now always need to provide a
data
argument
saltyrtc-server-python 3.0.1
- Fix forward the
timeout
close code as anint
to event callbacks.