Skip to content

Commit d0a1ff6

Browse files
committed
Prepare for 1.4.0 (#209), updated changelogs
1 parent ad94519 commit d0a1ff6

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ pymodbus/datastore/__pycache__/
2020
pymodbus/internal/__pycache__/
2121
pymodbus/server/__pycache__/
2222
test/__pycache__/
23+
**/pymodbus.db
24+
/.eggs/
25+
/.cache/

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

219
Version 1.3.2
320
------------------------------------------------------------

0 commit comments

Comments
 (0)