Skip to content

v4.0.5

Compare
Choose a tag to compare
@MariusBgm MariusBgm released this 25 Aug 15:17
· 558 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

  • Utility (SerDes)
    • SilKit/include/silkit/util/serdes/Serialization.hpp:
      • The media type for PubSub was changed from application/vnd.vector.sil.data; protocolVersion=1 to application/vnd.vector.silkit.data; protocolVersion=1
      • The media type for RPC was changed from application/vnd.vector.sil.rpc; protocolVersion=1 to application/vnd.vector.silkit.rpc; protocolVersion=1
  • LIN
    • SilKit_LinChecksumModel_Undefined was renamed to SilKit_LinChecksumModel_Unknown.
  • C: Orchestration
    • SilKit_LifecycleService_Stop was added to the C-API. This corresponds to SilKit::Services::Orchestration::ILifecycleService::Stop.
  • C: Ethernet
    • Frames delivered in user-provided SilKit_EthernetFrameHandler functions had an invalid payload delivered. This was fixed, the frame is now correctly delivered. The error only occured in the C API, the C++ API correctly delivered the entire frame.