Skip to content

v0.6.1

Choose a tag to compare

@sorru94 sorru94 released this 11 Aug 09:10
· 276 commits to main since this release
v0.6.1
542c0d0

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 fmtlib library from spdlog as a fallback. To use this fallback, you must enable the ASTARTE_PUBLIC_SPDLOG_DEP option in CMake.

Fixed

  • Qt sample compilation errors on Windows machines.