v1.2.0
Features Added
- Added type
Null
used to send an AMQPnull
message value. - Added method
Properties
toConn
,Session
,Receiver
, andSender
which contains the peer's respective properties.
Bugs Fixed
- Fixed a rare race in
Conn.start
that could cause goroutines to be leaked if the provided context was canceld/expired.
Other Changes
- The field
MessageHeader.Durable
is not omitted when it'sfalse
.