v4.0.5
·
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
toapplication/vnd.vector.silkit.data; protocolVersion=1
- The media type for RPC was changed from
application/vnd.vector.sil.rpc; protocolVersion=1
toapplication/vnd.vector.silkit.rpc; protocolVersion=1
- The media type for PubSub was changed from
- LIN
SilKit_LinChecksumModel_Undefined
was renamed toSilKit_LinChecksumModel_Unknown
.
- C: Orchestration
SilKit_LifecycleService_Stop
was added to the C-API. This corresponds toSilKit::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.
- Frames delivered in user-provided