File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22*********
33
4+ `2.0.1 `_ (2018-08-20)
5+ ---------------------
6+
7+ - Fix to prevent creating two path instances with the same path string
8+ - Various improvements to logging messages
9+
410`2.0.0 `_ (2018-07-16)
5- --------------------------
11+ ---------------------
612
7- **Important: ** Make sure your clients supports the `disconnected ` message before upgrading.
13+ **Important: ** Make sure you're using Python >= 3.4.4 and that your clients support the
14+ `disconnected ` message before upgrading.
815
916- Add support for the `disconnected ` message (major)
1017- Fix potential invalid order of messages when dispatching a `send-error `
@@ -30,6 +37,7 @@ Changelog
3037
3138.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
3239
40+ .. _2.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.0...v2.0.1
3341.. _2.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.2...v2.0.0
3442.. _1.0.2 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.1...v1.0.2
3543.. _1.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 3232
3333__author__ = 'Lennart Grahl <[email protected] >' 3434__status__ = 'Production'
35- __version__ = '2.0.0 '
35+ __version__ = '2.0.1 '
You can’t perform that action at this time.
0 commit comments