tag:github.com,2008:https://github.com/jacobschaer/python-doipclient/releases Release notes from python-doipclient 2025-08-13T04:44:38Z tag:github.com,2008:Repository/324655816/v1.1.7 2025-08-13T04:47:53Z v1.1.7 <h2>What's Changed</h2> <ul> <li>Add vm_specific parameter to DoIPClient initialization by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jakubkrista/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jakubkrista">@jakubkrista</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3260080030" data-permission-text="Title is private" data-url="https://github.com/jacobschaer/python-doipclient/issues/60" data-hovercard-type="pull_request" data-hovercard-url="/jacobschaer/python-doipclient/pull/60/hovercard" href="https://github.com/jacobschaer/python-doipclient/pull/60">#60</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jakubkrista/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jakubkrista">@jakubkrista</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3260080030" data-permission-text="Title is private" data-url="https://github.com/jacobschaer/python-doipclient/issues/60" data-hovercard-type="pull_request" data-hovercard-url="/jacobschaer/python-doipclient/pull/60/hovercard" href="https://github.com/jacobschaer/python-doipclient/pull/60">#60</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/jacobschaer/python-doipclient/compare/v1.1.6...v1.1.7"><tt>v1.1.6...v1.1.7</tt></a></p> jacobschaer tag:github.com,2008:Repository/324655816/v1.1.6 2025-07-01T04:23:17Z v1.1.6 <p>Correct timeout behavior for udsoncan connector <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/luojiaaoo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/luojiaaoo">@luojiaaoo</a></p> jacobschaer tag:github.com,2008:Repository/324655816/v1.1.5 2025-03-07T05:33:28Z v1.1.5 <p>Send diagnostics to arbitrary address <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/6reend0g/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/6reend0g">@6reend0g</a></p> jacobschaer tag:github.com,2008:Repository/324655816/v1.1.4 2024-11-12T06:07:25Z v1.1.4 <p>Missing py.typed file in package. <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/cstaylor/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/cstaylor">@cstaylor</a></p> jacobschaer tag:github.com,2008:Repository/324655816/v1.1.3 2024-09-12T04:52:56Z v1.1.3 <p>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 <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/clementramirez/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/clementramirez">@clementramirez</a>.</p> jacobschaer tag:github.com,2008:Repository/324655816/v1.1.2 2024-09-04T05:07:22Z v1.1.2 <p>Thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/noamraph/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/noamraph">@noamraph</a> for removing tests entry point from the release package to avoid conflicts.</p> jacobschaer tag:github.com,2008:Repository/324655816/v1.1.1 2023-08-27T20:17:08Z v1.1.1 <p>Fix SSLContext bug - thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sfaiss/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sfaiss">@sfaiss</a></p> jacobschaer tag:github.com,2008:Repository/324655816/v1.1.0 2023-07-06T05:04:53Z v1.1.0 <p><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/HarshaLaxman/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/HarshaLaxman">@HarshaLaxman</a> added <code>get_entity</code> method which can serve as a mechanism to discover ECU's in addition to the existing <code>await_vehicle_announcement</code>. Only supports IPV4 over broadcast for now.</p> jacobschaer tag:github.com,2008:Repository/324655816/v1.0.9 2023-07-04T21:43:32Z TLS/SSL Improvements <p><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sfaiss/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sfaiss">@sfaiss</a> fixed some issues with the existing DoIP over TLS implementation and added some examples to the documentation. Updates the <code>use_secure</code> flag in the constructor to accept an SSLContext in addition to the existing True/False flags.</p> <p>Also resolved an issue where PyPI wasn't rendering the README.rst properly</p> jacobschaer tag:github.com,2008:Repository/324655816/v1.0.8 2022-09-13T05:39:55Z Fix automatic Alive Check responses <p><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/stefankopf/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/stefankopf">@stefankopf</a> found an issue where responses to Alive checks detected while handling another message would get delayed.</p> jacobschaer