Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@vcabbage vcabbage released this 12 Jan 03:52
· 114 commits to master since this release

Summary

  • Support for sending messages.
  • Support for sending/receiving "value" payloads.
  • Added option LinkAddressDynamic(), Sender.Address() and Receiver.Address() to support dynamic addresses.
  • Added options LinkSenderSettle() and LinkReceiverSettle() to allow for configuring settlement modes.
  • Added option ConnSASLAnonymous() to enable SASL ANONYMOUS authentication.
  • UUID support.
  • Added basic integration tests against Microsoft Azure Service Bus.
  • Debug logging when built with debug build tag.
  • Many bug fixes.

Breaking Changes

  • Option LinkSource() renamed to LinkAddress().
  • As they are optional, Message.Header and Message.Properties have been changed to pointers.