Releases: arduino-libraries/ArduinoIoTCloud
Releases · arduino-libraries/ArduinoIoTCloud
1.2.0
1.1.1
1.1.0
1.0.2
Changelog
1.0.1
1.0.0
Changelog
- Use latest released version for CI build for
Arduino_AVRSTL
andArduino_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
andmbed_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
0.13.0
0.12.0
Changelog
- Use sketch compilation CI actions from their new dedicated repositories (#207)
- Support
ESP32
patch (#211) - Remove api symlink deletion step from CI workflow (#213)
- Use default branch of
ArduinoCore-API
in CI workflow (#214) - Add ESP32 board to "Compile Examples" CI workflow (#217)
- Pin Arduino CLI version used in CI to 0.13.0 (#222)
- Pin esp8266:esp8266 platform version to 2.5.0 in CI builds (#223)
- New Callbacks example + Added Nano 33 IoT to boards list in examples comment (#224)
- Offload IoT Cloud connection to Nina module (#208)
- Revert "Pin Arduino CLI version used in CI to 0.13.0 (#226)
- Reversion: Only use BearSSL offload for Uno WiFi Rev. 2 (#227)