Skip to content

Commit 35331a3

Browse files
committed
Release v2.0.0
1 parent e478a64 commit 35331a3

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ htmlcov/
4545
nosetests.xml
4646
coverage.xml
4747
*,cover
48+
.pytest_cache
4849

4950
# Translations
5051
*.mo

CHANGELOG.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
Changelog
22
*********
33

4-
`Unreleased`_ (YYYY-MM-DD)
4+
`2.0.0`_ (2018-07-16)
55
--------------------------
66

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
813

914
`1.0.2`_ (2017-11-15)
1015
---------------------
@@ -25,8 +30,7 @@ Changelog
2530

2631
.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
2732

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
2934
.. _1.0.2: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.1...v1.0.2
3035
.. _1.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1
3136
.. _1.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/aa3aceba46cc8683e640499936a6eaa406819ef8...v1.0.0
32-

saltyrtc/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232

3333
__author__ = 'Lennart Grahl <[email protected]>'
3434
__status__ = 'Production'
35-
__version__ = '1.0.2'
35+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)