- #83 Accept duplicate publishes regardless of the value of the "DUP" flag.
- #86 Remove
const
qualifier from transport interface function pointers. - #91
transport_interface.h
was moved to theinterface/
directory.
- #69, #80, #95, #98 Minor documentation updates.
- #71 Set publish payloads to NULL when they are zero length.
- #74 Resolve clang build warnings from the unit tests.
- #75 Configure submodules to not be cloned by default.
This is the first release of a coreMQTT client library in this repository.
The MQTT library is a client-side implementation that is compliant with the MQTT 3.1.1 specification. It is optimized for resource-constrained devices, and does not allocate any memory.