Releases: bieniu/brother
Releases · bieniu/brother
Version 1.0.1
Changelog:
- improve type annotations
Version 1.0.0
Changelog:
- remove
available
property BREAKING CHANGE - remove
data
property BREAKING CHANGE - add type annotations
- return data as
DictToObj
object inasync_update
method - improve tests
- improve CI
Version 0.2.2
Changelog:
- add tests for
MFC-T910DW
- move requirements to files
- add requirements files to
MANIFEST.in
file
Version 0.2.1
Changelog:
- allow to use of the external
snmp_engine
Version 0.1.21
Changelog:
- allow to use of the external
snmp_engine
Version 0.2.0
Changelog:
- add support for old printers that don't have
counters
oid
Version 0.1.20
Changelog:
- change the data format of
uptime
sensor from the number of seconds since device startup to the datetime object BREAKING CHANGE - fix
uptime
sensor changes by a few seconds - fix tests
Version 0.1.18
Changelog:
- add
shutdown()
method
Version 0.1.17
Changelog:
- use
patch
fromunittest.mock
Version 0.1.16
Changelog:
- use
mock.patch
insteadasynctest.patch
- add MANIFEST.in file