Skip to content

Releases: sdwilsh/aiobrultech-serial

v0.9.0

08 Dec 05:23
2645557
Compare
Choose a tag to compare

What's Changed

  • Update dependency siobrultech-protocols to v0.14.0 by @renovate in #110

Full Changelog: v0.8.0...v0.9.0

v0.8.0

02 Dec 21:27
b46f167
Compare
Choose a tag to compare

What's Changed

  • Version bump to 0.8.0a0 by @sdwilsh in #107
  • Add a new argument to the connection to specify an ApiType by @sdwilsh in #108

Full Changelog: v0.7.0...v0.8.0

v0.7.0

02 Dec 02:04
0882789
Compare
Choose a tag to compare

What's Changed

  • Update dependency siobrultech-protocols to v0.13.0 by @renovate in #105
    • Notably, this adds support for the ECM
  • Add support for Python 3.12
  • A bunch of automation improvements to help this repo maintain itself.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

30 Oct 23:07
6a491f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

05 Jun 23:11
3ea7465
Compare
Choose a tag to compare

What's Changed

  • Ensure that the serial transport is open before allowing an API call by @sdwilsh in #18
  • Bump siobrultech-protocols to 0.4.1 by @sdwilsh in #19
  • Bump siobrultech-protocols from 0.4.1 to 0.5.0 by @dependabot in #30
  • Automatically update minor dependabot updates by @sdwilsh in #43
  • Bump siobrultech-protocols from 0.5.0 to 0.6.0 by @dependabot in #46

Full Changelog: v0.4.2...v0.5.0

v0.4.2

02 Nov 15:20
31e3a89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

02 Nov 00:43
d1f249c
Compare
Choose a tag to compare

Fixes

  • Ensure that the serial transport is open before allowing an API call (#18)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Nov 18:25
9d9e3f9
Compare
Choose a tag to compare

New Features

  • Supports calling APIs on the GEM
  • Ships with typing information

What's Changed

Full Changelog: https://github.com/sdwilsh/aiobrultech-serial/commits/v0.4.0

v0.3.0

26 Sep 15:02
787954e
Compare
Choose a tag to compare

Corrects incorrect typing of Packet.polarized_watt_seconds from Optional[int] to Optional[List[int]] with an update to siobrultech-protocols v0.2.0.

v0.2.0

18 Sep 22:36
65b568b
Compare
Choose a tag to compare

Move from a callback-based interface to an async generator-based one.