File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ ## v.2.6.0-1 - 01 Apr, 2016
5
+
6
+ A second pre-release with further fixes. This is likely going to be released as 2.6.0 stable without further changes.
7
+
8
+ Features
9
+
10
+ - Added type validations for client.send_command arguments
11
+
12
+ Bugfixes
13
+
14
+ - Fixed client.send_command not working properly with every command and every option
15
+ - Fixed pub sub mode unsubscribing from all channels in combination with the new ` string_numbers ` option crashing
16
+ - Fixed pub sub mode unsubscribing from all channels not respected while reconnecting
17
+ - Fixed pub sub mode events in combination with the ` string_numbers ` option emitting the number of channels not as number
18
+
4
19
## v.2.6.0-0 - 27 Mar, 2016
5
20
6
21
This is mainly a very important bug fix release with some smaller features.
7
- The quit command did not end connections earlier if the connection was down at that time and this could have
8
- lead to strange situations, therefor this was fixed to end the connection right away in those cases.
9
22
10
23
Features
11
24
@@ -28,6 +41,9 @@ Bugfixes
28
41
- Fixed pub sub mode emitting a message without a message published
29
42
- Fixed quit command not ending the connection and resulting in further reconnection if called while reconnecting
30
43
44
+ The quit command did not end connections earlier if the connection was down at that time and this could have
45
+ lead to strange situations, therefor this was fixed to end the connection right away in those cases.
46
+
31
47
## v.2.5.3 - 21 Mar, 2016
32
48
33
49
Bugfixes
You can’t perform that action at this time.
0 commit comments