Releases: arduino-libraries/ArduinoIoTCloud
Releases · arduino-libraries/ArduinoIoTCloud
2.2.0
2.1.2
2.1.1
2.1.0
What's Changed
- ESP32: fix certificate bundle loading using core >= 3.0.4 by @pennam in #501
 - TimedAttempt fixes and tests by @pennam in #500
 - Add CellularConnectionHandler to library examples by @pennam in #502
 - feat: ArduinoIoTCloudNotecard by @zfields in #494
 - Fix time validity check to account for maximum possible timezone offset by @pennam in #509
 
Full Changelog: 2.0.4...2.1.0
2.0.4
What's Changed
- Improve device and thing state machine message handling and fix infinite disconnetct loop by @pennam in #490
 - UNO R4 WiFi fix warnings by @pennam in #484
 - Const cleanup by @pennam in #487
 - moving mqtt poll into ArduinoIoTCloudTCP::handle_Connected by @andreagilardoni in #488
 - If available force network time sync when connecting or reconnecting by @pennam in #489
 - OTA: fix sign-compare compiler warnings by @pennam in #497
 
Full Changelog: 2.0.3...2.0.4
2.0.3
2.0.2
What's Changed
- OTA: ESP32 fix build on core 3.0.0 by @pennam in #471
 - ArduinoIoTCloudTCP: Add debug print on time sync failures by @pennam in #473
 - Watchdog: use mbed API by @pennam in #472
 - OTA: handle fwrite error by @pennam in #475
 - OTA: increase download time to 2s by @pennam in #476
 - OTA: check for client connected during fetch by @pennam in #478
 - Add Cellular support using Arduino Mid Carrier by @pennam in #452
 - STM32H7 OTA code cleanup by @pennam in #477
 
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
What's Changed
- Bump geekyeggo/delete-artifact from 4 to 5 in /.github/workflows by @dependabot in #436
 - chore: clean examples by @zfields in #426
 - fix: Await Serial by @zfields in #438
 - Add setThingId call in Travic_CI sketch to ensure checking function existance by @pennam in #437
 - Examples: Avoid SECRET_PASS redefinition on Portenta H7 by @pennam in #450
 - chore: Switch LPWAN off deprecated method by @zfields in #428
 - Self provisioning Add support to new boards by @pennam in #439
 - Remove public functions to handle thing_id and timezone by @pennam in #440
 - Unify how timeouts are handled for TCP state machine by @pennam in #456
 - Move properties containers inside class implementation by @pennam in #442
 - New cloud interfaces by @pennam in #443
 - New thing process by @pennam in #444
 - New device process by @pennam in #445
 - LPWAN: fix property container initialization by @pennam in #457
 - ArduinoIoTCloudDevice: add missing initializers by @pennam in #458
 - Fix thing property reconfiguration after wifi loss by @pennam in #459
 - Debug: print mqttClient error code when connection fails by @pennam in #461
 - Add new Command topics by @andreagilardoni in #447
 - Add mTLS support for OTA file download by @andreagilardoni in #448
 - New ota structure by @andreagilardoni in #449
 - OTA: STM32H7 unmount filesystem before reset by @andreagilardoni in #460
 - Add detach and update timezone commands by @robgee86 in #451
 - Add support for MacOS universal dylib for lzss library by @manchoz in #399
 - removing .DS_Store by @andreagilardoni in #464
 
New Contributors
- @andreagilardoni made their first contribution in #447
 - @robgee86 made their first contribution in #451
 
Full Changelog: 1.15.1...2.0.0