Skip to content

Release v1.3.2

Latest

Choose a tag to compare

@jayantjn jayantjn released this 24 Jun 13:49
· 5 commits to main since this release
cefc4c3

Bug fixes:

  • Fixed race conditions in OBDOverCANModule,DataSenderIonWriter, CollectionInspectionWorkerThread and CANDataSource found by coverity 2024.3.1.

Improvements:

  • Refactored telemetry data serialization to ensure Store and Forward uses the same payload size
    optimizations as regular telemetry data.
  • Updated the default dependency installation prefix to /usr/local, enabling CMake to locate
    dependencies using its standard search paths without requiring explicit CMAKE_PREFIX_PATH
    argument.
  • Fixed various Coverity regressions.