File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,16 +15,25 @@ Sections
1515### Breaking Changes
1616### Developers
1717-->
18+
19+ ## [ 4.5.0] - 2022-06-28
20+
21+ - Speed up "get accessories". [ #418 ] ( https://github.com/ikalchev/HAP-python/pull/418 )
22+ - Increase minimum python version to 3.7. [ #417 ] ( https://github.com/ikalchev/HAP-python/pull/417 )
23+ - Speed up encryption by using ChaCha20Poly1305Reusable. [ #413 ] ( https://github.com/ikalchev/HAP-python/pull/413 )
24+ - Speed up serialization using orjson. [ #412 ] ( https://github.com/ikalchev/HAP-python/pull/412 )
25+ - Avoid redundant parsing of the URL. [ #402 ] ( https://github.com/ikalchev/HAP-python/pull/402 )
26+
1827## [ 4.4.0] - 2022-11-01
1928
2029### Added
21- - Allow invalid client values when enabled. [ #392 ] (https://github.com/ikalchev/HAP- python/pull/392)
30+ - Allow invalid client values when enabled. [ #392 ] ( https://github.com/ikalchev/HAP-python/pull/392 )
2231
2332## [ 4.3.0] - 2021-10-07
2433
2534### Fixed
2635- Only send the latest state in case of multiple events for the same characteristic. [ #385 ] ( https://github.com/ikalchev/HAP-python/pull/385 )
27- - Handle invalid formats from clients. [ #387 ] (https://github.com/ikalchev/HAP- python/pull/387)
36+ - Handle invalid formats from clients. [ #387 ] ( https://github.com/ikalchev/HAP-python/pull/387 )
2837
2938## [ 4.2.1] - 2021-09-06
3039
Original file line number Diff line number Diff line change 11"""This module contains constants used by other modules."""
22MAJOR_VERSION = 4
3- MINOR_VERSION = 4
3+ MINOR_VERSION = 5
44PATCH_VERSION = 0
55__short_version__ = f"{ MAJOR_VERSION } .{ MINOR_VERSION } "
66__version__ = f"{ __short_version__ } .{ PATCH_VERSION } "
You can’t perform that action at this time.
0 commit comments