The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Net-Async-WebSocket

0.08    2014/03/27 16:43:22
        [CHANGES]
         * First-class support for Futures
         * Subclass IO::Async::Stream directly; avoid IaProtocol::Stream

        [BUGFIXES]
         * Only pull out ->configure arguments that actually exist
         * Handle defined-but-false frames (RT92477)

0.07    CHANGES:
         * ->socketpair now comes from IO::Async::OS, not the underlying loop

0.06    CHANGES:
         * Added on_handshake test/continuation for early-aborting connections
           if required (patch by David Leadbeater) (RT#83436)

0.05    CHANGES:
         * Pass all arguments from send_frame into Protocol::WebSocket::Frame
           constructor (RT79202)

0.04    CHANGES:
         * Updated for Protocol::WebSocket 0.009 - s/to_string/to_bytes/

0.03    CHANGES:
         * Use IO::Async::Protocol->connect from 0.34

0.02    CHANGES:
         * Bugfixes for getaddrinfo that isn't on Linux
         * Created some example scripts and SYNOPSIS code samples

0.01    First version, released on an unsuspecting world.