Skip to content

Releases: jacobschaer/python-doipclient

v1.2.1

13 May 04:23

Choose a tag to compare

Logistical release - fix pytest. Update setup.py

v1.2.0

11 May 06:05
e33d8af

Choose a tag to compare

@1ozZ - Validate logical addresses and warn mismatches

v1.1.8

17 Dec 06:46

Choose a tag to compare

Fix enum @6reend0g

v1.1.7

13 Aug 04:47

Choose a tag to compare

What's Changed

  • Add vm_specific parameter to DoIPClient initialization by @jakubkrista in #60

New Contributors

Full Changelog: v1.1.6...v1.1.7

v1.1.6

01 Jul 04:23

Choose a tag to compare

Correct timeout behavior for udsoncan connector @luojiaaoo

v1.1.5

07 Mar 05:33

Choose a tag to compare

Send diagnostics to arbitrary address @6reend0g

v1.1.4

12 Nov 06:07

Choose a tag to compare

Missing py.typed file in package. @cstaylor

v1.1.3

12 Sep 04:52

Choose a tag to compare

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

04 Sep 05:07

Choose a tag to compare

Thanks to @noamraph for removing tests entry point from the release package to avoid conflicts.

v1.1.1

27 Aug 20:17

Choose a tag to compare

Fix SSLContext bug - thanks @sfaiss