Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ helps make pymodbus a better product.

:ref:`Authors`: contains a complete list of volunteers have contributed to each major version.

Version 3.9.2
-------------
* Reactivate simulator validate. (#2643)
* Don't bool-test explicit datastores (#2638)
* Test and hard delayed response test. (#2636)
* Update simulator doc. (#2635)
* SimData update
* Officially working towards 4.0.0

Version 3.9.1
-------------
* Correct byte order in bits. (#2631)
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Our releases is defined as X.Y.Z, and we have strict rules what to release when:

Upgrade examples:

- 3.9.0 -> 3.9.1: just plugin the new version, no changes needed.
- 3.8.1 -> 3.9.0: Smaller changes to the pymodbus calls might be needed
- 3.9.0 -> 3.9.2: just plugin the new version, no changes needed.
- 3.8.0 -> 3.9.0: Smaller changes to the pymodbus calls might be needed
- 2.5.4 -> 3.0.0: Major changes in the application might be needed

Current release is `3.9.1 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.9.1>`_.
Current release is `3.9.2 <https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.9.2>`_.

Bleeding edge (not released) is `dev <https://github.com/pymodbus-dev/pymodbus/tree/dev>`_.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The maintainers are very open to these pull request, and ONLY work to secure tha

The following bullet points are what the maintainers focus on:

- 3.9.2, with:
- 3.9.x, with:
- Currently not planned
- 4.0.0, with:
- ModbusControlBlock pr slave
Expand Down
2 changes: 1 addition & 1 deletion pymodbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
from pymodbus.pdu.device import ModbusDeviceIdentification


__version__ = "4.0.0dev3"
__version__ = "3.9.2"
__version_full__ = f"[pymodbus, version {__version__}]"
24 changes: 10 additions & 14 deletions v390_update → v392_update
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
included 382429d9 Prepare 3.9.2.
included 59f03962 Reactivate simulator validate. (#2643)
included e342eb57 Don't bool-test explicit datastores (#2638)
included 6d81ee35 Test and hard delayed response test. (#2636)
included 8a901e5a Update simulator doc. (#2635)
WAITING 968564c0 Bit handling LSB -> MSB across bytes. (#2634)
included 4fc8ff67 Prepare dev.
-- dev at time of v3.9.1 --
included 3a3edf11 Prepare 3.9.1. (#2632)
included 3f65d2a8 Correct byte order in bits. (#2631)
WAITING 6c9c0a65 Prepare dev.
included 6c9c0a65 Prepare dev.
included Correct bit handling internally and in API. (#2627)
included d0d2cbe8 default argument ModbusSequentialDataBlock (#2622)
included 0b94011c Fix exception error message for decoding response (#2618)
included ffa0da61 Expose exception_code to API. (#2615)
included 33a21ad5 Simplify ruff config (#2611)
included 79cc58cc Documentation dont fixed. (#2605)
included 52b852f4 sum() can operate on an Iterator directly (#2610)
WAITING db4b933a SimData update. (#2601)
included db4b933a SimData update. (#2601)
WAITING 2f87de98 Change slave to device_id and slave= to device_id=. (#2600)
WAITING 9432d2b9 Officially working towards 4.0.0
included 9432d2b9 Officially working towards 4.0.0
WAITING feeb36b8 Remove payload. (#2524)
included 748d4edc Start<x>Server custom_functions -> custom_pdu.
included 9d0f81be Update pyproject.toml to remove python 3.9.
included 5e0f418c Remove validate() from datastores. (#2595)
included 5c97de4b Python 3.9 is EOL, not supported actively. (#2596)
included bd2d232b correct handle_local_echo for sync client. (#2593)
included 7a6338ed devcontainer, automatic install. (#2583)
included 74d1dcf7 Don't set_result on completed futures. (#2582)
included c55d05bd Flush recv_buffer before each transaction write. (#2581)
included 528d70dd Add missing trace. (#2578)
included d795085b Update github actions. (#2579)
included 46aa4e82 Prepare dev.
-- v3.8.6 --