Skip to content

Releases: bieniu/brother

Version 1.0.1

13 May 14:11
Compare
Choose a tag to compare

Changelog:

  • improve type annotations

Version 1.0.0

22 Apr 09:20
17dfcca
Compare
Choose a tag to compare

Changelog:

  • remove available property BREAKING CHANGE
  • remove data property BREAKING CHANGE
  • add type annotations
  • return data as DictToObj object in async_update method
  • improve tests
  • improve CI

Version 0.2.2

14 Mar 20:35
401ba5b
Compare
Choose a tag to compare

Changelog:

  • add tests for MFC-T910DW
  • move requirements to files
  • add requirements files to MANIFEST.in file

Version 0.2.1

11 Feb 10:55
eb70528
Compare
Choose a tag to compare

Changelog:

  • allow to use of the external snmp_engine

Version 0.1.21

09 Feb 08:50
10848c4
Compare
Choose a tag to compare

Changelog:

  • allow to use of the external snmp_engine

Version 0.2.0

01 Feb 19:04
68bc153
Compare
Choose a tag to compare

Changelog:

  • add support for old printers that don't have counters oid

Version 0.1.20

25 Nov 10:15
cf513a6
Compare
Choose a tag to compare

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

02 Oct 11:54
7ac54e9
Compare
Choose a tag to compare

Changelog:

  • add shutdown() method

Version 0.1.17

04 Sep 15:32
Compare
Choose a tag to compare

Changelog:

  • use patch from unittest.mock

Version 0.1.16

04 Sep 15:01
Compare
Choose a tag to compare

Changelog:

  • use mock.patch instead asynctest.patch
  • add MANIFEST.in file