Skip to content

Releases: arduino-libraries/ArduinoIoTCloud

1.3.0

04 Nov 13:12
4c3af93
Compare
Choose a tag to compare

Changelog

  • Add support for deferred OTA (#281)

Notes

This library introduce OTA properties synchronization with the cloud. Due to this fact updating to this library version with an OTA update will lead to an update process repeated twice to correctly synch OTA properties.

1.2.1

06 Oct 08:10
5e19f33
Compare
Choose a tag to compare

Changelog

  • Correct library dependency name (#279)

1.2.0

05 Oct 13:31
e02c284
Compare
Choose a tag to compare

Changelog

  • New CI Arduino Lint workflow (#268)
  • Fix CloudElectricpotential typo (#275)
  • Fix int to float conversion error (#276)
  • Enable RTC for PORTENTA (#273)
  • Add CloudTime variable (#277)
  • README Watchdog typo fix (#270)

1.1.1

15 Jun 07:24
Compare
Choose a tag to compare

Changelog

  • Enable watchdog feed during binary download and decompression phase on PORTENTA_H7 (#261)

1.1.0

14 Jun 12:48
c5e5d49
Compare
Choose a tag to compare

Changelog

  • Support OTA on Nano RP2040 Connect (#256)
  • Refactor watchdog handling (#260)
  • Fix preprocessor directive for watchdog handling (#263)

1.0.2

25 May 08:35
516ad1b
Compare
Choose a tag to compare

Changelog

  • Enabling setInsecure() for ESP32 (#251)
  • Refactor OTA request handler code (#252)
  • Removing no-longer needed CRC module. (#253)
  • Disable CI compilation for Uno WiFi Rev. 2 (#254)
  • Remove claim of compatibility with megaavr architecture (#255)
  • Remove commented-out CI code for Uno WiFi Rev. 2. (#258)

1.0.1

04 May 09:11
ae54b94
Compare
Choose a tag to compare

Changelog

  • Immediately trigger a sync request on the first time on its first request, do not wait for the timeout. (#250)

1.0.0

03 May 07:03
Compare
Choose a tag to compare

Changelog

  • Use latest released version for CI build for Arduino_AVRSTL and Arduino_Portenta_OTA (#229)
  • Use authenticated GH API requests in "Compile Examples" CI workflow (#230)
  • Fix typo in the ArduinoIoTCloud-Callbacks example (#231)
  • Improve reliability on connection loss (#233)
  • Adding watchdog for SAMD architecture (#235)
  • Adding preeliminary support for RP2040 Connect. (#236)
  • Enable BearSSL Offload for MKR WiFi 1010 and Nano 33 IoT (#237)
  • Modernize CI system (#238)
  • Enable watchdog for ArduinoCore-mbed based boards (#239)
  • Compile for Nano RP2040 Connect during CI build. (#240)
  • Add mbed_nano and mbed_portenta as supported architectures. (#241)
  • Feed Portenta H7 watchdog during OTA. (#242)
  • Implement exponential retry/back-off strategy to avoid router overloading. (#244)
  • Fix: Correct required nina-fw version for SSL stack offloading (#245)
  • Explain watchdog behaviour in README. (#247)
  • Increase timeout for last-value synchronisation to 30 seconds. (#248)
  • Track the number of unsuccessful request-last-values. (#249)

0.13.1

09 Feb 08:30
Compare
Choose a tag to compare

Changelog

  • Fix SHA256 calculation required for Portenta H7 OTA (#228)

0.13.0

02 Feb 10:21
Compare
Choose a tag to compare

Changelog

  • Add support for OTA on Portenta H7 (#225)