Version 3.3.0 is now available. #1570
Replies: 1 comment 1 reply
-
This is great, the new type hints found a bug in all my drivers using pymodbus. Here was the old pymodbus/pymodbus/client/serial.py Lines 75 to 76 in 67d875b Here is the new pymodbus/pymodbus/transport/transport.py Lines 344 to 345 in cfc95c4 Here is my buggy code which calls the above method in pymodbus: async def _close(self) -> None:
"""Close the TCP connection."""
try:
await self.client.close() # 3.x With the new type hints |
Beta Was this translation helpful? Give feedback.
-
This version contains 73 commits made by 9 committers.
The version contains, apart from bug fixes, 3 bigger items:
Please make sure to have a look at API_CHANGES.rst to see the changes affecting applications.
Thanks a lot to all that helped make this release possible, especially all the new committers.
Version 3.4 will focus on:
the target for the release is July / August
Beta Was this translation helpful? Give feedback.
All reactions