Path to this page:
./
net/ruby-amq-protocol,
AMQP 0.9.1 encoder & decoder
Branch: CURRENT,
Version: 2.3.2,
Package name: ruby27-amq-protocol-2.3.2,
Maintainer: pkgsrc-usersamq-protocol is an AMQP 0.9.1 serialization library for Ruby. It is not an
AMQP client: amq-protocol only handles serialization and deserialization.
If you want to write your own AMQP client, this gem can help you with that.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 45 KB
Version history: (Expand)
- (2021-10-07) Updated to version: ruby27-amq-protocol-2.3.2
- (2020-09-14) Updated to version: ruby26-amq-protocol-2.3.2
- (2020-04-30) Updated to version: ruby26-amq-protocol-2.3.1
- (2018-03-14) Updated to version: ruby24-amq-protocol-2.3.0
- (2017-11-23) Package has been reborn
- (2017-06-05) Updated to version: ruby23-amq-protocol-2.2.0
CVS history: (Expand)
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-09-14 15:28:15 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/ruby-amq-protocol: update to 2.3.2
Update ruby-amq-protocol package to 2.3.2.
## Changes between 2.3.1 and 2.3.2 (July 10th, 2020)
### Safer Encoding Handling When Serialising Message Properties and Headers
Contributed by @bbascarevic-tti.
|
2020-04-30 17:21:13 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/ruby-amq-protocol: update to 2.3.1
Update ruby-amq-protocol to 2.3.1.
## 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).
|
2018-03-14 16:07:31 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
net/ruby-amq-protocol: update to 2.3.0
## Changes between 2.2.0 and 2.3.0 (Jan 8th, 2018)
### Support for Additional URI Query Parameters
GitHub issue: [#67](https://github.com/ruby-amqp/amq-protocol/issues/67), \
[#68](https://github.com/ruby-amqp/amq-protocol/issues/68), \
[#69](https://github.com/ruby-amqp/amq-protocol/issues/69).
Contributed by Andrew Babichev.
|
2017-06-05 16:48:30 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-amq-protocol to 2.2.0.
## Changes between 2.1.0 and 2.2.0 (unreleased)
### Timestamps are Encoded as 64-bit Unsigned Integers
This is a potentially **breaking change**. It is recommended that
all applications that use this gem and pass date/time values in message
properties or headers are upgraded at the same time.
GitHub issue: [#64](https://github.com/ruby-amqp/amq-protocol/issues/64).
Contributed by Carl Hoerberg.
|
2017-03-20 15:31:33 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-amq-protocolto 2.1.0.
## 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)
|
2016-01-03 08:43:46 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-amq-protocol to 2.0.1.
2.0.1
* Support encoding of byte arrays, fixes #58.
* Fix encoding for headers and properties if using nested headers.
* Fix #30 (headers encoding other than ASCII-8BIT).
|