uamqp v0.2.0
Some internal breaking changes to the MessageSender/MessageReceiver classes and their async equivalents.
New features:
- Optional keep-alive background process for keep unused connections active.
- Added ability to supply an ErrorPolicy to a client to determine how the client should handle a vendor specific error occurring in either a message disposition, link detach or connection close event.
- Now parsing standard AMQP errors for retryability - and surfacing error details to the user.
- Added support for HTTP proxy configuration.
For all changes, please see the release notes.