Skip to content

Releases: arduino-libraries/ArduinoIoTCloud

2.1.2

20 Nov 08:50
Compare
Choose a tag to compare

What's Changed

  • NICLA VISION Fix ota download byte count by @pennam in #514

Full Changelog: 2.1.1...2.1.2

2.1.1

06 Nov 09:18
Compare
Choose a tag to compare

What's Changed

  • Add "Block for OTA" example by @manchoz in #510
  • ArduinoCloudTCP: print BearSSL error code by @pennam in #511
  • RP2040 Connect OTA fix appSize computation with cores using PRNG by @pennam in #505

Full Changelog: 2.1.0...2.1.1

2.1.0

16 Sep 09:34
Compare
Choose a tag to compare

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

23 Jul 10:46
Compare
Choose a tag to compare

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

19 Jun 07:31
Compare
Choose a tag to compare

What's Changed

  • TimedAttempt: fix reload function not applying tick retry limit by @pennam in #480

Full Changelog: 2.0.2...2.0.3

2.0.2

10 Jun 12:21
Compare
Choose a tag to compare

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

28 May 07:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

21 May 07:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.15.1...2.0.0

1.15.1

12 Mar 15:06
50b512a
Compare
Choose a tag to compare

Changelog

  • fix: Add dependency: Arduino_SecureElement (#435)

New Contributors

1.15.0

05 Mar 12:49
cf66030
Compare
Choose a tag to compare

Changelog

  • Arduino UNO R4 WiFi: switch to client certificate and private key for authentication