Skip to content

v1.13.1

Compare
Choose a tag to compare
@pylessard pylessard released this 19 Jul 16:18
· 128 commits to master since this release

New feature:

  • InputOutputControlByIdentifier service now support variable length DID with (Codec.ReadAllRemainingData). Fixes #57
  • Added a parameter to change the standard version support (2006, 2013, 2020).
  • When using version 2013 or 2020, DiagnosticSessionControl now requires the server to provides timing requirement (fixes #53)
  • Added a parameter to ignore server timing parameters when doing a DiagnosticSessionControl (for 2013 and 2020 version).

Bugfixes:

  • Fixed a typo in error code. IncorrectMessageLegthOrInvalidFormat becomes IncorrectMessageLengthOrInvalidFormat

Minor:

  • Changes few logging details.