Releases: arduino-libraries/ArduinoIoTCloud
Releases · arduino-libraries/ArduinoIoTCloud
1.3.0
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
Changelog
- Correct library dependency name (#279)
1.2.0
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
Changelog
- Enable watchdog feed during binary download and decompression phase on PORTENTA_H7 (#261)
1.1.0
Changelog
- Support OTA on Nano RP2040 Connect (#256)
- Refactor watchdog handling (#260)
- Fix preprocessor directive for watchdog handling (#263)
1.0.2
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
Changelog
- Immediately trigger a sync request on the first time on its first request, do not wait for the timeout. (#250)
1.0.0
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
Changelog
- Fix SHA256 calculation required for Portenta H7 OTA (#228)
0.13.0
Changelog
- Add support for OTA on Portenta H7 (#225)