Skip to content

Releases: arduino-libraries/ArduinoIoTCloud

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)

1.11.2

22 Jun 15:05
1b6b2a7
Compare
Choose a tag to compare

Changelog

  • Add support for PORTENTA C33 (#365)
  • ESP: Remove redundant arch defines (#363)
  • Configuration: Add BOARD_HAS_SECRET_KEY (#362)

Full Changelog: 1.11.1...1.11.2

1.11.1

15 May 07:59
dc80f9e
Compare
Choose a tag to compare

Changelog

  • Fix ESP8266 time drift (#359)

1.11.0

06 Mar 08:19
89d3c92
Compare
Choose a tag to compare

Changelog

  • bin2ota Fix: Add missing colon (#352)
  • Add Arduino_ESP32_OTA to library dependencies (#354)
  • Ota: move code (#351)
  • TimeService update/refactor (#353)
  • Add Arduino_Portenta_OTA to library dependencies (#355)
  • Use NTP as primary time source and connection handler as fallback (#324)
  • Add support for GIGA (#356)

New Contributors

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)