1.001 -- Inital Release 1.002 -- Added VERSION to AnyEvent::HTTP::MultiGet -- Removed un-needed with statements 1.003 -- Added supprot for big file downloads! 1.004 -- AnyEvent::HTTP::MultiGet now supports on_body request -- Many Unit tests added -- Pod clean ups -- on_body now gets the HTTP::Request object vs the request_id -- Registered AnyEvent::HTTP::MultiGet with log4perl as a wrapper class 1.005 -- Added a Moo::Role for hybrid blocking nonblocking rest client development -- it works great!! Unfortunatly I am struggling to explain the concepts involved. 1.006 -- Updated Makefile.PL due to missing dep found in cpan unit test contribution Unit test results can be found here: http://www.cpantesters.org/cpan/report/62db39c6-8120-11e7-a074-e1beba07c9dd 1.007 -- Removed the use of an alarm, switched to AnyEvent->timer -- added supprot to lib/HTTP/MultiGet/Role.pm Now supports Queing results without passing through the execution path 1.008 -- Role now checks for content length and if content is defined before trying to parse json. 1.009 -- got rid of the last calls, now use AnyEvent->condvar