|
| 1 | +version 2.5.0 |
| 2 | +---------------------------------------------------------- |
| 3 | +* Support response types `stray` and `empty` in repl server. |
| 4 | +* Minor updates in asyncio server. |
| 5 | +* Update reactive server to send stray response of given length. |
| 6 | +* Transaction manager updates on retries for empty and invalid packets. |
| 7 | +* Test fixes for asyncio client and transaction manager. |
| 8 | +* Fix sync client and processing of incomplete frames with rtu framers |
| 9 | +* Support synchronous diagnostic client (TCP) |
| 10 | +* Server updates (REPL and async) |
| 11 | +* Handle Memory leak in sync servers due to socketserver memory leak |
| 12 | + |
| 13 | +version 2.5.0rc3 |
| 14 | +---------------------------------------------------------- |
| 15 | +* Minor fix in documentations |
| 16 | +* Travis fix for Mac OSX |
| 17 | +* Disable unnecessary deprecation warning while using async clients. |
| 18 | +* Use Github actions for builds in favor of travis. |
| 19 | + |
| 20 | + |
| 21 | +version 2.5.0rc2 |
| 22 | +---------------------------------------------------------- |
| 23 | +* Documentation updates |
| 24 | +* Disable `strict` mode by default. |
| 25 | +* Fix `ReportSlaveIdRequest` request |
| 26 | +* Sparse datablock initialization updates. |
| 27 | + |
| 28 | +version 2.5.0rc1 |
| 29 | +---------------------------------------------------------- |
| 30 | +* Support REPL for modbus server (only python3 and asyncio) |
| 31 | +* Fix REPL client for write requests |
| 32 | +* Fix examples |
| 33 | + * Asyncio server |
| 34 | + * Asynchronous server (with custom datablock) |
| 35 | + * Fix version info for servers |
| 36 | +* Fix and enhancements to Tornado clients (seril and tcp) |
| 37 | +* Fix and enhancements to Asyncio client and server |
| 38 | +* Update Install instructions |
| 39 | +* Synchronous client retry on empty and error enhancments |
| 40 | +* Add new modbus state `RETRYING` |
| 41 | +* Support runtime response manipulations for Servers |
| 42 | +* Bug fixes with logging module in servers |
| 43 | +* Asyncio modbus serial server support |
1 | 44 |
|
2 | 45 | Version 2.4.0 |
3 | 46 | ---------------------------------------------------------- |
|
0 commit comments