·
2 commits
to master
since this release
Features
- Moves to FreeRTOS 202406.01-LTS release libraries.
- Adds support for ESP-IDF v5.2
- Includes the new AWS IoT MQTT File Streams Library which is used in the new Modular OTA approach.
Please refer to the iot-reference example for a production-ready starting point that uses this approach for the OTA. - This release adds the ability to independently configure timeout values for MQTT TLS connect, receive and send. (8acb914)
Bug Fixes
- Memory leak due to missing TLS disconnect when MQTT connection establishment failed. (ed73104)
API Breakages
- The libraries are backward compatible with 202210.xx LTS, except AWS IoT OTA, which is not included in the 202406.01-LTS release.
Please refer to the official Migration Guide and aforementioned Modular OTA for more information. - Default timeouts for MQTT connect, send and receive are changed to 4 seconds, 10 seconds and 2 seconds respectively from 1 seconds for each operation.