Release Notes
V1.02.00
Release Date: March 3, 2020
- Open-source Release
V1.01.00
Release Date: December 7th, 2017
Requirements
- µC/TCP-IP V3.02.00 or newer
- µC/CPU V1.30.00 or newer
- µC/LIB V1.38.00 or newer
- µC/Common V1.00.00 or newer
API Changes
- MQTTc_Publish() added an argument for payload length.
Bugfixes
- Fixed bug that made impossible to publish binary values.
- Fixed bug in MQTTc_FixedHdrBufCfg() that calculated the size incorrectly when the message length was greater than 127 bytes.
- Fixed bug in MQTTc_FixedHdrBufCfg() that used incorrect data type for encoded length.
- Fixed issue where µC/MQTT would fail to connect on fast connections.
- Fixed issue where µC/MQTT would not properly receive Publish messages greater than or equal to 128 bytes.