@@ -7,6 +7,54 @@ helps make pymodbus a better product.
7
7
8
8
:ref: `Authors `: contains a complete list of volunteers have contributed to each major version.
9
9
10
+ Version 3.8.0
11
+ -------------
12
+ * slave_id -> dev_id (internally). (#2486)
13
+ * Pin python 3.13.0 and update ruff. (#2487)
14
+ * Add documentation link to README. (#2483)
15
+ * Add datatype bits to convert_to/from_registers. (#2480)
16
+ * Add trace API to server. (#2479)
17
+ * Add trace API for client. (#2478)
18
+ * Integrate TransactionManager in server. (#2475)
19
+ * Rename test/sub _. (#2473)
20
+ * Check server closes file descriptors. (#2472)
21
+ * Update http_server.py (#2471)
22
+ * Restrict write_registers etc to list[int]. (#2469)
23
+ * Write_registers/pdu typing again. (#2468)
24
+ * Remove ModbusExceptions enum. (#2467)
25
+ * Add special ssl socket handling of "no data". (#2466)
26
+ * Add tip that values= will be modified to list[int]. (#2465)
27
+ * client 100% test coverage (#2396)
28
+ * Extend TransactionManager to handle sync. (#2457)
29
+ * Add convert_from to simple examples. (#2458)
30
+ * New async transaction manager. (#2453)
31
+ * Deprecate BinaryPayloadDecoder / BinaryPayloadBuilder. (#2456)
32
+ * Correct close for server transport. (#2455)
33
+ * RTU frame problem, when received split. (#2452)
34
+ * pdu, 100% coverage. (#2450)
35
+ * Refactor PDU, add strong typing to base classes. (#2438)
36
+ * Enforce keyword only parameters. (#2448)
37
+ * Fix read_device_information with sync client. (#2441)
38
+ * Simplify syncTransactionManager. (#2443)
39
+ * Import examples direct. (#2442)
40
+ * rename ModbusExceptions enums to legal constants. (#2436)
41
+ * Add typing to examples. (#2435)
42
+ * Refactor PDU diag. (#2421)
43
+ * Fix client lock, Parallel API calls are not permitted. (#2434)
44
+ * Ensure accept_no_response_limit > retries. (#2433)
45
+ * Check client and frametype. (#2426)
46
+ * Add MDAP to TLS frame. (#2425)
47
+ * Clean/Finalize testing for bit functions. (#2420)
48
+ * Simplify pdu bit, remove skip_encode. (#2417)
49
+ * remove zero_mode parameter. (#2354)
50
+ * Prepare refactor messages. (#2416)
51
+ * Fixed handle local echo in serialserver (#2415)
52
+ * Correct minor framer/pdu errors. (#2407)
53
+ * Rtu decode frames without byte count. (#2412)
54
+ * Improve type of parameter values of write_registers (#2411)
55
+ * PDU lookupClass work with sub function code. (#2410)
56
+ * Correct wait_next_api link in README. (#2406)
57
+
10
58
Version 3.7.4
11
59
-------------
12
60
* Clean PDU init. (#2399)
0 commit comments