File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
4
+ `3.0.0 `_ (2018-12-18)
5
+ ---------------------
6
+
7
+ - Use the `timeout ` close code (`3008 `) when a client does not respond to a
8
+ *ping * message (major)
9
+ - Add support for Python 3.7
10
+ - Various task queue improvements resulting in more robust client handling
11
+ - Fix to not send a 'disconnected' message when a responder has been dropped
12
+ via 'drop-responder'
13
+ - Fix to prevent the initiator from relaying messages to a responder client
14
+ which is in the process of being dropped
15
+ - Fix to not accept new incoming connections when closing the server
16
+
4
17
`2.0.1 `_ (2018-08-20)
5
18
---------------------
6
19
@@ -10,8 +23,8 @@ Changelog
10
23
`2.0.0 `_ (2018-07-16)
11
24
---------------------
12
25
13
- **Important: ** Make sure you're using Python >= 3.4.4 and that your clients support the
14
- `disconnected ` message before upgrading.
26
+ **Important: ** Make sure you're using Python >= 3.4.4 and that your clients
27
+ support the `disconnected ` message before upgrading.
15
28
16
29
- Add support for the `disconnected ` message (major)
17
30
- Fix potential invalid order of messages when dispatching a `send-error `
@@ -37,6 +50,7 @@ Changelog
37
50
38
51
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
39
52
53
+ .. _3.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.1...v3.0.0
40
54
.. _2.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.0...v2.0.1
41
55
.. _2.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.2...v2.0.0
42
56
.. _1.0.2 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change 32
32
33
33
__author__ = 'Lennart Grahl <[email protected] >'
34
34
__status__ = 'Production'
35
- __version__ = '2 .0.1 '
35
+ __version__ = '3 .0.0 '
You can’t perform that action at this time.
0 commit comments