Skip to content

Releases: arduino-libraries/ArduinoIoTCloud

0.6.0

13 May 15:14
Compare
Choose a tag to compare
  • Make CI code formatting check support spaces in path
  • Multi value properties management

0.5.11

17 Apr 11:34
Compare
Choose a tag to compare
  • Removal of deprecated function 'poll'
  • New cloud blink examples for Getting Started
  • Check for commonly misspelled words during the CI build
  • Adding the capability to register callbacks for various cloud events

Refactoring source code and automatic coding style check for PRs via Travis and Astyle

09 Apr 08:18
Compare
Choose a tag to compare

Improved debug module

03 Apr 07:20
Compare
Choose a tag to compare
  • Reduce debug code within business logic by providing a debug function with variadic arguments
  • Redirect the output stream to any output device derived from 'Stream'

Fix empty topic issue

02 Apr 06:00
Compare
Choose a tag to compare
  • Changes to Device Shadow sync did not account for cases in which the MQTT topic was empty
  • minor cosmetic changes

Travis CI Build for ArduinoIoTCloud

01 Apr 13:30
Compare
Choose a tag to compare
  • Adding example used in conjunction with Travis CI to verify that no user facing API changes have been made
  • Enable compilation of examples for both WiFi and GSM enabled boards
  • Adding .travis.yml for automatic CI build of ArduinoIoTCloud
  • Adding build badge to README

0.5.6

29 Mar 17:01
Compare
Choose a tag to compare
Increment library version

Cleaning up ambiguity concerning naming of thing id and device id.

29 Mar 09:43
Compare
Choose a tag to compare

Cleaning up ambiguity concerning naming of thing id and device id.

Notify user if thing id is wrong or thing does not exist

22 Mar 09:39
c8da6e7
Compare
Choose a tag to compare
0.5.4

[CM-474] Notify user if thing id is wrong / thing does not exist (#43)

Refactoring source code + Minor Bugfixes

21 Mar 09:49
061b4c7
Compare
Choose a tag to compare

Separating definition/implementation in .h/.cpp files + Bugfix: Prevent socket from keeping open by stopping UDP