Revision history for Perl module WebSocket v0.2.1 2024-09-06T17:23:44+0900 - Updated dependencies v0.2.0 2023-10-06T10:36:30+0900 - Improved documentation and code - Corrected a missing module requirement (WebSocket::Response) in WebSocket::Connection - Corrected a call to 'versions' instead of 'server->versions' in WebSocket::Connection::http_error() - Change the method helper for method ip in WebSocket::Connection - Added warning if WebSocket::Server cannot accept a client connection if warnings are enabled - Now, if connect callback in WebSocket::Server returns a defined, but false value, this will drop the connection - Improved method disconnect in WebSocket::Server to first shutdown the TCP connection before closing the filehandle - Added some security considerations to the documentation - Added method metadata to WebSocket::Connection - Added the 'cookie_jar' method in WebSocket::Request - Added the constructor parameter and associated method 'connection_class' in WebSocket::Server - Added the method 'stop' as an alias to 'shutdown' in WebSocket::Server v0.1.6 2023-04-17T12:07:12+0900 - Minor corrections and improvements in both code and documentation - Corrected error in _watch method - Corrected some typos in WebSocket::Connection and added methods 'do_pong', 'ping', 'pong' and 'on_ping' - Added methods 'connected', 'do_pong', 'on_pong', 'ping' and 'pong' in WebSocket::Client - Minor correction in method as_string in WebSocket::Request - Minor correction in method extensions in WebSocket::Server v0.1.5 2021-10-23T19:39:35+0900 - Corrected client test unit v0.1.4 2021-10-23T12:31:11+0900 - Corrected undefined method in WebSocket::Connection v0.1.3 2021-10-21T12:39:44+0900 - Improved client test unit v0.1.2 2021-10-19T07:29:36+0900 - Correcting error in Makefile.PL v0.1.1 2021-10-17T14:12:29+0900 - Corrected test units and documentation v0.1.0 2021-09-13T23:46:15+0900 - Initial release