Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Releases: arduino-libraries/ArduinoCloudThing

1.5.4

02 Aug 12:20
Compare
Choose a tag to compare
  • Correcting semantic usage of overloaded CloudLocation::operator -
    When using the - operator with a location one would typically expect the result being a new location which coordinates are calculated by LocNew.lat = Loc.lat - otherLoc.lat and LocNew.lon = Loc.lon - otherLoc.lon - and not a float value representing the euclidean distance.
  • Adding test code for cloud type Location

1.5.2

22 May 04:34
Compare
Choose a tag to compare
  • Presetting variable next_state with defined value so as to not leave its initial value undefined (finding of compiling ArduinoIoTCloud with -Wall -Werror)

1.5.1

21 May 04:56
Compare
Choose a tag to compare
  • CI build warning level set to -Wall -Wextra -Wpedantic -Werror in order to force stronger compile-time checks on the source code
  • Resulting compiler warnings have been investigated and fixed
  • Fixing false positive alocation in codespell due to new version of codespell

1.5.0

13 May 09:59
Compare
Choose a tag to compare
  • Check for commonly misspelled words during the CI build
  • Make CI code formatting check support spaces in path
  • Add multi value properties management

1.4.1

09 Apr 08:22
Compare
Choose a tag to compare
  • Automatic coding style check for PRs via Travis and Astyle
  • Improvement of README
  • Broken unit tests fixed

1.4.0

26 Mar 14:30
Compare
Choose a tag to compare
  • Complete removal of SenML V1 protocol (string based CBOR keys)
  • Removed unused internal state property status

1.3.1

27 Feb 08:31
f6b9828
Compare
Choose a tag to compare
Increase version.

1.3.0

26 Feb 09:34
1365938
Compare
Choose a tag to compare
Increasing version

1.2.4

12 Feb 10:00
Compare
Choose a tag to compare

Release 1.2.4

1.2.3

06 Feb 14:57
6fd44e7
Compare
Choose a tag to compare
Release 1.2.3