1
+ version 3.0.0dev5
2
+ ----------------------------------------------------------
3
+ * Remove server sync code and combine with async code. (#1092)
4
+ * Solve test of tls by adding certificates and remove bugs (#1080)
5
+ * Simplify server implementation. (#1071)
6
+ * Do not filter using unit id in the received response (#1076)
7
+ * Hex values for repl arguments (#1075)
8
+ * All parameters in class parameter. (#1070)
9
+ * Add len parameter to decode_bits. (#1062)
10
+ * New combined test for all types of clients. (#1061)
11
+ * Dev mixin client (#1056)
12
+ * Add/update client documentation, including docstrings etc. (#1055)
13
+ * Add unit to arguments (#1041)
14
+ * Add timeout to all pytest. (#1037)
15
+ * Simplify client parent classes. (#1018)
16
+ * Clean copyright statements, to ensure we follow FOSS rules. (#1014)
17
+ * Rectify sync/async client parameters. (#1013)
18
+ * Clean client directory structure for async. (#1010)
19
+ * Remove async_io, simplify AsyncModbus<x>Client. (#1009)
20
+ * remove init_<something>_client(). (#1008)
21
+ * Remove async factory. (#1001)
22
+ * Remove loop parameter from client/server (#999)
23
+ * add example async client. (#997)
24
+ * Change async ModbusSerialClient to framer= from method=. (#994)
25
+ * Add forwarder example with multiple slaves. (#992)
26
+ * Remove async get_factory. (#990)
27
+ * Remove unused ModbusAccessControl. (#989)
28
+ * Solve problem with remote datastore. (#988)
29
+ * Remove unused schedulers. (#976)
30
+ * Remove twisted (#972)
31
+ * Remove/Update tornado/twister tests. (#971)
32
+ * remove easy_install and ez_setup (#964)
33
+ * Fix mask write register (#961)
34
+ * Activate pytest-asyncio. (#949)
35
+ * Changed default framer for serial to be ModbusRtuFramer. (#948)
36
+ * Remove tornado. (#935)
37
+ * Pylint, check method parameter documentation. (#909)
38
+ * Add get_response_pdu_size to mask read/write. (#922)
39
+ * Minimum python version is 3.8. (#921)
40
+ * Ensure make doc fails on warnings and/or errors. (#920)
41
+ * Remove central makefile. (#916)
42
+ * Re-organize examples (#914)
43
+ * Documentation cleanup and clarification (#689)
44
+ * Update doc for repl. (#910)
45
+ * Include package and tests in coverage measurement (#912)
46
+ * Use response byte length if available (#880)
47
+ * better fix for rtu incomplete frames (#511)
48
+ * Remove twisted/tornado from doc. (#904)
49
+ * Update classifiers for pypi. (#907)
50
+
1
51
version 3.0.0dev4
2
52
----------------------------------------------------------
3
53
* Documentation updates
@@ -11,7 +61,6 @@ version 3.0.0dev3
11
61
* Misc co-routines related fixes
12
62
* Fix CI for python3 and remove PyPI from CI
13
63
14
-
15
64
version 3.0.0dev2
16
65
----------------------------------------------------------
17
66
* Fix mask_write_register call. (#685)
@@ -220,7 +269,7 @@ Version 1.5.1
220
269
if not res.isError():
221
270
222
271
# proceed
223
-
272
+
224
273
else :
225
274
# handle error or raise
226
275
0 commit comments