Releases: AdvancedClimateSystems/uModbus
Releases · AdvancedClimateSystems/uModbus
1.0.4
Bugs
- #90 Fix error code of 2 Modbus errors. Thanks @rgov!
- #100 Improve check for missing routes. Thanks @rgov!
- #101 Fix crash if 1 of arguments of umodbus.server.route is None .Thanks @rgov!
- #105 Fix byte count when for WriteMultipleCoils. Thank @acolomb!
Improvements
- #102 Remove redundant exception traceback. Thanks @rgov!
- #103 Fix error code of 2 Modbus errors. Thanks @rgov!
- #104 Denote hex dump of ADU in debug log. Thanks @rgov!
1.0.3
- #76 Remove use of deprecated inspect.getargspec() for Python>=3.5.
- Drop support for Python 3.3
- Add support for Python 3.7 and Python 3.8
1.0.2
uModbus 1.0.1 was released without updating the version number in setup.py. This releases fixes this.
1.0.1
@wthomson has fixed a couple of typo's in the documentation. Thanks!
** Bugs **
- #49 Fix clients being to greedy when reading response. Thanks @lutostag!
1.0.0
Bugs fixed
- #50 Fix handling of empty ADU's.