Revision history for AnyEvent-WebSocket-Server
0.07 2016-08-06
[ENHANCEMENT]
- Add "ssl_key_file" and "ssl_cert_file" options.
Now this module officially supports TLS (gh #2 by izarraga)
[PACKAGING]
- Require AnyEvent::WebSocket::Client 0.35. It has a bug fix for TLS mode.
0.06 2015-10-27
[ENHANCEMENT]
- add "handshake" option. (gh#1 by mephinet)
0.05 2014-08-17
- No change to the code.
- Migrate to Module::Build::Prereqs::FromCPANfile.
0.04 2014-04-13
- No change to the code.
- establish_psgi() method is no longer beta.
The API is fine, I guess.
0.03 2013-11-10
- No change to the code.
- Now the cpanfile requires AnyEvent::WebSocket::Client 0.20, which includes
some important new features and bug fixes.
- Improved author testing.
0.02 2013-11-03
- Documentation update.
- Now it explicitly supports WebSocket protocol version 13 only.
(It has been actually, but now it can detect protocol incompatibility in
the handshake phase)
0.01 2013-10-21
First version, released on an unsuspecting world.