Skip to content

Releases: pylessard/python-udsoncan

v1.23.0

05 Mar 02:54
Compare
Choose a tag to compare

New feature

  • CommunicationControl now supports nodeIdentificationNumber parameter introduced in the 2013 version of the standard. Fixes #216

Changes

  • Updated example on index page to match changes introduced in 1.21

v1.22.1

11 Feb 16:14
Compare
Choose a tag to compare

Bugfix

  • #207 : Fixed broken compatibility with Python 3.7

v1.22.0

06 Feb 05:22
Compare
Choose a tag to compare

New features

  • Added the client.test_data_identifier() method

Bugfix

  • Closing SocketConnection and IsoTPSocketConnection does not hang when provided with a socket in blocking mode (#191)
  • Fixed performance degradation introduced in v1.21 when requesting DIDs with a large configuration (#185)

v1.21.2

23 Jan 02:38
Compare
Choose a tag to compare

Bugfix

  • Fix #199 : IsotpSocketConnection does not support can-isotp v2

Breaking Changes!

  • IsotpSocketConnection requires an isotp.Address object and will not accept txid and rxid like before. This interface change could hardly be avoided while keeping the code sane.

v1.21.1

15 Jan 13:35
Compare
Choose a tag to compare

Bugfix

  • Fix unbound local error raised on timeout when using PythonIsotpConnection

v1.21.0

14 Jan 21:41
Compare
Choose a tag to compare

Features

  • Support isotp v2.x
  • Support passing a default DicCodec when reading a DID that have no codec defined (#185)
  • J2534 connection support 29 bits ID (credit @kirya-dev)

Bugfix

  • Unclear error when the server sends a bad payload on changeDiagnosticSession (#192)

v1.20.1

01 Oct 16:07
8813ef5
Compare
Choose a tag to compare

Changes:

  • Client.unlock_security_access now have a parameter to pass down the RequestSeed data (securityAccessDataRecord) to the request_seed method. Fixes #177

v1.20.0

27 Sep 16:14
Compare
Choose a tag to compare

New feature

-#164 - Support for Authentication service (0x29). Credits: @geynis

v1.19.0

19 Sep 02:31
Compare
Choose a tag to compare

New features

  • Supports waiting on negative responses when SuppressPositiveResponse bit is set (#174).

Bug fixes:

  • Fixed the list of supported negatives response code for TransferExit (#173). Credits: @mikisama

v1.18.1

24 Jun 15:48
Compare
Choose a tag to compare

Changes:

  • #162 - Client attach a reference to the request in the response object.

Bug fix :

  • #161 : Bad static type in client.send_request() signature