tag:github.com,2008:https://github.com/jacobschaer/python-doipclient/releasesRelease notes from python-doipclient2025-08-13T04:44:38Ztag:github.com,2008:Repository/324655816/v1.1.72025-08-13T04:47:53Zv1.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>jacobschaertag:github.com,2008:Repository/324655816/v1.1.62025-07-01T04:23:17Zv1.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>jacobschaertag:github.com,2008:Repository/324655816/v1.1.52025-03-07T05:33:28Zv1.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>jacobschaertag:github.com,2008:Repository/324655816/v1.1.42024-11-12T06:07:25Zv1.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>jacobschaertag:github.com,2008:Repository/324655816/v1.1.32024-09-12T04:52:56Zv1.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>jacobschaertag:github.com,2008:Repository/324655816/v1.1.22024-09-04T05:07:22Zv1.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>jacobschaertag:github.com,2008:Repository/324655816/v1.1.12023-08-27T20:17:08Zv1.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>jacobschaertag:github.com,2008:Repository/324655816/v1.1.02023-07-06T05:04:53Zv1.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>jacobschaertag:github.com,2008:Repository/324655816/v1.0.92023-07-04T21:43:32ZTLS/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>jacobschaertag:github.com,2008:Repository/324655816/v1.0.82022-09-13T05:39:55ZFix 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