Releases: ikalchev/HAP-python
Releases · ikalchev/HAP-python
v2.8.2
Merge pull request #240 from ikalchev/v2.8.2
V2.8.2
v2.8.0
Merge pull request #234 from ikalchev/v2.8.0
V2.8.0
v2.7.0
Bug fixes that eliminate some cases where accessories can appear non-responsive.
v2.6.0
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
Added support for Television accessories.
v2.4.2
- Fix an issue where HAPServer can crash when sending events
- Fix an issue where HAPServer can crash during shutdown
v2.4.0
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
- Camera support
- Correctly respond to
get_characteristics
- saves a lot of traffic
- Bug and doc fixes