Skip to content

v4.0.8

Compare
Choose a tag to compare
@VDanielEdwards VDanielEdwards released this 10 Oct 10:00
· 520 commits to main since this release

Refer to the Changelog for details.
The compiled HTML documentation can be found in the SilKit-Documentation subdirectory in all SilKit-VERSION-PLATFORM-ARCHITECTURE-TOOLSET.zip archives.

Changed

  • The third party dependencies were updated.
    • yaml-cpp to version 0.7.0.
    • asio to version 1.24.0.
    • fmt to version 8.1.1.
    • spdlog to version 1.10.0.
    • googletest to version 1.12.1.
  • The FlexRay controller now issues a warning if the static buffer payload is truncated or padded with zeros, i.e., if the size is not exactly as specified in the controller configuration.
  • The registry now transmits a diagnostic string when a participant announcement cannot be processed, e.g., because a participant with the same name already exists. The second participant will not time out after a few seconds anymore, but fail much faster.