Skip to content

Latest commit

 

History

History
1199 lines (126 loc) · 9.13 KB

CHANGELOG.md

File metadata and controls

1199 lines (126 loc) · 9.13 KB

Changelog

v1.0.0 (2024-06-11)

Breaking

  • Remove unused is_ready property from the api client (#33) (c36ee42)

Refactor

  • Use internal self._api inside the object (#34) (c20e7a9)

v0.15.1 (2024-06-11)

Fix

  • Missing url param in websocket disconnected error log message (#32) (60e6511)

v0.15.0 (2024-06-11)

Feature

  • Cache bootstrap on the protectapiclient once it has been initialized (#31) (185e47f)

v0.14.0 (2024-06-11)

Feature

  • Cache parsing of datetimes (#29) (8b6747a)

Refactor

  • Use f-strings in more places (#28) (22706c8)

v0.13.0 (2024-06-11)

Feature

  • Cleanup processing camera events (#27) (2c1a266)

v0.12.0 (2024-06-11)

Feature

  • Cleanup websocket add/remove packet processing (#25) (fdf0f6e)

  • Use a single function to normalize mac addresses (#26) (7ce8654)

v0.11.0 (2024-06-11)

Feature

  • Cleanup processing of websocket packets (#24) (b59e19c)

v0.10.1 (2024-06-11)

Fix

  • Remove useless time check (#23) (749cfef)

v0.10.0 (2024-06-11)

Feature

  • Improve performance of process websocket packets (#22) (7b59c98)

v0.9.0 (2024-06-10)

Feature

  • Avoid linear searches to process websocket packets (#21) (86d5f19)

v0.8.0 (2024-06-10)

Feature

  • Guard debug logging that reformats data in the arguments (#20) (0cfdea8)

Refactor

  • Remove useless .keys() calls (#19) (ec1fd12)

v0.7.0 (2024-06-10)

Feature

  • Refactor protect object subtype bucketing (#18) (e4123ac)

v0.6.0 (2024-06-10)

Feature

  • Small code cleanups (#17) (f1668ae)

v0.5.0 (2024-06-10)

Feature

  • Memoize enum type check to speed up data conversion (#15) (73b0c4a)

v0.4.1 (2024-06-10)

Fix

  • Handle unifi os 4 token change (#14) (a6aab8f)

v0.4.0 (2024-06-10)

Feature

  • Avoid parsing last_update_id (#12) (ac86b13)

v0.3.10 (2024-06-10)

Fix

  • Add missing doorbellmessagetype image (#11) (eaed04b)

v0.3.9 (2024-06-09)

Fix

  • Revert global flags check (#9) (8dc437f)

v0.3.8 (2024-06-09)

Fix

  • Improve readme and testdata docs (#8) (90ae6a8)

v0.3.7 (2024-06-09)

Fix

  • Revert pydantic changes for ha compat (#7) (c7770c1)

v0.3.6 (2024-06-09)

Fix

v0.3.5 (2024-06-09)

Fix

v0.3.4 (2024-06-09)

Fix

  • Small fixes for readme.md (#6) (7a0acf4)

v0.3.3 (2024-06-09)

Fix

  • Ensure uv is installed for docker image (d286198)

v0.3.2 (2024-06-09)

Fix

v0.3.1 (2024-06-09)

Fix

v0.3.0 (2024-06-09)

Feature

v0.2.2 (2024-06-09)

Fix

v0.2.1 (2024-06-09)

Fix

  • Adjust jinja check for changelog template (e5f55c1)

  • Changelog generation (#2) (2b770e9)

v0.2.0 (2024-06-09)

Feature

  • Update classifiers (#1) (0d4eaf6)

Unknown

Fix

v0.1.0 (2024-06-09)

Fix

Unknown

v0.0.0 (2024-06-09)

Unknown

Fix

  • Actually set chime_duration (e7edd26)

Feature

  • Make chime duration adjustable (b4d13c1)