Updates for tag
This commit is contained in:
parent
0dfd2b83b6
commit
d36a8699df
@ -8,6 +8,14 @@ CHANGELOG
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* 0.3.2 (2014-06-08)
|
||||||
|
|
||||||
|
* BF: No messages after closing handshake (fixed rare race condition causing 100% CPU)
|
||||||
|
* BF: Fixed accidental BC break from v0.3.1
|
||||||
|
* Added autoDelete parameter to Topic to destroy when empty of connections
|
||||||
|
* Exposed React Socket on IoServer (allowing FlashPolicy shutdown in App)
|
||||||
|
* Normalized Exceptions in WAMP
|
||||||
|
|
||||||
* 0.3.1 (2014-05-26)
|
* 0.3.1 (2014-05-26)
|
||||||
|
|
||||||
* Added query parameter support to Router, set in HTTP request (ws://server?hello=world)
|
* Added query parameter support to Router, set in HTTP request (ws://server?hello=world)
|
||||||
|
@ -5,7 +5,7 @@ namespace Ratchet;
|
|||||||
* The version of Ratchet being used
|
* The version of Ratchet being used
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = 'Ratchet/0.3.1';
|
const VERSION = 'Ratchet/0.3.2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A proxy object representing a connection to the application
|
* A proxy object representing a connection to the application
|
||||||
|
Loading…
Reference in New Issue
Block a user