Skip to content

Releases: esp-admin/sdk

v1.4.3

22 Jun 11:23
Compare
Choose a tag to compare

compare changes

🔥 Performance

  • Store static log messages in Flash (4822153)

🩹 Fixes

  • HTTP: Correctly set response buffer size (b6c6eb5)
  • Logger: Correctly set message buffer size (757eeac)
  • OTA: Close HTTP connection before sending update status (00a56ed)

🏡 Chore

  • Bump version (f0d0e29)
  • HTTP: Log reason on open connection fail (4e7d619)

❤️ Contributors

v1.4.2

21 Jun 19:06
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Update: Avoid sending duplicate progress values (53232b7)

🏡 Chore

❤️ Contributors

v1.4.1

21 Jun 18:35
Compare
Choose a tag to compare

compare changes

🔥 Performance

  • Store static log messages in Flash (8c07d9b)

💅 Refactors

🏡 Chore

  • Bump version (b37dc73)
  • Change OTA and MQTT default stack size (2c8cffa)

❤️ Contributors

v1.4.0

20 Jun 19:00
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • OTA: Publish progress on device/+/report/update_progress (8b86b72)
  • Update: Add abort option (abfb73c)

🔥 Performance

  • OTA: Avoid running ota task when connection failed (832f489)

🩹 Fixes

  • OTA: Set initial progress state to 0 (256cd2f)
  • Update: Avoid progress calculation when image size unknown (991e0f0)

💅 Refactors

  • OTA: Use advanced APIs (7c4763f)
  • Logger: Change style of log message (0c4f5d3)

🏡 Chore

  • examples: Set mqttCert for HiveMQ Cloud (52b5f77)
  • Add doc comments for public methods (73b16e9)

❤️ Contributors

v1.3.0

23 May 11:14
Compare
Choose a tag to compare

compare changes

⚠️About

This release introduces a change on initialization API to add more configuration options. (docs)

🚀 Enhancements

  • Set internal config options on initialization (#1)

🩹 Fixes

  • log: Set default message max size locally (b34f214)

💅 Refactors

  • Increase log message max size (1d9a41a)

🏡 Chore

❤️ Contributors

v1.2.3

12 Mar 09:38
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • MQTT: Create a publish overload (2a1b853)

🏡 Chore

  • library.json: Bump version (46c308b)

❤️ Contributors

v1.2.2

28 Nov 14:47
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • NVS: Return empty string when nvs_get_str failed (5bbf722)
  • HTTP: Initialize response buffers (1a5d5ff)

💅 Refactors

  • Command: Increase _onUpdate document size (73b23ce)
  • HTTP: Increase response buffer size (b49ad82)
  • MQTT: Increase stack size (a616157)

🏡 Chore

❤️ Contributors

v1.2.1

21 Nov 12:44
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Store: Disable remote logging by default (83b178b)

🏡 Chore

  • examples: Add lvgl example (2ea8a5e)

❤️ Contributors

v1.2.0

20 Nov 13:19
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

💅 Refactors

  • Command: Create _onCustom method (a3161be)
  • Add warning on deserializeJson fail (3d7544f)

❤️ Contributors

v1.1.2

16 Nov 18:16
Compare
Choose a tag to compare

compare changes

About

This release is just a solution to place the stable release as latest over the release candidate.

🏡 Chore

  • Exclude node files from library pkg (dae2e41)
  • Bump version to 1.1.1 (345b066)

❤️ Contributors