@@ -9,19 +9,20 @@ helps make pymodbus a better product.
9
9
10
10
Version 3.6.7
11
11
-------------
12
- Add lock to async requests, correct logging and length calc. (FIX, not on dev)
13
- test_simulator: use unused_tcp_port fixture (#2141)
14
- streamline imports in Factory.py (#2140)
15
- Secure testing is done with pymodbus in PR. (#2136)
16
- Fix link to github in README (#2134)
17
- Wildcard exception catch from pyserial. (#2125)
18
- Problem with stale CI. (#2117)
19
- Add connection exception to list of exceptions catpured in retries (#2113)
20
- Move on_reconnect to client level (#2111)
21
- Bump github stale. (#2110)
22
- update package_test_tool (add 4 test scenarios) (#2107)
23
- Bump dependencies. (#2108)
24
- Cancel send if no connection. (#2103)
12
+ * Add lock to async requests, correct logging and length calc. (FIX, not on dev)
13
+ * test_simulator: use unused_tcp_port fixture (#2141)
14
+ * streamline imports in Factory.py (#2140)
15
+ * Secure testing is done with pymodbus in PR. (#2136)
16
+ * Fix link to github in README (#2134)
17
+ * Wildcard exception catch from pyserial. (#2125)
18
+ * Problem with stale CI. (#2117)
19
+ * Add connection exception to list of exceptions catpured in retries (#2113)
20
+ * Move on_reconnect to client level (#2111)
21
+ * Bump github stale. (#2110)
22
+ * update package_test_tool (add 4 test scenarios) (#2107)
23
+ * Bump dependencies. (#2108)
24
+ * Cancel send if no connection. (#2103)
25
+ >>>>>>> new367
25
26
26
27
27
28
Version 3.6.6
0 commit comments