v0.6.1
Astarte Device SDK C++ v0.6.1 release.
CHANGELOG
Added
- Astarte classes can now be formatted, using the standard library's formatter by default. If it's not available, the feature uses the
fmtliblibrary fromspdlogas a fallback. To use this fallback, you must enable theASTARTE_PUBLIC_SPDLOG_DEPoption in CMake.
Fixed
- Qt sample compilation errors on Windows machines.