@@ -8,6 +8,47 @@ helps make pymodbus a better product.
88:ref: `Authors `: contains a complete list of volunteers have contributed to each major version.
99
1010
11+ Version 3.7.0
12+ -------------
13+ * Remove unneeded client parameters. (#2272)
14+ * simulator: Fix context single parameter (#2264)
15+ * buildPacket can be used for Request and Response (#2262)
16+ * More descriptive decoder exceptions (#2260)
17+ * Cleanup ReadWriteMultipleRegistersResponse and testing (#2261)
18+ * Feature/simulator addressing (#2258)
19+ * Framer optimization (apart from RTU). (#2146)
20+ * Use mock.patch.object to avoid protected access errors. (#2251)
21+ * Fix some mypy type checking errors in test_transaction.py (#2250)
22+ * Update check for windows platform (#2247)
23+ * Logging 100% coverage. (#2248)
24+ * CI, Block draft PRs to use CPU minutes. (#2245, #2246)
25+ * Remove kwargs client. (#2243, #2244, #2257)
26+ * remove kwargs PDU messagees. (#2240)
27+ * Remove message_generator example (not part of API). (#2239)
28+ * Update dev dependencies (#2241)
29+ * Fix ruff check in CI (#2242)
30+ * Remove kwargs. (#2236, #2237)
31+ * Simulator config, kwargs -> parameters. (#2235)
32+ * Refactor transaction handling to better separate async and sync code. (#2232)
33+ * Simplify some BinaryPayload pack operations (#2224)
34+ * Fix writing to serial (rs485) on windows os. (#2191)
35+ * Remember to remove serial writer. (#2209)
36+ * Transaction_id for serial == 0. (#2208)
37+ * Solve pylint error.
38+ * Sync TLS needs time before reading frame (#2186)
39+ * Update transaction.py (#2174)
40+ * PDU classes --> pymodbus/pdu. (#2160)
41+ * Speed up no data detection. (#2150)
42+ * RTU decode hunt part. (#2138)
43+ * Dislodge client classes from modbusProtocol. (#2137)
44+ * Merge new message layer and old framer directory. (#2135)
45+ * Coverage == 91%. (#2132)
46+ * Remove binary_framer. (#2130)
47+ * on_reconnect_callback --> on_connect_callback. (#2122)
48+ * Remove certfile,keyfile,password from TLS client. (#2121)
49+ * Drop support for python 3.8 (#2112)
50+
51+
1152Version 3.6.9
1253-------------
1354* Remove python 3.8 from CI
0 commit comments