Skip to content

Release 202406.01-LTS

Latest
Compare
Choose a tag to compare
@avsheth avsheth released this 23 Jul 17:01
· 2 commits to master since this release

Features

  1. Moves to FreeRTOS 202406.01-LTS release libraries.
  2. Adds support for ESP-IDF v5.2
  3. 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.
  4. This release adds the ability to independently configure timeout values for MQTT TLS connect, receive and send. (8acb914)

Bug Fixes

  1. Memory leak due to missing TLS disconnect when MQTT connection establishment failed. (ed73104)

API Breakages

  1. 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.
  2. 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.