Skip to content

1.0.0

Compare
Choose a tag to compare
@aentinger aentinger released this 03 May 07:03

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)