v1.3.2
Pre-release
Pre-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
tocommon
. Update your includes accordingly: use#include <ifm3d/common/json.hpp
instead of#include <ifm3d/device/json.hpp
.