1
1
All these version were not possible without volunteers!
2
2
`AUTHORS ` contains a complete list for each major version.
3
3
4
+ version 3.5.0
5
+ ----------------------------------------------------------
6
+ - Async retry (#1752)
7
+ - test_client: Fix test_client_protocol_execute() (#1751)
8
+ - Use enums for constants (#1743)
9
+ - Local Echo Broadcast with Async Clients (#1744)
10
+ - Fix #1746 . Return missing result (#1748)
11
+ - Document nullmodem. (#1739)
12
+ - Add system health check to all tests. (#1736)
13
+ - Handle partial message in ReadDeviceInformationResponse (#1738)
14
+ - Broadcast with Handle Local Echo (#1737)
15
+ - transport_emulator, part II. (#1710)
16
+ - Added file AUTHORS, to list all Volunteers. (#1734)
17
+ - Fix #1702 and #1728 (#1733)
18
+ - Clear retry count when success. (#1732)
19
+ - RFC: Reduce parameters for REPL server classes (#1714)
20
+ - retries=1, solved. (#1731)
21
+ - Impoved the example "server_updating.py" (#1720)
22
+ - pylint 3.11 (#1730)
23
+ - Correct retry loop. (#1729)
24
+ - Fix faulty not check (#1725)
25
+ - bugfix local echo handling on sync clients (#1723)
26
+ - Updated copyright in LICENSE.
27
+ - Correct README pre-commit.
28
+ - Fix custom message parsing in RTU framer (#1716)
29
+ - Request tracer (#1715)
30
+ - pymodbus.server: allow strings for "-p" paramter (#1713)
31
+ - New nullmodem and transport. (#1696)
32
+ - xdist loadscope (test is not split). (#1708)
33
+ - Add client performance example. (#1707)
34
+
4
35
version 3.4.1
5
36
----------------------------------------------------------
6
37
* Fix serial startup problems. (#1701)
@@ -21,7 +52,6 @@ version 3.4.1
21
52
22
53
version 3.4.0
23
54
----------------------------------------------------------
24
- * Prepare v3.4.0.
25
55
* Handle partial local echo. (#1675)
26
56
* clarify handle_local_echo. (#1674)
27
57
* async_client: add retries/reconnect. (#1672)
0 commit comments