Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 1.66 KB

Changelog

0.1.4

  • Merged #30 to add support for binding to a named exchange queue.

0.1.3

  • Fixes #31 (Issues decoding strings with ØÆÅ) via #32
  • Add support for connecting to rabbitmq over TLS via #33

0.1.2

Merged #22, #23, #27, #28 to address issues with Dart 2.5

0.1.1

  • Merged #19 to improve support for HEADER exchanges.

0.1.0

  • Migrate to Dart 2

0.0.9

  • Merged #14 and #15 to fix some type errors reported by dartanalyzer when running with Dart2/Flutter.

0.0.6

0.0.5

  • Fixes #6 (stack overflow when processing large TCP packets)

0.0.4

  • Merged Faisal Abid's PR that forces the client to request a 0 heartbeat timeout

0.0.3

  • Merged Raj Maniar's PR that allows users to register a listener for exceptions caught by the client

0.0.2

  • Merged Raj Maniar's PR that adds support for handling basicReturn messages

0.0.1

  • Initial version