v0.11.1
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.