Releases: arduino-libraries/ArduinoIoTCloud
Releases · arduino-libraries/ArduinoIoTCloud
0.6.0
- Make CI code formatting check support spaces in path
- Multi value properties management
0.5.11
Refactoring source code and automatic coding style check for PRs via Travis and Astyle
0.5.10 Releasing v0.5.10
Improved debug module
- 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
- 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
- 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
Increment library version
Cleaning up ambiguity concerning naming of thing id and device id.
Cleaning up ambiguity concerning naming of thing id and device id.
Notify user if thing id is wrong or thing does not exist
0.5.4 [CM-474] Notify user if thing id is wrong / thing does not exist (#43)
Refactoring source code + Minor Bugfixes
Separating definition/implementation in .h/.cpp files + Bugfix: Prevent socket from keeping open by stopping UDP