Changelog for
ruby2.5-rubygem-amqp-doc-1.7.0-bp156.3.1.x86_64.rpm :
* Fri Feb 03 2017 cooloAATTsuse.com- updated to version 1.7.0 see installed ChangeLog.md
* Wed Apr 06 2016 cooloAATTsuse.com- updated to version 1.6.0 see installed ChangeLog.md [#]# Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016) [#]## amq-protocol Update Minimum `amq-protocol` version is now `2.0.1`. [#]## Provide More Details in TCP Connection Failure Exception Contributed by Neil Hooey. GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222). [#]## Ensures frameset is cleared after an unhandled exception Ensures frameset is cleared after an unhandled exception. This avoids confusing exceptions such as ``` undefined method `method_class\' for #
``` Contributed by Michael Lutsiuk. GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)
* Wed Aug 26 2015 cooloAATTsuse.com- updated to version 1.5.1 see installed ChangeLog.md
* Mon Oct 13 2014 cooloAATTsuse.com- updated to version 1.5.0 [#]## Only Await basic.consume-ok If nowait is false
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Sun Jul 13 2014 cooloAATTsuse.com- updated to version 1.4.1 [#]## Server-Named Queue Recovery Fix Server-named queues are now correctly recovered again. Contributed by Jack C Hong. [#]# Changes Between 1.3.x and 1.4.0 [#]## connection.blocked Support [connection.blocked](https://www.rabbitmq.com/connection-blocked.html) notifications are now correctly supported by the library.
* Sat Feb 22 2014 cooloAATTsuse.com- updated to version 1.3.0 [#]## Exchange-to-Exchange Bindings Support amqp gem now supports [Exchange-to-Exchange Bindings](http://www.rabbitmq.com/e2e.html), a RabbitMQ extension. `AMQP::Exchange#bind` and `AMQP::Exchange#unbind` work very much like `AMQP::Queue#bind` and `AMQP::Queue#unbind`, with the argument exchange being the source one. [#]## Internal Exchange Declaration amqp gem now supports declaration of internal exchanges (used via exchange-to-exchange bindings, cannot be published to by clients). To declare an exchange as internal, add `:internal => true` to declaration options. [#]## Initial Connection Failures Retries Set connection status to closed on connection failure, which means connection retries succeed.
* Mon Jan 20 2014 cooloAATTsuse.com- updated to version 1.2.0 amqp gem now supports [Authentication Failure Notification](http://www.rabbitmq.com/auth-notification.html). Public API for authentication failure handling hasn\'t changed. This extension is available in RabbitMQ 3.2+. [#]# basic.qos Recovery Fix `basic.qos` setting will now be recovered first thing after channel recovery, to the most recent value passed via `:prefetch` channel constructor option or `AMQP::Channel#prefetch`.
* Thu Dec 12 2013 cooloAATTsuse.com- updated to version 1.1.7 [#]## Automatic Recovery Fix Automatic connection recovery now correctly recovers bindings again. Contributed by Devin Christensen. [#]# Changes Between 1.1.5 and 1.1.6 [#]## 65535 Channels Per Connection amqp gem now allows for 65535 channels per connection and not Ruby process. Contributed by Neo (http://neo.com) developers. [#]# Changes Between 1.1.4 and 1.1.5 [#]## channel.close is Delayed Until After Channel is Open This eliminates a race condition in some codebases that use very short lived channels. [#]# Changes Between 1.1.3 and 1.1.4 [#]## ConnectionClosedError is Back `ConnectionClosedError` is now defined again.
* Wed Nov 27 2013 cooloAATTsuse.com- updated to version 1.1.5, no changelog