Codebase list libanyevent-rabbitmq-perl / f06a720
Cut a new release! Dave Lambley 9 years ago
2 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension AnyEvent::RabbitMQ
11
2 1.19 Sat Mar 21 16:49:24 GMT 2015
3 - Add 'no_ack' as an optional argument to the ->consume method
4 (Dave Mueller).
5 - Fill in some missing documentation (Moritz Lenz).
26 1.18 Mon Sep 29 19:36:00 PDT 2014
3 - Added the bind_exchange and unbind_exchange methods
4 for exchange-exchange bindings.
7 - Added the bind_exchange and unbind_exchange methods
8 for exchange-exchange bindings.
59
610 1.17 Fri Jul 25 14:02:00 PDT 2014
711 - Add support for chunking large bodies into multiple AMQP frames,
3131
3232 use namespace::clean;
3333
34 our $VERSION = '1.18';
34 our $VERSION = '1.19';
3535
3636 use constant {
3737 _ST_CLOSED => 0,