File tree 7 files changed +18
-3
lines changed
7 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Thanks to
16
16
- Alex Ruddick
17
17
- Alexander Lanin
18
18
- Alexandre CUER
19
+ - alexis-care
19
20
- Alois Hockenschlohe
20
21
- Andy Walker
21
22
- Arjan
@@ -30,6 +31,7 @@ Thanks to
30
31
- Chris Hung
31
32
- Christian Krause
32
33
- Christian Pfisterer
34
+ - daanwtb
33
35
- Daniel Rauber
34
36
- dhoomakethu
35
37
- doelki
@@ -74,6 +76,7 @@ Thanks to
74
76
- Pavel Kostromitinov
75
77
- peufeu2
76
78
- Philip Couling
79
+ - Philip Jones
77
80
- Qi Li
78
81
- Sebastian Machuca
79
82
- Sefa Keleş
Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ 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.8.1
11
+ -------------
12
+ * Convert endianness (#2506)
13
+ * Fix sync serial client, loop. (#2510)
14
+ * Correct future. (#2507)
15
+ * Correct #2501 (#2504)
16
+ * Raise exception on no response in async client. (#2502)
17
+ * re-instatiate Future on reconnect (#2501)
18
+ * Remove all trailing zeroes during string decoding (#2493)
19
+ * Fix too many sync client log messages. (#2491)
20
+
10
21
Version 3.8.0
11
22
-------------
12
23
* slave_id -> dev_id (internally). (#2486)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Upgrade examples:
26
26
- 3.6.1 -> 3.7.0: Smaller changes to the pymodbus calls might be needed
27
27
- 2.5.4 -> 3.0.0: Major changes in the application might be needed
28
28
29
- Current release is `3.8.0 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.8.0 >`_.
29
+ Current release is `3.8.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.8.1 >`_.
30
30
31
31
Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev >`_.
32
32
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ It is the community that decides how pymodbus evolves NOT the maintainers !
15
15
16
16
The following bullet points are what the maintainers focus on:
17
17
18
- - 3.8.1 , bug fix release, with:
18
+ - 3.8.2 , bug fix release, with:
19
19
- Currently not planned
20
20
- 3.9.0, with:
21
+ - All of branch wait_next_api
21
22
- ModbusControlBlock pr slave
22
23
- New custom PDU (function codes)
23
24
- Remove remote_datastore
Original file line number Diff line number Diff line change 18
18
from pymodbus .pdu import ExceptionResponse
19
19
20
20
21
- __version__ = "3.9.0dev "
21
+ __version__ = "3.8.1 "
22
22
__version_full__ = f"[pymodbus, version { __version__ } ]"
You can’t perform that action at this time.
0 commit comments