Skip to content

v1.14

Compare
Choose a tag to compare
@pylessard pylessard released this 13 Aug 00:01
· 100 commits to master since this release

Features:

  • Added support for J2534 passthru (#75, #76) [credit: @joeFischetti ]
  • Added possibility to send data bytes when requesting a seed with SecurityAccess service (#79) [credit : @guigor]
  • Added a parameter to disable the global timeout when sending a request, meaning it is now possible to wait indefinitely for a response if the server ask to wait continuously. (#73, #86) [credit: @martinjthompson ]
  • Added support for DynamicallyDefineDataIdentifier service (#78)

Bugfix :

  • Start receive timer after call to the connection send to avoid timing out while transmitting long payload (#43, #68) [credit: @wanam ]
  • RequestFileTransfer response now properly parse the filesize (#89, #90) [credit: @trivialpursuer ]