Skip to content

Releases: esp-admin/sdk

v0.2.1

27 Sep 17:17
Compare
Choose a tag to compare

compare changes

πŸ”₯ Performance

  • OTA: Run process async on a seperate task (dd40a46)

🩹 Fixes

  • Command: Check if custom handler exists before calling it (5e463ea)
  • HTTP: On GET check status code before read response (9b034d4)
  • HTTP: On POST check status code before read response (14b0f4d)
  • Store: Avoid storing setting on failed fetch (402ea77)

πŸ’… Refactors

  • Allow override of internal config values (c950ca3)

🏑 Chore

  • MQTT: Set keep alive to 30 sec (041b834)

❀️ Contributors

v0.2.0

26 Sep 14:34
Compare
Choose a tag to compare

compare changes

πŸ’… Refactors

  • Store: ⚠️ Pass root ca cert as argument instead of hard coded value (551ebf5)

🏑 Chore

  • Update library.json (c70987b)
  • Increase keep alive to 120 sec (467ed28)
  • Set OTA timeout config (7eb3385)
  • Update: Change already updated log msg (b6b0541)

⚠️ Breaking Changes

  • Store: ⚠️ Pass root ca cert as argument instead of hard coded value (551ebf5)

❀️ Contributors

v0.1.6

25 Sep 18:55
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • NVS: Store NULL values as empty strings (8fd6cb2)

🏑 Chore

  • Delete test directory (0bedbe9)
  • Rename directory test to tests (2e623f6)

❀️ Contributors

v0.1.5

17 Sep 13:23
Compare
Choose a tag to compare

compare changes

πŸ”₯ Performance

  • OTA: Use espressif APIs instead of arduino-esp32 (486f3b3)

🩹 Fixes

  • MQTT: Increase stack size to 10k (e17716b)

🏑 Chore

❀️ Contributors

v0.1.4

16 Sep 10:42
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • HTTP: Only fail when -1 returned (afe32f6)

❀️ Contributors

v0.1.3

02 Aug 15:52
Compare
Choose a tag to compare

compare changes

🏑 Chore

  • Update application domain (ba9ee93)

❀️ Contributors

v0.1.2

18 Jul 17:50
Compare
Choose a tag to compare

compare changes

πŸ’… Refactors

  • Set mqtt subscribe method to public (88f7d51)

🏑 Chore

  • Set mqtt keep alive to 30 sec (ff297ef)

❀️ Contributors

v0.1.1

11 Jul 17:54
Compare
Choose a tag to compare

compare changes

πŸ’… Refactors

  • Rename debug to log (1088e7d)
  • Rename downloadUrl to download Path in update command (6507c5d)

πŸ“– Documentation

  • readme: Remove under development warning (2dda708)

🏑 Chore

❀️ Contributors

v0.0.5

10 Jul 16:19
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

compare changes

πŸ’… Refactors

  • Create download URL locally from relative path and httpHost (6b98382)

πŸ“– Documentation

  • Add documentation section (567e66a)

❀️ Contributors

v0.0.4

07 Jul 15:41
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

compare changes

πŸ“– Documentation

🏑 Chore

  • Add library.json and basic example (b8858f4)
  • Update basic example (52884f8)
  • Update basic example (79f1984)
  • Update default httpHost (87dc2c8)

❀️ Contributors