File tree Expand file tree Collapse file tree 6 files changed +24
-2
lines changed Expand file tree Collapse file tree 6 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Thanks to
66
66
- Jonathan Reichelt Gjertsen
67
67
- JorisW
68
68
- julian
69
+ - Julian Lunz
69
70
- Justin Standring
70
71
- Kenny Johansson
71
72
- Kürşat Aktaş
Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ 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.11.1
11
+ --------------
12
+ * Auto debug in case of an error. (#2738)
13
+ * Remove duplicate log lines. (#2736)
14
+ * Remove unused callback in ServerRequestHandler (#2737)
15
+ * test on Python 3.14 (#2735)
16
+ * Validate address in all datastores. (#2733)
17
+ * Use asyncio.Event to deterministically ensure simulator start (#2734)
18
+ * Ignore lockfile (#2730)
19
+ * Link api_changes/changelog to README.
20
+ * Add note about semver.org.
21
+ * Datastore, add typing to set/get. (#2729)
22
+ * Move exception codes to constants. (#2728)
23
+ * Move ExceptionResponse to proper file. (#2727)
24
+ * make base frame signature match subclasses (#2726)
25
+ * Switch from venv+pip to uv (#2723)
26
+ * Cleanup CI configuration (#2724)
27
+ * Simplify code flow for broadcast requests (#2720)
28
+ * Fix serial_forwarder.py from examples/contrib (#2715)
29
+ * Remove discord. (#2714)
30
+
10
31
Version 3.11.0
11
32
--------------
12
33
* Correct bit handling (each byte is LSB->MSB). (#2707)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ as well as the
35
35
`API_changes <https://github.com/pymodbus-dev/pymodbus/blob/dev/API_changes.rst >`_
36
36
files.
37
37
38
- Current release is `3.11.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.0 >`_.
38
+ Current release is `3.11.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.11.1 >`_.
39
39
40
40
Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
41
41
Original file line number Diff line number Diff line change 20
20
from pymodbus .pdu .device import ModbusDeviceIdentification
21
21
22
22
23
- __version__ = "4.0.0dev2 "
23
+ __version__ = "3.11.1 "
24
24
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments