This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
ElephantIO 3.1.0
This is a new version for ElephantIO, bringing some new (awesome ?) features. Here is a basic changelog, you may find the full diff here : v3.0.0...3.1.0.
Changelog
Features
- #104 Namespaces support (thanks @vincentdieltiens)
- #103 Supports headers when sending upgrade transport request (thanks @vincentdieltiens)
Bugfixes
- #95 Fixes the SSL handshakes (thanks @lalmat)
- #106, #118 Fixes the read method (thanks @jrdiaz, @mshaverdo)
- #108 Reset session when disconnecting the client (fixes #107, thanks @Padam87)
- #103 Better handling of http / ssl contexts (fixes #81, thanks @vincentdieltiens)
- #103 Send a close frame on connection close (thanks @vincentdieltiens)
Thanks
For this release, I'd like to thank @vincentdieltiens for the work he did on the namespaces and the context handling and @jrdiaz for improving the status on the read()
method, and of course everybody who did minor fixes (Even typos !) allows us to go even further !