Hello community, here is the log from the commit of package rubygem-bunny for openSUSE:Factory checked in at 2013-08-23 11:10:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-bunny (Old) and /work/SRC/openSUSE:Factory/.rubygem-bunny.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-bunny" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-bunny/rubygem-bunny.changes 2013-08-06 07:12:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 2013-08-23 11:10:13.000000000 +0200 @@ -1,0 +2,25 @@ +Tue Aug 6 17:45:11 UTC 2013 - [email protected] + +- updated to version 0.10.0 + This release has one minor **breaking API change**. + + ### Safe[r] basic.ack, basic.nack and basic.reject implementation + + Previously if a channel was recovered (reopened) by automatic connection + recovery before a message was acknowledged or rejected, it would cause + any operation on the channel that uses delivery tags to fail and + cause the channel to be closed. + + To avoid this issue, every channel keeps a counter of how many times + it has been reopened and marks delivery tags with them. Using a stale + tag to ack or reject a message will produce no method sent to RabbitMQ. + Note that unacknowledged messages will be requeued by RabbitMQ when connection + goes down anyway. + + This involves an API change: `Bunny::DeliveryMetadata#delivery_tag` is now + and instance of a class that responds to `#tag` and `#to_i` and is accepted + by `Bunny::Channel#ack` and related methods. + + Integers are still accepted by the same methods. + +------------------------------------------------------------------- Old: ---- bunny-0.9.8.gem New: ---- bunny-0.10.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-bunny.spec ++++++ --- /var/tmp/diff_new_pack.7uwMFs/_old 2013-08-23 11:10:14.000000000 +0200 +++ /var/tmp/diff_new_pack.7uwMFs/_new 2013-08-23 11:10:14.000000000 +0200 @@ -17,7 +17,7 @@ Name: rubygem-bunny -Version: 0.9.8 +Version: 0.10.0 Release: 0 %define mod_name bunny %define mod_full_name %{mod_name}-%{version} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
