------------- * Allow id=0 and check if response.id == request.id. (2572)
3.8.5
------------- * New simulator is WIP, not to be used. (2568) * dev_id=0 no response expected (returns ExceptionResponse(0xff)). (2567) * New simulator datastore. (2535)
3.8.4
------------- * Parameterize string encoding in convert_to_registers and convert_from_registers (2558) * Fix client modbus function calls in remote by adding count as keyword argument (2563) * Fix exception text in ModbusPDU.validateAddress (2551) * Typo arround `no_response_expected` (2550) * Trace new connection in server. (2549) * Add trace to server. * Update misleading DATATYPE text. (2547) * Fix pylint. * Clarify server usage. * Solve instable transaction testing. (2538)
3.8.3
------------- * Remove deprecate from payload. (2532) * Add background parameter to servers. (2529) * Split async_io.py and simplify server start/stop. (2528) * Update custom_msg example to include server. (2527) * Move repl doc to repl repo. (2522) * Add API to set max until disconnect. (2521)
3.8.2
------------- * Asyncio future removed from sync client. (2514)
3.8.1
------------- * Convert endianness (2506) * Fix sync serial client, loop. (2510) * Correct future. (2507) * Correct 2501 (2504) * Raise exception on no response in async client. (2502) * re-instatiate Future on reconnect (2501) * Remove all trailing zeroes during string decoding (2493) * Fix too many sync client log messages. (2491)