Skip to content

v1.2.0

Compare
Choose a tag to compare
@jhendrixMSFT jhendrixMSFT released this 30 Sep 17:13
· 6 commits to main since this release
fff23c3

Features Added

  • Added type Null used to send an AMQP null message value.
  • Added method Properties to Conn, Session, Receiver, and Sender 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's false.