Skip to content

Releases: arduino-libraries/ArduinoIoTCloud

1.2.0

05 Oct 13:31
e02c284
Compare
Choose a tag to compare

Changelog

  • New CI Arduino Lint workflow (#268)
  • Fix CloudElectricpotential typo (#275)
  • Fix int to float conversion error (#276)
  • Enable RTC for PORTENTA (#273)
  • Add CloudTime variable (#277)
  • README Watchdog typo fix (#270)

1.1.1

15 Jun 07:24
Compare
Choose a tag to compare

Changelog

  • Enable watchdog feed during binary download and decompression phase on PORTENTA_H7 (#261)

1.1.0

14 Jun 12:48
c5e5d49
Compare
Choose a tag to compare

Changelog

  • Support OTA on Nano RP2040 Connect (#256)
  • Refactor watchdog handling (#260)
  • Fix preprocessor directive for watchdog handling (#263)

1.0.2

25 May 08:35
516ad1b
Compare
Choose a tag to compare

Changelog

  • Enabling setInsecure() for ESP32 (#251)
  • Refactor OTA request handler code (#252)
  • Removing no-longer needed CRC module. (#253)
  • Disable CI compilation for Uno WiFi Rev. 2 (#254)
  • Remove claim of compatibility with megaavr architecture (#255)
  • Remove commented-out CI code for Uno WiFi Rev. 2. (#258)

1.0.1

04 May 09:11
ae54b94
Compare
Choose a tag to compare

Changelog

  • Immediately trigger a sync request on the first time on its first request, do not wait for the timeout. (#250)

1.0.0

03 May 07:03
Compare
Choose a tag to compare

Changelog

  • Use latest released version for CI build for Arduino_AVRSTL and Arduino_Portenta_OTA (#229)
  • Use authenticated GH API requests in "Compile Examples" CI workflow (#230)
  • Fix typo in the ArduinoIoTCloud-Callbacks example (#231)
  • Improve reliability on connection loss (#233)
  • Adding watchdog for SAMD architecture (#235)
  • Adding preeliminary support for RP2040 Connect. (#236)
  • Enable BearSSL Offload for MKR WiFi 1010 and Nano 33 IoT (#237)
  • Modernize CI system (#238)
  • Enable watchdog for ArduinoCore-mbed based boards (#239)
  • Compile for Nano RP2040 Connect during CI build. (#240)
  • Add mbed_nano and mbed_portenta as supported architectures. (#241)
  • Feed Portenta H7 watchdog during OTA. (#242)
  • Implement exponential retry/back-off strategy to avoid router overloading. (#244)
  • Fix: Correct required nina-fw version for SSL stack offloading (#245)
  • Explain watchdog behaviour in README. (#247)
  • Increase timeout for last-value synchronisation to 30 seconds. (#248)
  • Track the number of unsuccessful request-last-values. (#249)

0.13.1

09 Feb 08:30
Compare
Choose a tag to compare

Changelog

  • Fix SHA256 calculation required for Portenta H7 OTA (#228)

0.13.0

02 Feb 10:21
Compare
Choose a tag to compare

Changelog

  • Add support for OTA on Portenta H7 (#225)

0.12.0

01 Feb 14:16
Compare
Choose a tag to compare

Changelog

  • Use sketch compilation CI actions from their new dedicated repositories (#207)
  • Support ESP32 patch (#211)
  • Remove api symlink deletion step from CI workflow (#213)
  • Use default branch of ArduinoCore-API in CI workflow (#214)
  • Add ESP32 board to "Compile Examples" CI workflow (#217)
  • Pin Arduino CLI version used in CI to 0.13.0 (#222)
  • Pin esp8266:esp8266 platform version to 2.5.0 in CI builds (#223)
  • New Callbacks example + Added Nano 33 IoT to boards list in examples comment (#224)
  • Offload IoT Cloud connection to Nina module (#208)
  • Revert "Pin Arduino CLI version used in CI to 0.13.0 (#226)
  • Reversion: Only use BearSSL offload for Uno WiFi Rev. 2 (#227)

0.11.3

24 Nov 07:58
Compare
Choose a tag to compare

Changelog

  • Update Portenta platform in Compile Examples CI workflow (#204)
  • Use arduino/cpp-test-action in Unit Test CI workflow (#206)
  • Fix lenght typo (#205)
  • Improve error message when wrong thing id is configured. (#210)