@@ -7,6 +7,74 @@ helps make pymodbus a better product.
77
88:ref: `Authors `: contains a complete list of volunteers have contributed to each major version.
99
10+ Version 3.6.0
11+ -------------
12+ * doc: Fix a code mismatch in client.rst
13+ * Update README.
14+ * truncated duration to milliseconds
15+ * Update examples for current dev.
16+ * Ignore all remaining implicit optional (#1888)
17+ * docstring
18+ * Remove unnecessary abort() call
19+ * Enable RUF013 (implicit optional) (#1882)
20+ * Support aiohttp 3.9.0b1 (#1886)
21+ * Actually perform aiohttp runner teardown
22+ * Pin to working aiohttp (#1884)
23+ * Docstring typo cleanup (#1879)
24+ * Clean client API imports. (#1819)
25+ * Update issue template.
26+ * Eliminiate implicit optional in reconnect_delay* (#1874)
27+ * Split client base in sync/async version (#1878)
28+ * Rework host/port and listener setup (#1866)
29+ * use baudrate directly (#1872)
30+ * Eliminate more implicit optional (#1871)
31+ * Fix serial server args order (#1870)
32+ * Relax test task/thread checker. (#1867)
33+ * Make doc link references version dependent. (#1864)
34+ * Remove pre-commit (#1860)
35+ * Ruff reduce ignores. (#1862)
36+ * Bump ruff to 0.1.3 and remove ruff.toml (#1861)
37+ * More elegant noop. (#1859)
38+ * Cache (#1829)
39+ * Eliminate more implicit optional (#1858)
40+ * Ignore files downloaded by pytest (#1857)
41+ * Avoid malicious user path input (#1855)
42+ * Add more return types to transport (#1852)
43+ * Do not attempt to close an already-closed serial connection (#1853)
44+ * Fix stopbits docstring typo (#1850)
45+ * Convert type hints to PEP585 (#1846)
46+ * Eliminate even more implicit optional (#1845)
47+ * Eliminate more implicit optionals in client (#1844)
48+ * Eliminate implicit optional in transport_serial (#1843)
49+ * Make client type annotations compatible with async client usage (#1842)
50+ * Merge pull request #1838 from pymodbus-dev/ruff
51+ * Eliminate implicit optional in simulator (#1841)
52+ * eliminate implicit optional for callback_disconnected (#1840)
53+ * pre-commit run --all-files
54+ * Update exclude paths
55+ * Replace black with ruff
56+ * Use other dependency groups for 'all' (#1834)
57+ * Cleanup author/maintainer fields (#1833)
58+ * Consistent messages if imports fail (#1831)
59+ * Client/Server framer as enum. (#1822)
60+ * Solve relative path in examples. (#1828)
61+ * Eliminate implicit optional for CommParams types (#1825)
62+ * Add 3.12 classifier (#1826)
63+ * Bump actions/stale to 8.0.0 (#1824)
64+ * Cleanup paths included in mypy/pylint (#1823)
65+ * Client documentation amended and updated. (#1820)
66+ * Import aiohttp in way pleasing mypy. (#1818)
67+ * Update doc, remove md files. (#1814)
68+ * Bump dependencies. (#1816)
69+ * Solve pylint / pytest.
70+ * fix pylint.
71+ * Examples are without parent module.
72+ * Wrong zip of examples.
73+ * Serial delay (#1810)
74+ * Add python 3.12. (#1800)
75+ * Release errors (pyproject.toml changes). (#1811)
76+
77+
1078Version 3.5.4
1179-------------
1280* Release errors (pyproject.toml changes). (#1811)
0 commit comments