You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/source/index.rst
+1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Here is the major API changes to v2.x that might make an application designed wi
36
36
- Some methods dedicated to internal usage have been prefixed with an underscore (``_``) to indicates that they are internals
37
37
- The ``isotp.socket.recv()`` method does not return ``None`` on timeout anymore.
38
38
The API now comply with the Python socket API and will raise the proper exception in case of timeout.
39
+
- ``isotp.socket.bind`` now requires an ``isotp.Address`` object and is no more backward compatible with old interface
39
40
- The error handler is called from a different thread
40
41
- The :class:`TransportLayer<isotp.TransportLayer>` object is now an extension of the legacy v1.x TransportLayer, which has been renamed to ``TransportLayerLogic``. See :ref:`Backward Compatibility<backward_compatibility>` and :ref:`Legacy Methods<legacy_methods>`
0 commit comments