File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ CHANGELOG
88
99---
1010
11+ * 0.3.2 (2014-06-08)
12+
13+ * BF: No messages after closing handshake (fixed rare race condition causing 100% CPU)
14+ * BF: Fixed accidental BC break from v0.3.1
15+ * Added autoDelete parameter to Topic to destroy when empty of connections
16+ * Exposed React Socket on IoServer (allowing FlashPolicy shutdown in App)
17+ * Normalized Exceptions in WAMP
18+
1119* 0.3.1 (2014-05-26)
1220
1321 * Added query parameter support to Router, set in HTTP request (ws://server?hello=world)
Original file line number Diff line number Diff line change 55 * The version of Ratchet being used
66 * @var string
77 */
8- const VERSION = 'Ratchet/0.3.1 ' ;
8+ const VERSION = 'Ratchet/0.3.2 ' ;
99
1010/**
1111 * A proxy object representing a connection to the application
You can’t perform that action at this time.
0 commit comments