Skip to content

Releases: IceBotYT/linear-garage-door

Release 0.2.9

11 Feb 20:46
Compare
Choose a tag to compare

[0.2.9] - 2024-02-11

Fixed

  • Major makeover of all logic, removed WebSocketMonitor usage.

Release 0.2.8

30 Jan 21:56
Compare
Choose a tag to compare

[0.2.8] - 2024-01-30

Fixed

  • Added retry logic to new_connection
  • Try to listen to response before sending request (hopefully fixing race condition?)

Release 0.2.7

09 Aug 15:54
Compare
Choose a tag to compare

[0.2.7] - 2023-08-09

Fixed

  • Bumped dependencies

Release 0.2.6

08 May 20:40
Compare
Choose a tag to compare

[0.2.6] - 2023-05-08

Changed

  • Updated how device states are fetched

Release 0.2.5

11 Apr 22:43
Compare
Choose a tag to compare

[0.2.5] - 2023-04-11

Fixed

  • Various bug fixes

Release 0.2.4

05 Feb 15:11
Compare
Choose a tag to compare

[0.2.4] - 2023-02-05

Changed

  • Removed websocket-client as a dependency

Release 0.2.3

04 Feb 01:23
Compare
Choose a tag to compare

[0.2.3] - 2023-02-04

Fixed

  • Added keepalive ping

Release 0.2.2

03 Feb 00:18
Compare
Choose a tag to compare

[0.2.2] - 2023-02-03

Fixed

  • Fixed the unsupported operand type(s) for |: 'types.GenericAlias' and 'NoneType' error when using this library below Python 3.10

Release 0.2.1

01 Feb 22:31
Compare
Choose a tag to compare

[0.2.1] - 2023-02-01

Changed

  • If custom session is passed in, do not close it when close() is called

Release 0.2.0

01 Feb 21:06
Compare
Choose a tag to compare

[0.2.0] - 2023-02-01

Fixed

  • Fixed dependency conflict for Home Assistant

Added

  • Added the option to pass in a ClientSession