Skip to content

Commit 5f14caa

Browse files
committed
Prepare 3.0.0dev5 (#1095)
1 parent 3d6950f commit 5f14caa

File tree

2 files changed

+52
-3
lines changed

2 files changed

+52
-3
lines changed

CHANGELOG.rst

+51-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
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+
151
version 3.0.0dev4
252
----------------------------------------------------------
353
* Documentation updates
@@ -11,7 +61,6 @@ version 3.0.0dev3
1161
* Misc co-routines related fixes
1262
* Fix CI for python3 and remove PyPI from CI
1363

14-
1564
version 3.0.0dev2
1665
----------------------------------------------------------
1766
* Fix mask_write_register call. (#685)
@@ -220,7 +269,7 @@ Version 1.5.1
220269
if not res.isError():
221270
222271
# proceed
223-
272+
224273
else:
225274
# handle error or raise
226275

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Supported versions
1919

2020
Version `2.5.3 <https://github.com/riptideio/pymodbus/releases/tag/v2.5.3>`_ is the last 2.x release (Supports python 2.7.x - 3.7).
2121

22-
Version `3.0.0dev4 <https://github.com/riptideio/pymodbus/releases/tag/v3.0.0dev4>`_ is the current prerelease of 3.0.0 (Supports Python >=3.8).
22+
Version `3.0.0dev5 <https://github.com/riptideio/pymodbus/releases/tag/v3.0.0dev5>`_ is the current prerelease of 3.0.0 (Supports Python >=3.8).
2323

2424
Remark: "Supports" means that we only test with those versions, lower versions (e.g. 3.7) might work depending on the functionality used.
2525

0 commit comments

Comments
 (0)