- Merged #30 to add support for binding to a named exchange queue.
- Fixes #31 (Issues decoding strings with ØÆÅ) via #32
- Add support for connecting to rabbitmq over TLS via #33
Merged #22, #23, #27, #28 to address issues with Dart 2.5
- Merged #19 to improve support for
HEADER
exchanges.
- Migrate to Dart 2
- Merged #14 and #15 to fix some type errors reported by dartanalyzer when running with Dart2/Flutter.
- Add support for custom exchanges via the
ExchangeType.custom()
constructor
- Fixes #6 (stack overflow when processing large TCP packets)
- Merged Faisal Abid's PR that forces the client to request a 0 heartbeat timeout
- Merged Raj Maniar's PR that allows users to register a listener for exceptions caught by the client
- Merged Raj Maniar's PR that adds support for handling basicReturn messages
- Initial version