Release 1.7.1 - 21.07.2025 INCOMPATIBLE CHANGES - dv-sdk/log.hpp: dv::Logger together with DV_MODULE_MULTI_THREAD_SAFE was not working correctly on all platforms. An alternative approach for thread-safety has been implemented, by simply disallowing log-append operations if the DV_MODULE_MULTI_THREAD_SAFE define is set to 1. This was only used internally and should have no user impact. BUG FIXES - Cameras: fix usb control transfer in notification (from dv-processing). - Cameras: adapt to logger changes (from dv-processing).