File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,6 @@ pymodbus/datastore/__pycache__/
2020pymodbus /internal /__pycache__ /
2121pymodbus /server /__pycache__ /
2222test /__pycache__ /
23+ ** /pymodbus.db
24+ /.eggs /
25+ /.cache /
Original file line number Diff line number Diff line change 1+ Version 1.4.0
2+ ------------------------------------------------------------
3+ * Bug fix Modbus TCP client reading incomplete data
4+ * Check for slave unit id before processing the request for serial clients
5+ * Bug fix serial servers with Modbus Binary Framer
6+ * Bug fix header size for ModbusBinaryFramer
7+ * Support Database slave contexts (SqlStore and RedisStore)
8+ * Custom handlers could be passed to Modbus TCP servers
9+ * Asynchronous Server could now be stopped when running on a seperate thread (StopServer)
10+ * Signal handlers on Asyncronous servers are now handled based on current thread
11+ * Registers in Database datastore could now be read from remote clients
12+ * Fix examples in contrib (message_parser.py/message_generator.py/remote_server_context)
13+ * Add new example for SqlStore and RedisStore (db store slave context)
14+ * Fix minor comaptibility issues with utilities.
15+ * Update test requirements
16+ * Update/Add new unit tests
17+ * Move twisted requirements to extra so that it is not installed by default on pymodbus installtion
118
219Version 1.3.2
320------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments