File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
419## v.2.6.0-0 - 27 Mar, 2016
520
621This 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.
922
1023Features
1124
@@ -28,6 +41,9 @@ Bugfixes
2841- Fixed pub sub mode emitting a message without a message published
2942- Fixed quit command not ending the connection and resulting in further reconnection if called while reconnecting
3043
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+
3147## v.2.5.3 - 21 Mar, 2016
3248
3349Bugfixes
You can’t perform that action at this time.
0 commit comments