Hello community, here is the log from the commit of package rubygem-bunny for openSUSE:Factory checked in at 2014-07-21 21:40:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-05-21 16:23:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 2014-07-21 22:34:40.000000000 +0200 @@ -1,0 +2,62 @@ +Mon Jul 21 08:11:02 UTC 2014 - [email protected] + +- updated to version 1.3.1 + ### NoMethodError on Thread During Shutdown + + During abnormal termination, `Bunny::Session` no longer tries + to call the non-existent `terminate_with` method on its origin + thread. + + + ## Changes between Bunny 1.2.0 and 1.3.0 + + ### TLS Can Be Explicitly Disabled + + TLS now can be explicitly disabled even when connecting (without TLS) + to the default RabbitMQ TLS/amqps port (5671): + + ``` ruby + conn = Bunny.new(:port => 5671, :tls => false) + ``` + + Contributed by Muhan Zou. + + + ### Single Threaded Connections Raise Shutdown Exceptions + + Single threaded Bunny connections will now raise exceptions + that occur during shutdown as is (instead of trying to shut down + I/O loop which only threaded ones have). + + Contributed by Carl Hörberg. + + + ### Synchronization Improvements for Session#close + + `Bunny::Session#close` now better synchronizes state transitions, + eliminating a few race condition scenarios with I/O reader thread. + + + ### Bunny::Exchange.default Fix + + `Bunny::Exchange.default` no longer raises an exception. + + Note that it is a legacy compatibility method. Please use + `Bunny::Channel#default_exchange` instead. + + Contributed by Justin Litchfield. + + GH issue [#211](https://github.com/ruby-amqp/bunny/pull/211). + + ### Bunny::Queue#pop_as_hash Removed + + `Bunny::Queue#pop_as_hash`, which was added to ease migration + to Bunny 0.9, was removed. + + ### Bunny::Queue#pop Wraps Metadata + + `Bunny::Queue#pop` now wraps `basic.get-ok` and message properties + into `Bunny::GetResponse` and `Bunny::MessageProperties`, just like + `basic.consume` deliveries. + +------------------------------------------------------------------- Old: ---- bunny-1.2.1.gem New: ---- bunny-1.3.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-bunny.spec ++++++ --- /var/tmp/diff_new_pack.beUArE/_old 2014-07-21 22:34:42.000000000 +0200 +++ /var/tmp/diff_new_pack.beUArE/_new 2014-07-21 22:34:42.000000000 +0200 @@ -17,7 +17,7 @@ Name: rubygem-bunny -Version: 1.2.1 +Version: 1.3.1 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]
