Skip to content

v0.11.1

Compare
Choose a tag to compare
@bettio bettio released this 19 May 09:03
· 310 commits to master since this release
v0.11.1
9a8b433

Astarte v0.11.1 release.

CHANGELOG

Added

  • Add a function to unset a properties path.
  • More detailed return error codes.
  • Add wrappers to set values on properties interfaces.
  • Add SDK version in astarte.h.

Changed

  • Most functions will no longer return ASTARTE_ERR, but a more specific error. Code checking for
    err == ASTARTE_ERR will most likely need to be changed.

Fixed

  • Correctly interpret the document length as a 32 bit number when appending a BSON document.