Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 656 Bytes

CHANGELOG.md

File metadata and controls

13 lines (8 loc) · 656 Bytes

1.1.2

  • Allow sending messages with a TTL via PublishWithOptions by adding a new TTL property in PublishingOptions (PR).

1.1.1

  • Minor fix for correct usage of the ConnectionName parameter, and the possibility to declare it via environment variables (PR).

1.1.0

  • Allow setting a connection name (PR)
  • Allow configuring a custom marshaller (PR)
  • Allow setting autoDelete on queues (PR)