AnyEvent-WebSocket-Client

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for AnyEvent-WebSocket-Client

0.55      2023-05-04 10:28:24 -0600
  [WARNING: change in behavior]
  - Fix the default code for close to be 1000 (gh#61, gh#62)

0.54      2021-03-19 06:13:48 -0600
  - Delay loading AnyEvent::Connector until needed.
  - Moved git repository to new github org.

0.53      2019-04-01 08:42:05 -0400
  - Add missing timeout from test that could otherwise hang with a
    broken combination of Debian Buster / Net::SSLeay / AnyEvent.
    (gh#46. gh#47)

0.52      2019-02-08 14:22:11 -0500
  - Production version functionally identical to the 0.51_01 release.

0.51_01   2019-02-05 23:22:05 -0500
  - You may now overide the host and port when using the
    AnyEvent::WebSocket::Client's connect method.

0.50      2019-01-14 10:49:47 -0500
  - Fixed a testing bug that was reportd on Debian Buster.

0.49      2018-07-09 21:06:24 -0400
  - Fixed a bug where adding next_message callback within a next_message
    callback was called immediately with the same message (gh#39 xavery++)

0.48      2018-05-21 21:08:49 -0400
  - Production version functionally identical to the 0.47_01 release.

0.47_01   2018-05-20 09:35:23 -0400
  - Add max_fragments attribute ot AnyEvent::WebSocket::Client
  - Add max_fragments attribute ot AnyEvent::WebSocket::Connection

0.46      2018-04-07 16:39:29 -0400
  - Production version functionally identical to the 0.45_01 release.

0.45_01   2018-04-04 17:01:03 -0400
  - add env_proxy property to AnyEvent::WebSocket::Client (gh#36 gh#37 TOSHIOITO++)

0.44      2017-12-12 15:37:51 -0500
  - Compatibility with 0.22.

0.43      2017-10-19 17:06:51 -0400
  - Production version functionally identical to the 0.42_01 release.

0.42_01   2017-10-18 11:45:16 -0400
  - You can now unregister event callbacks.
  - The 'on' method for AnyEvent::WebSocket::Connection now returns a
    code ref that can be used to unregister the callback.
  - The 'each_message' event also gets a code ref that can be used to
    unregister the callback.

  [WARNING: change in behavior]
  - The 'on' method for AnyEvent::WebSocket::Connection used to return
    the connection object, the intent was to allow chaining of 'on' calls,
    but this was never documented, and I don't believe it was ever used.
  - The 'each_message' event has a different number of arguments, which
    could break code that is using 'pop' to get the message instead of
    using the second argument position.  If you were following the examples
    in the documentation you wouldn't have done this.

0.41      2017-08-11 14:05:40 -0400
  - Production version functionally identical to the 0.40_03 release.  

0.40_03   2017-08-10 14:53:41 -0400
  - Possible workaround for Perl 5.8.x bug (gh#19)

0.40_02   2017-08-10 12:39:28 -0400
  - Fix testing testing failure introduced in 0.40_01

0.40_01   2017-08-06 22:59:50 -0400
  - Add close_code, close_reason and close_error properties to AnyEvent::Connection
  - Significant refactor of the test suite that reduces dependencies on Mojolicious
  - Migrate to MakeMaker for installer

0.39      2017-07-07 18:32:02 -0400
  - Require AnyEvent 7.13 or better to address SSL/TLS error (gh#22)
  - Updated example to use Mojo::Redis2 and modern Mojolicious (Kivanc Yazan gh#29)

0.38      2017-01-31 13:11:24 -0500
  - Fix skip in t/mojo_close_codes.t which requires EV to be installed (José Joaquín Atria gh#28)

0.37      2016-11-04 22:24:11 -0400
  - Added max_payload_size to AnyEvent::WebSocket::Client and 
    AnyEvent::WebSocket::Connection for limiting the size of
    received frames
  - Sending payloads larger than 65536 no longer causes an exception
  - Added parse_error to AnyEvent::WebSocket::Connection

0.36      2016-10-27 11:57:12 -0400
  - Production version functionally identical to the 0.35_02 release.



( run in 0.649 second using v1.01-cache-2.11-cpan-b16cb0d3907 )