v1.8
Bug Fixes:
- #63 - Consecutive Frame timeout sometime not raised properly. Remainings #41 Fixed in v1.7
- #56 - Correctly consider address prefix (address extension) when deciding to use a Single Frame.
- Credit : @lumagi
- Few documentation and error messages correction.
Improvements:
- Added parameter
default_target_address_type
to easily switch between Physical and Functional message from a layer of software above. - #57 - Added some mypy support
- Credit : @brent-stone
- #61 - Added a rate limiter feature to avoid overflowing the CAN device driver in some particular cases.
- Credit : @dpatel20
- #59 - Added "Listen Mode"
- Credit : @toooooobi