Skip to content

Releases: arduino-libraries/ArduinoIoTCloud

1.10.0

19 Jan 14:19
86520bf
Compare
Choose a tag to compare

Changelog

  • Add ESP32 OTA support (#350)
  • bin2ota Add missing boards (#349)

1.9.0

09 Jan 14:33
5776c7f
Compare
Choose a tag to compare

Changelog

  • Add support for opta board (#345)
  • CloudDimmedLight property cleanup (#347)
  • Remove attributes macros (#339)
  • Reorder and simplify addPropertyReal methods (#343)
  • ESP TimeService: remove delays introduced by multiple NTP requests (#340)
  • Unit tests: update catch to v2.13.10 (#346)
  • Fix compilation warnings (#344)
  • Ethernet: examples and readme update (#342)

1.8.0

07 Nov 09:49
9c6d5d7
Compare
Choose a tag to compare

Changelog

  • CI: Use mbed_portenta core release instead of ArduinoCore-mbed HEAD (#333)
  • Fix spell check failures and typos (#332)
  • Fix Unexpected input warning running unit-tests workflow (#334)
  • Add common define for STM32H7 boards (#335)
  • Fix write() in BearSSLClient.cpp (#337 )
  • Examples cleanup and adjust (#327) (#341)
  • Add ethernet interface support for Portenta H7 (#328)

1.7.0

02 Aug 15:09
9673032
Compare
Choose a tag to compare

Changelog

  • Add CloudString .clear() method and PropertyActions::CLEAR string to cleanup messenger widget (#329)
  • README.md improvements (#331)(#330)(#323)
  • CI: fix for ESP32 (#326)
  • CI: remove ArduinoBearSSL library dependency (#316)
  • CI: Add note about esp8266 core version (#325)
  • Add esp32 as supported architecture (#322)

1.6.1

30 May 12:25
Compare
Choose a tag to compare

Changelog

  • Remove PORTENTA H7 M4 from CI (#310)
  • TimeService: Check if board is connected before issue a time request (#317 ). This also fixes a crash of ESP32 platform.

1.6.0

08 Mar 17:39
45d5672
Compare
Choose a tag to compare

Changelog

  • Add Support for NICLA_VISION and SE050 crypto (#307) (#308) (#309)

1.5.0

08 Feb 13:03
57a6cac
Compare
Choose a tag to compare

Changelog

  • Add support for thing_id discovery protocol (#297)

Notes

  • Hardcoded thing_id from old sketch templates will be ignored.
  • After upgrading to this library version it is no longer possible to rollback to previous versions with an OTA.
  • Upgrading to this library version with an OTA will produce this one time false error message:
    "Unable to verify OTA: the board did not answer after reboot".

1.4.1

24 Jan 10:47
b0b75cd
Compare
Choose a tag to compare

Changelog

  • Add definition of generic ESP32 to ARCH test (#294)
  • Add retry delay on topic subscription failures (#298)
  • Avoid splitting multivalue properties when multiple messages are needed to sync (#293)
  • Use a more fair way to sync properties to the cloud (#293)

1.4.0

06 Dec 10:00
070eb73
Compare
Choose a tag to compare

Changelog

  • Add RTC support for NANO RP2040 CONNECT (#288)
  • Add CloudSchedule property to support Scheduler Widget (#284)

1.3.1

12 Nov 11:56
c7ed9d7
Compare
Choose a tag to compare

Changelog

  • Fix OTA properties synchronization in case of resulting CBOR message longer than 256 bytes (#289)