Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 1.35 KB

Changelog for coreMQTT Client Library

v1.0.1 (November 2020)

Updates

  • #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 the interface/ directory.

Other

  • #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.

v1.0.0 (September 2020)

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.