Skip to content

v1.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ifm-csr ifm-csr released this 16 Jun 12:06
· 481 commits to main since this release

Added

  • Add env variable IFM3D_SWUPDATE_CURL_TIMEOUT for curl transaction timeout during swupdate
  • Add Project description and links to PYPI page
  • Add an example on how to use the deserializer module

Fixed

  • Release versions wrongly marked as +dirty

Changed

  • Replaced glog with ifm3d::Logger, see the migration guide for details
  • The json module has been moved from device to common. Update your includes accordingly: use #include <ifm3d/common/json.hpp instead of #include <ifm3d/device/json.hpp.