Skip to content

Releases: pymodbus-dev/pymodbus

Pymodbus v3.3.2

21 Jun 14:28
Compare
Choose a tag to compare
  • Fix RemoteSlaveContext (#1599)
  • Change version follow PEP 440. (#1609)
  • Fix regression with REPL server not listening (#1604)
  • Fix write function codes (#1598)
  • Release corrections. (#1586)

Thanks to:
Alex
Fredo70
jan iversen

Pymodbus v3.3.1

05 Jun 18:49
Compare
Choose a tag to compare

Bug fix release !

  • transport fixes and 100% test coverage. (#1580)
  • Delay self.loop until connect(). (#1579)
  • Added mechanism to determine if server did not start cleanly (#1539)
  • Proof transport reconnect works. (#1577)
  • Fix non-shared block doc in config.rst. (#1573)

Thanks to:
Hayden Roche
jan iversen
Philip Couling

pymodbus v3.3.0

02 Jun 13:17
Compare
Choose a tag to compare
  • Stabilize windows tests. (#1567)
  • Bump mypy 1.3.0 (#1568)
  • Transport integrated in async clients. (#1541)
  • Client async corrections (due to 3.1.2) (#1565)
  • Server_async[udp], solve 3.1.1 problem. (#1564)
  • Remove ModbusTcpDiagClient. (#1560)
  • Remove old method from Python2/3 transition (#1559)
  • Switch to ruff's version of bandit (#1557)
  • Allow reading/writing address 0 in the simulator (#1552)
  • Remove references to "defer_start". (#1548)
  • Client more robust against faulty response. (#1547)
  • Fix missing package_data directives for simulator web (#1544)
  • Fix installation instructions (#1543)
  • Solve pytest timeout problem. (#1540)
  • DiagnosticStatus encode missing tuple check. (#1533)
  • test SparseDataStore. (#1532)
  • BinaryPayloadBuilder.to_string to BinaryPayloadBuilder.encode (#1526)
  • Adding flake8-pytest-style` to ruff (#1520)
  • Simplify version management. (#1522)
  • pylint and pre-commit autoupdate (#1519)
  • Add type hint (#1512)
  • Add action to lock issues/PR. (#1508)
  • New common transport layer. (#1492)
  • Solve serial close raise problem.
  • Remove old config values (#1503)
  • Document pymodbus.simulator. (#1502)
  • Refactor REPL server to reduce complexity (#1499)
  • Don't catch KeyboardInterrupt twice for REPL server (#1498)
  • Refactor REPL client to reduce complexity (#1489)
  • pymodbus.server: listen on ID 1 by default (#1496)
  • Clean framer/init.py (#1494)
  • Duplicate transactions in UDP. (#1486)
  • clean ProcessIncommingPacket. (#1491)
  • Enable pyupgrade (U) rules in ruff (#1484)
  • clean_workflow.yaml solve parameter problem.
  • Correct wrong import in test. (#1483)
  • Implement pyflakes-simplify (#1480)
  • Test case for UDP duplicate msg issue (#1470)
  • Test of write_coil. (#1479)
  • Test reuse of client object. (#1475)
  • Comment about addressing when shared=false (#1474)
  • Remove old aliases to OSError (#1473)
  • pymodbus.simulator fixes (#1463)
  • Fix wrong error message with pymodbus console (#1456)
  • update modbusrtuframer (#1435)
  • Server multidrop test.: (#1451)
  • mypy problem ModbusResponse.

Thanks to:
Alex
Christian Krause
corollaries
dhoomakethu
Ghostkeeper
jan iversen
James Braza
Kenny Johansson
Pavel Kostromitinov

pymodbus v3.2.2

21 Mar 09:20
a048116
Compare
Choose a tag to compare

version 3.2.2 (picked from dev, only bugfixes)

  • Add forgotten await

pymodbus v3.2.1

19 Mar 11:27
102e2a3
Compare
Choose a tag to compare

version 3.2.1 (picked from dev, only bugfixes)

  • add missing server.start(). (#1443)
  • Don't publish univeral (Python2 / Python 3) wheels (#1423)
  • Remove unneccesary custom LOG_LEVEL check (#1424)
  • Include py.typed in package (#1422)

Thanks to:
Alex,
jan iversen,
Thijs W

pymodbus v3.2.0

09 Mar 15:50
5dd5576
Compare
Choose a tag to compare

This release changes the development environment, please remember to update requirements and run "precommit --install".

There are smaller API changed, documented in API_CHANGES.rst, as well as 2 new methods to help receive/send values (in contrast to registers).

Changelog:
version 3.2.0

  • Add value <-> registers converter helpers. (#1413)
  • Add pre-commit config (#1406)
  • Make baud rate configurable for examples (#1410)
  • Clean _init and update log module. (#1411)
  • Simulator add calls functionality. (#1390)
  • Add note about not being thread safe. (#1404)
  • Update docker-publish.yml
  • Forward retry_on_empty and retries by calling transaction (#1401)
  • serial sync recv interval (#1389)
  • Add tests for writing multiple writes with a single value (#1402)
  • Enable mypy in CI (#1388)
  • Limit use of Singleton. (#1397)
  • Cleanup interfaces (#1396)
  • Add request names. (#1391)
  • Simulator, register look and feel. (#1387)
  • Fix enum for REPL server (#1384)
  • Remove unneeded attribute (#1383)
  • Fix mypy errors in reactive server (#1381)
  • remove nosec (#1379)
  • Fix type hints for http_server (#1369)
  • Merge pull request #1380 from pymodbus-dev/requirements
  • remove second client instance in async mode. (#1367)
  • Pin setuptools to prevent breakage with Version including "X" (#1373)
  • Lint and type hints for REPL (#1364)
  • Clean mixin execute (#1366)
  • Remove unused setup_commands.py. (#1362)
  • Run black on top-level files and /doc (#1361)
  • repl config path (#1359)
  • Fix NoReponse -> NoResponse (#1358)
  • Make whole main async. (#1355)
  • Fix more typing issues (#1351)
  • Test sync task (#1341)
  • Fixed text in ModbusClientMixin's writes (#1352)
  • lint /doc (#1345)
  • Remove unused linters (#1344)
  • Allow log level as string or integer. (#1343)
  • Sync serial, clean recv. (#1340)
  • Test server task, async completed (#1318)
  • main() should be sync (#1339)
  • Bug: Fixed caused by passing wrong arg (#1336)

Thanks to:
AKJ7,
Alex,
Alex Ruddick,
banana-sun,
cgernert,
Jakob Ruhe,
James Braza,
jan Iversen

v3.1.3

09 Feb 08:48
947281f
Compare
Choose a tag to compare
  • Solve log problem in payload.
  • Fix register type check for size bigger than 3 registers (6 bytes) (#1323)
  • Re-add SQL tests. (#1329)
  • Central logging. (#1324)
  • Skip sqlAlchemy test. (#1325)
  • Solve 1319 (#1320)

pymodbus v3.1.2

29 Jan 16:31
Compare
Choose a tag to compare
  • Update README.rst
  • Correct README link. (#1316)
  • More direct readme links for REPL (#1314)
  • Add classifier for 3.11 (#1312)
  • Update README.rst (#1313)
  • Delete ModbusCommonBlock.png (#1311)
  • Add modbus standard to README. (#1308)
  • fix no auto reconnect after close/connect in TCPclient (#1298)
  • Update examples.rst (#1307)
  • var name clarification (#1304)
  • Bump external libraries. (#1302)
  • Reorganize documentation to make it easier accessible (#1299)
  • Simulator documentation (first version). (#1296)
  • Updated datastore Simulator. (#1255)
  • Update links to pydmodbus-dev (#1291)
  • Change riptideio to pymodbus-dev. (#1292)
  • #1258 Avoid showing unit as a seperate command line argument (#1288)
  • Solve docker cache problem. (#1287)

Thanks to:

Alex,
Alexandre CUER,
dhoomakethu,
jan iversen,
peufeu2

Pymodbus v3.1.1

24 Jan 08:43
Compare
Choose a tag to compare
  • add missing server.start() (#1282)
  • small performance improvement on debug log (#1279)
  • Fix Unix sockets parsing (#1281)
  • client: Allow unix domain socket. (#1274)
  • transfer timeout to protocol object. (#1275)
  • Add ModbusUnixServer / StartAsyncUnixServer. (#1273)
  • Added return in AsyncModbusSerialClient.connect (#1271)
  • add connect() to the very first example (#1270)
  • Solve docker problem. (#1268)
  • Test stop of server task. (#1256)

Thanks to:

Alex
Alexandre CUER
Dries
jan iversen
peufeu2

pymodbus v3.1.0

14 Jan 21:18
Compare
Choose a tag to compare

We are happy to announce we have a new home pymodbus-dev, so now we are in a 100% FOSS home.
The move from riptideio (a company) was made possible thanks to @dhoomakethu
We hope that a 100% FOSS home will encourage more contributors to help make pymodbus even better.

  • Add xdist pr default. (#1253)
  • Create docker-publish.yml (#1250)
  • Parallelize pytest with pytest-xdist (#1247)
  • Support Python3.11 (#1246)
  • Fix reconnectDelay to be within (100ms, 5min) (#1244)
  • Fix typos in comments (#1233)
  • WEB simulator, first version. (#1226)
  • Clean async serial problem. (#1235)
  • terminate when using 'randomize' and 'change_rate' at the same time (#1231)
  • Used tooled python and OS (#1232)
  • add 'change_rate' randomization option (#1229)
  • add check_ci.sh (#1225)
  • Simplify CI and use cache. (#1217)
  • Solve issue 1210, update simulator (#1211)
  • Add missing client calls in mixin.py. (#1206)
  • Advanced simulator with cross memory. (#1195)
  • AsyncModbusTcp/UdpClient honors delay_ms == 0 (#1203) (#1205)
  • Fix #1188 and some pylint issues (#1189)
  • Serial receive incomplete bytes.issue #1183 (#1185)
  • Handle echo (#1186)
  • Add updating server example. (#1176)

Thanks to:

Alex
banana-sun
Chris Hung
dhoomakethu
jan iversen
Matthias Straka
Pavel Kostromitinov