Skip to content

Releases: ikalchev/HAP-python

v2.8.2

10 Apr 16:31
feba438
Compare
Choose a tag to compare
Merge pull request #240 from ikalchev/v2.8.2

V2.8.2

v2.8.1

06 Apr 18:55
fdc2c55
Compare
Choose a tag to compare
v2.8.1

v2.8.0

02 Apr 16:46
4973c12
Compare
Choose a tag to compare
Merge pull request #234 from ikalchev/v2.8.0

V2.8.0

v2.7.0

26 Jan 13:14
c8ffd07
Compare
Choose a tag to compare

Bug fixes that eliminate some cases where accessories can appear non-responsive.

v2.6.0

21 Sep 10:50
a7424c1
Compare
Choose a tag to compare

The AccessoryDriver can now advertise on a different address than the one the server is running on. This is useful when pyhap is running behind a NAT.

v2.5.0

10 Apr 06:25
291f175
Compare
Choose a tag to compare

Added support for Television accessories.

v2.4.2

04 Jan 19:25
5ac5b83
Compare
Choose a tag to compare
  • Fix an issue where HAPServer can crash when sending events
  • Fix an issue where HAPServer can crash during shutdown

v2.4.1

11 Nov 22:38
31d4962
Compare
Choose a tag to compare
  • Fix HAPSocket makefile

v2.4.0

10 Nov 07:43
9f6e1ff
Compare
Choose a tag to compare

Various but fixes:

  • Slow server shutdown in python 3.7
  • Blocked sockets in recv in CLOSE_WAIT state

Most of the Camera is now async.

Refer to CHANGELOG.md for all changes.

v2.3.0

24 Oct 20:06
3227bde
Compare
Choose a tag to compare
  • Camera support
  • Correctly respond to get_characteristics - saves a lot of traffic
  • Bug and doc fixes