Changelog for
ruby2.2-rubygem-amq-protocol-2.2.0-30.1.i586.rpm :
Tue May 23 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.2.0
see installed ChangeLog.md
Sun Jan 29 13:00:00 2017 cooloAATTsuse.com
- updated to version 2.1.0
see installed ChangeLog.md
[#]# Changes between 2.0.0 and 2.1.0
[#]## Ruby Warnings Squashed
Contributed by Akira Matsuda.
GitHub issue: [#62](https://github.com/ruby-amqp/amq-protocol/pull/62)
[#]## Byte Array Decoding
Byte array values in types now can be
decoded (to the extent Ruby type system
permits) by this library.
GitHub issue: [#58](https://github.com/ruby-amqp/amq-protocol/issues/58)
Fri Dec 18 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.1
see installed ChangeLog.md
Tue Nov 24 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.0.0
see installed ChangeLog.md
Sat Dec 21 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.9.2
[#]## Signed 16 Bit Integer Decoding
Signed 16 bit integers are now decoded correctly.
Fri Nov 22 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.9.0
[#]## Performance Improvements in AMQ::BitSet
`AMQ::BitSet#next_clear_bit` is now drastically more efficient
(down from 6 minutes for 10,000 iterations to 4 seconds for 65,536 iterations).
Contributed by Doug Rohrer, Dave Anderson, and Jason Voegele from
[Neo](http://www.neo.com).
[#]## Body Framing Fix
Messages exactly 128 Kb in size are now framed correctly.
Contributed by Nicolas Viennot.
Mon Sep 23 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.8.0
Mon Aug 26 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.7.0
`connection.blocked` AMQP 0.9.1 extension is now supported
(should be available as of RabbitMQ 3.2).
Tue Jul 30 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.6.0, no changelog found
Thu May 9 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.5.0
Encoding of large payloads is now done more efficiently.
Fri Dec 7 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.0.1
`amq-protocol` now makes sure `DateTime` is loaded before trying to use it.
Fri Nov 30 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.0.0
Mon Sep 24 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.9.5
Sun Jul 29 14:00:00 2012 cooloAATTsuse.com
- initial package