Skip to content

Releases: esp-admin/sdk

v2.0.1

30 Sep 08:34
Compare
Choose a tag to compare

compare changes

πŸ”₯ Performance

  • Migrate to ArduinoJson v7 (236a636)

🩹 Fixes

  • mqtt: Fix MQTT connection status after disconnect (a5cb082)
  • mqtt: Remove extra disconnection report (LWT sufficient) (414b53b)

🏑 Chore

  • examples: Update main.cpp on gprs (fa806b6)
  • Develop with arduino framework (4f12d8a)
  • Update release script (ef8fad0)

v2.0.0

22 Aug 12:42
e625feb
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • ⚠️ Support espidf framework (#2)

🏑 Chore

⚠️ Breaking Changes

  • ⚠️ Support espidf framework (#2)

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