Skip to content

Releases: arduino-libraries/ArduinoIoTCloud

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

1.14.0

26 Feb 08:09
c95f278
Compare
Choose a tag to compare

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

28 Nov 07:56
d436b80
Compare
Choose a tag to compare

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

28 Sep 08:32
4929d5b
Compare
Choose a tag to compare

Changelog

  • Use certificate bundle including all Amazon root certificates (#379)

1.12.1

11 Sep 10:50
b4f5275
Compare
Choose a tag to compare

Changelog

  • Add Arduino UNO R4 WiFi OTA support (#376)

Known Issues

  • Amazon RSA 2048 M01 will expire Mar 22 23:59:59 2024 GMT

1.12.0

24 Jul 14:17
fdf04d4
Compare
Choose a tag to compare

Changelog

  • Add Arduino NANO ESP32 CI (#372 )
  • Enable TLS handshake for ESP32 devices (#370 )

Known Issues

  • Amazon RSA 2048 M01 will expire Mar 22 23:59:59 2024 GMT

1.11.3

07 Jul 06:36
32f8019
Compare
Choose a tag to compare

Changelog

  • Add Arduino UNO R4 WiFi support (#366)