Skip to content

Releases: uilibs/uiprotect

v7.0.2

11 Dec 22:37
Compare
Choose a tag to compare

v7.0.2 (2024-12-11)

Fix

  • fix: migrate more deprecated pydantic calls (#324) (50ef161)

v7.0.1

11 Dec 21:45
Compare
Choose a tag to compare

v7.0.1 (2024-12-11)

Fix

  • fix: treat no access to keyrings/users as empty (#323)

  • fix: treat no access to keyrings/users as empty

  • fix: rushed logic

  • chore: coverage and cleanups

  • chore: preen

  • fix: should be a 403

  • fix: use internal exception (c068aca)

v7.0.0

11 Dec 08:57
Compare
Choose a tag to compare

v7.0.0 (2024-12-11)

Breaking

  • feat!: remove pydantic v1 shims (#322)

Home Assistant has migrated to pydantic 2 which
is the only reason we kept around v1 support
home-assistant/core#131963 (44063a0)

v6.8.0

09 Dec 15:49
Compare
Choose a tag to compare

v6.8.0 (2024-12-09)

Feature

  • feat: refactor keyrings and ulpusers to add internal indices (#313)

Signed-off-by: Raphael Hehl <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <[email protected]> (705df32)

Fix

v6.7.0

07 Dec 15:18
Compare
Choose a tag to compare

v6.7.0 (2024-12-07)

Feature

  • feat: add keyring and ulp-user (#299)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <[email protected]> (c8a3f4c)

v6.6.5

02 Dec 21:16
Compare
Choose a tag to compare

v6.6.5 (2024-12-02)

Fix

  • fix: add isThirdPartyCamera field to Camera model (#302)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (828b510)

v6.6.4

29 Nov 17:45
Compare
Choose a tag to compare

v6.6.4 (2024-11-29)

Fix

  • fix(camera): update permission logic for get_snapshot method (#298)

  • fix(camera): update permission logic for get_snapshot method

Allow get_snapshot to work when either READ_LIVE or READ_MEDIA permissions are granted, depending on the context.


Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <[email protected]> (207959b)

v6.6.3

27 Nov 20:55
Compare
Choose a tag to compare

v6.6.3 (2024-11-27)

Fix

  • fix: improve partitioned cookie back-compat patching for Python 3.13+ (#297)

closes #274 (a352283)

v6.6.2

24 Nov 17:30
Compare
Choose a tag to compare

v6.6.2 (2024-11-24)

Fix

  • fix: bot release token (#288) (1868448)

  • fix: update release process to allow the bot to do releases (#287) (3f7c839)

  • fix: allow get snapshot with liveonly permissions (#285)

  • feat(camera): allow snapshots with READ_LIVE permissions

  • feat(camera): enable READ_LIVE permission for get_package_snapshot

  • test(data): add test data for READ_LIVE permissions

  • test(camera): add unit tests for get_snapshot method

  • chore(pre-commit.ci): auto fixes


Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (b2cf95b)

v6.6.1

20 Nov 21:22
Compare
Choose a tag to compare

v6.6.1 (2024-11-20)

Fix

  • fix: handle IndexError selecting value "below 1 Lux" for icr_custom_value (#283)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (41f5a3b)