File rubygem-amq-protocol.changes of Package rubygem-amq-protocol
-------------------------------------------------------------------
Fri Sep 25 13:25:24 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 2.3.2
see installed ChangeLog.md
-------------------------------------------------------------------
Thu May 7 20:06:07 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.3.1
see installed ChangeLog.md
## Changes between 2.3.1 and 2.3.2 (unreleased)
No changes yet.
## Changes between 2.3.0 and 2.3.1 (April 8th, 2020)
### Support for connection.update-secret
Used together with the `rabbitmq-auth-backend-oauth2` plugin.
### Squashed a gemspec Warning
GitHub issue: [ruby-amqp/amq-protocol#75](https://github.com/ruby-amqp/amq-protocol/issues/75).
-------------------------------------------------------------------
Tue Jan 9 10:40:08 UTC 2018 - enavarro@suse.com
- updated to version 2.3.0
see installed ChangeLog.md
## Changes between 2.2.0 and 2.3.0
### Support for Additional URI Query Parameters
GitHub issue: #67, #68, #69.
Contributed by Andrew Babichev.
-------------------------------------------------------------------
Tue May 23 09:39:17 UTC 2017 - coolo@suse.com
- updated to version 2.2.0
see installed ChangeLog.md
-------------------------------------------------------------------
Sun Jan 29 05:29:11 UTC 2017 - coolo@suse.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 05:28:32 UTC 2015 - coolo@suse.com
- updated to version 2.0.1
see installed ChangeLog.md
-------------------------------------------------------------------
Tue Nov 24 08:34:02 UTC 2015 - coolo@suse.com
- updated to version 2.0.0
see installed ChangeLog.md
-------------------------------------------------------------------
Sat Dec 21 08:14:18 UTC 2013 - coolo@suse.com
- updated to version 1.9.2
### Signed 16 Bit Integer Decoding
Signed 16 bit integers are now decoded correctly.
-------------------------------------------------------------------
Fri Nov 22 08:40:15 UTC 2013 - coolo@suse.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:53:00 UTC 2013 - coolo@suse.com
- updated to version 1.8.0
-------------------------------------------------------------------
Mon Aug 26 05:05:53 UTC 2013 - coolo@suse.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 15:59:33 UTC 2013 - coolo@suse.com
- updated to version 1.6.0, no changelog found
-------------------------------------------------------------------
Thu May 9 17:32:31 UTC 2013 - coolo@suse.com
- updated to version 1.5.0
Encoding of large payloads is now done more efficiently.
-------------------------------------------------------------------
Fri Dec 7 19:25:29 UTC 2012 - coolo@suse.com
- updated to version 1.0.1
`amq-protocol` now makes sure `DateTime` is loaded before trying to use it.
-------------------------------------------------------------------
Fri Nov 30 14:39:56 UTC 2012 - coolo@suse.com
- updated to version 1.0.0
-------------------------------------------------------------------
Mon Sep 24 15:03:59 UTC 2012 - coolo@suse.com
- updated to version 0.9.5
-------------------------------------------------------------------
Sun Jul 29 20:07:46 UTC 2012 - coolo@suse.com
- initial package