Skip to content

Releases: jacobschaer/python-doipclient

v1.2.1

Choose a tag to compare

@jacobschaer jacobschaer released this 13 May 04:23

Logistical release - fix pytest. Update setup.py

v1.2.0

Choose a tag to compare

@jacobschaer jacobschaer released this 11 May 06:05
e33d8af

@1ozZ - Validate logical addresses and warn mismatches

v1.1.8

Choose a tag to compare

@jacobschaer jacobschaer released this 17 Dec 06:46

Fix enum @6reend0g

v1.1.7

Choose a tag to compare

@jacobschaer jacobschaer released this 13 Aug 04:47

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

Choose a tag to compare

@jacobschaer jacobschaer released this 01 Jul 04:23

Correct timeout behavior for udsoncan connector @luojiaaoo

v1.1.5

Choose a tag to compare

@jacobschaer jacobschaer released this 07 Mar 05:33

Send diagnostics to arbitrary address @6reend0g

v1.1.4

Choose a tag to compare

@jacobschaer jacobschaer released this 12 Nov 06:07

Missing py.typed file in package. @cstaylor

v1.1.3

Choose a tag to compare

@jacobschaer jacobschaer released this 12 Sep 04:52

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

Choose a tag to compare

@jacobschaer jacobschaer released this 04 Sep 05:07

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

v1.1.1

Choose a tag to compare

@jacobschaer jacobschaer released this 27 Aug 20:17

Fix SSLContext bug - thanks @sfaiss