This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
v0.12.0
- Additional validation of received messages. Bumping to v0.12 as additional validation has the potential to cause issues with non-conforming brokers.
- Fixed bug where the aborted transfer flag was being ignored.
- Corrected a bug causing zero length binary values to be decoded as
nil
rather than a non-nil
zero length slice.