Releases: jacobschaer/python-doipclient
Releases · jacobschaer/python-doipclient
Release list
v1.2.1
v1.2.0
@1ozZ - Validate logical addresses and warn mismatches
v1.1.8
v1.1.7
What's Changed
- Add vm_specific parameter to DoIPClient initialization by @jakubkrista in #60
New Contributors
- @jakubkrista made their first contribution in #60
Full Changelog: v1.1.6...v1.1.7
v1.1.6
Correct timeout behavior for udsoncan connector @luojiaaoo
v1.1.5
Send diagnostics to arbitrary address @6reend0g
v1.1.4
Missing py.typed file in package. @cstaylor
v1.1.3
Fixes an incorrect enum in RoutingActivationResponse.ResponseCode. DeniedRequiresTLS was incorrectly 0x6 when it should be 0x7. 0x6 now also correctly identified as DeniedUnsupportedActivationType. Thanks to @clementramirez.
v1.1.2
Thanks to @noamraph for removing tests entry point from the release package to avoid conflicts.