Releases: arduino-libraries/ArduinoIoTCloud
Releases · arduino-libraries/ArduinoIoTCloud
1.15.0
1.14.0
Changelog
- Arduino IoT Cloud Docs (#380)
- CI updates and fixes (#417) (#419) (#420) (#421) (#422) (#423) (#429) (#430) (#431)
- Portenta H7 Watchdog: allow watchdog feeding using CATM1 (#397)
- Use DEFAULT_MIN_TIME_BETWEEN_UPDATES_MILLIS as default period for publishOnChange (#403)
- Add build configuration file for ECCX08 (#404)
- Avoid library to call deprecated functions itself (#406)
- Make examples build on cloud web editor (#412)
- Remove remaining ARDUINO_AVR_UNO_WIFI_REV2 configuration defines (#413)
- UNO R4 WiFi OTA: adapt code to handle new and old return values from OTAUpdate core library (#427)
- OTA: changing download to downloadAndDecompress for mbed core (#432)
- OTA: making it possible to perform ota without the need of the thing ID (#433)
1.13.0
Changelog
- Fix typo in comments (#385)
- Remove AVR compile options to improve code clarity (#311)
- Avoid calling onchange callback on sync event if property isn't changed (#378)
- UNO R4 WiFi: move firmware check inside begin function (#386)
- Time Service: merge STM32H7 and NANO RP2040 RTC functions (#394)
- ESP32 OTA: check if device partition table is OTA compatible (#395)
- Edge control: Add board support (#396)
1.12.2
1.12.1
1.12.0
1.11.3
1.11.2
1.11.1
1.11.0
Changelog
- bin2ota Fix: Add missing colon (#352)
- Add Arduino_ESP32_OTA to library dependencies (#354)
- Ota: move code (#351)
- TimeService update/refactor (#353)
- Add Arduino_Portenta_OTA to library dependencies (#355)
- Use NTP as primary time source and connection handler as fallback (#324)
- Add support for GIGA (#356)
New Contributors
- @Jorgetrujilloroman made their first contribution in (#352)
- @alranel made their first contribution in (#354)