File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ htmlcov/
45
45
nosetests.xml
46
46
coverage.xml
47
47
* ,cover
48
+ .pytest_cache
48
49
49
50
# Translations
50
51
* .mo
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
4
- `Unreleased `_ (YYYY-MM-DD )
4
+ `2.0.0 `_ (2018-07-16 )
5
5
--------------------------
6
6
7
- - ...
7
+ **Important: ** Make sure your clients supports the `disconnected ` message before upgrading.
8
+
9
+ - Add support for the `disconnected ` message (major)
10
+ - Fix potential invalid order of messages when dispatching a `send-error `
11
+ - Fix the *id * field's value in the `send-error ` message
12
+ - Fix a few potential race conditions
8
13
9
14
`1.0.2 `_ (2017-11-15)
10
15
---------------------
@@ -25,8 +30,7 @@ Changelog
25
30
26
31
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
27
32
28
- .. _ Unreleased : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.2...HEAD
33
+ .. _ 2.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.2...v2.0.0
29
34
.. _1.0.2 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.1...v1.0.2
30
35
.. _1.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1
31
36
.. _1.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/aa3aceba46cc8683e640499936a6eaa406819ef8...v1.0.0
32
-
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__ = '1 .0.2 '
35
+ __version__ = '2 .0.0 '
You can’t perform that action at this time.
0 commit comments