Skip to content

Releases: danielfernau/unifi-protect-video-downloader

v2.3.3

29 Oct 18:49
72be1dd
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240906 by @dependabot in #480
  • build(deps-dev): bump black from 24.4.2 to 24.8.0 by @dependabot in #481
  • build(deps): bump pip from 24.0 to 24.2 by @dependabot in #482
  • build(deps-dev): bump flake8 from 7.0.0 to 7.1.1 by @dependabot in #483
  • Auto-approve and auto-merge dependabot PRs by @danielfernau in #485
  • build(deps-dev): bump mypy from 1.10.0 to 1.11.2 by @dependabot in #484
  • build(deps): bump types-python-dateutil from 2.9.0.20240906 to 2.9.0.20241003 by @dependabot in #486
  • build(deps): bump types-requests from 2.32.0.20240914 to 2.32.0.20241016 by @dependabot in #488
  • build(deps): bump abatilo/actions-poetry from 3.0.0 to 3.0.1 by @dependabot in #493
  • build(deps): bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in #491
  • build(deps): bump pip from 24.2 to 24.3.1 by @dependabot in #492
  • build(deps-dev): bump mypy from 1.11.2 to 1.13.0 by @dependabot in #490

Full Changelog: v2.3.2...v2.3.3

v2.3.2

18 Sep 23:25
73b2d12
Compare
Choose a tag to compare

What's Changed

  • Clean up imports, format file, fix tests, fix errors by @danielfernau in #472
  • build(deps): bump requests from 2.32.2 to 2.32.3 by @dependabot in #449
  • build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #456
  • build(deps-dev): bump responses from 0.25.0 to 0.25.3 by @dependabot in #457
  • build(deps): bump urllib3 from 2.2.0 to 2.2.2 by @dependabot in #458
  • build(deps): bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #462
  • build(deps-dev): bump pylint from 3.2.2 to 3.2.7 by @dependabot in #473
  • build(deps): bump actions/setup-python from 5.1.0 to 5.2.0 by @dependabot in #474
  • build(deps-dev): bump pytest from 8.2.1 to 8.3.3 by @dependabot in #478
  • build(deps): bump types-requests from 2.31.0.20240406 to 2.32.0.20240914 by @dependabot in #479
  • Refactor exception handling: Define custom exceptions as subclasses of a base Errors class by @castanley in #465

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

27 May 21:02
a8feeb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

21 Apr 18:21
286ae04
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in #387
  • build(deps-dev): bump pylint from 3.0.2 to 3.0.3 by @dependabot in #389
  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #393
  • build(deps-dev): bump isort from 5.12.0 to 5.13.2 by @dependabot in #394
  • build(deps): bump pip from 23.3.1 to 23.3.2 by @dependabot in #395
  • build(deps-dev): bump mypy from 1.7.1 to 1.8.0 by @dependabot in #396
  • build(deps): bump abatilo/actions-poetry from 2.3.0 to 3.0.0 by @dependabot in #400
  • build(deps-dev): bump black from 23.11.0 to 24.1.1 by @dependabot in #402
  • build(deps): bump types-requests from 2.31.0.10 to 2.31.0.20240125 by @dependabot in #403
  • build(deps): bump types-python-dateutil from 2.8.19.14 to 2.8.19.20240106 by @dependabot in #404
  • build(deps-dev): bump pytest from 7.4.3 to 8.0.0 by @dependabot in #405
  • build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #406
  • Fix downloading smart events by @nijel in #388
  • Add Python 3.12 support and update Poetry to 1.7.1 by @danielfernau in #407
  • Add support for environment variables by @danielfernau in #409
  • build(deps-dev): bump black from 24.1.1 to 24.2.0 by @dependabot in #410
  • build(deps-dev): bump responses from 0.24.1 to 0.25.0 by @dependabot in #411
  • build(deps): bump types-requests from 2.31.0.20240125 to 2.31.0.20240218 by @dependabot in #413
  • build(deps-dev): bump pytest from 8.0.0 to 8.0.2 by @dependabot in #414
  • build(deps-dev): bump pylint from 3.0.3 to 3.1.0 by @dependabot in #415
  • build(deps): bump python-dateutil from 2.8.2 to 2.9.0 by @dependabot in #416
  • build(deps-dev): bump pytest from 8.0.2 to 8.1.0 by @dependabot in #417
  • build(deps): bump python-dateutil from 2.9.0 to 2.9.0.post0 by @dependabot in #418
  • build(deps): bump types-python-dateutil from 2.8.19.20240106 to 2.8.19.20240311 by @dependabot in #419
  • build(deps): bump types-requests from 2.31.0.20240218 to 2.31.0.20240311 by @dependabot in #420
  • build(deps-dev): bump pytest from 8.1.0 to 8.1.1 by @dependabot in #421
  • build(deps-dev): bump mypy from 1.8.0 to 1.9.0 by @dependabot in #422
  • build(deps): bump types-python-dateutil from 2.8.19.20240311 to 2.9.0.20240316 by @dependabot in #424
  • build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in #426
  • build(deps-dev): bump black from 24.2.0 to 24.4.0 by @dependabot in #434
  • build(deps): bump types-requests from 2.31.0.20240311 to 2.31.0.20240406 by @dependabot in #432
  • build(deps): bump idna from 3.6 to 3.7 by @dependabot in #433
  • build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #429

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

04 Dec 22:08
0242911
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-python from 4.0.0 to 4.1.0 by @dependabot in #186
  • Bump types-requests from 2.28.0 to 2.28.1 by @dependabot in #188
  • build(deps-dev): bump pylint from 2.14.4 to 2.14.5 by @dependabot in #189
  • build(deps): bump types-python-dateutil from 2.8.18 to 2.8.19 by @dependabot in #191
  • build(deps-dev): bump mypy from 0.961 to 0.971 by @dependabot in #192
  • build(deps): bump types-requests from 2.28.1 to 2.28.3 by @dependabot in #193
  • build(deps): bump actions/setup-python from 4.1.0 to 4.2.0 by @dependabot in #197
  • build(deps): bump types-requests from 2.28.3 to 2.28.7 by @dependabot in #198
  • build(deps): bump types-requests from 2.28.7 to 2.28.8 by @dependabot in #201
  • build(deps-dev): bump flake8 from 4.0.1 to 5.0.4 by @dependabot in #200
  • build(deps): bump types-requests from 2.28.8 to 2.28.9 by @dependabot in #205
  • hotfix/202 by @danielfernau in #204
  • build(deps): bump abatilo/actions-poetry from 2.1.5 to 2.1.6 by @dependabot in #207
  • build(deps-dev): bump pylint from 2.14.5 to 2.15.0 by @dependabot in #211
  • build(deps-dev): bump black from 22.6.0 to 22.8.0 by @dependabot in #212
  • build(deps-dev): bump pytest from 7.1.2 to 7.1.3 by @dependabot in #213
  • build(deps-dev): bump pylint from 2.15.0 to 2.15.2 by @dependabot in #214
  • build(deps): bump types-requests from 2.28.9 to 2.28.10 by @dependabot in #215
  • build(deps-dev): bump pylint from 2.15.2 to 2.15.3 by @dependabot in #217
  • build(deps): bump types-requests from 2.28.10 to 2.28.11 by @dependabot in #218
  • build(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 by @dependabot in #220
  • build(deps-dev): bump mypy from 0.971 to 0.982 by @dependabot in #221
  • build(deps): bump types-requests from 2.28.11 to 2.28.11.1 by @dependabot in #222
  • build(deps-dev): bump black from 22.8.0 to 22.10.0 by @dependabot in #223
  • build(deps): bump types-requests from 2.28.11.1 to 2.28.11.2 by @dependabot in #224
  • build(deps): bump actions/setup-python from 4.2.0 to 4.3.0 by @dependabot in #225
  • build(deps-dev): bump pylint from 2.15.3 to 2.15.4 by @dependabot in #226
  • build(deps-dev): bump responses from 0.21.0 to 0.22.0 by @dependabot in #227
  • build(deps-dev): bump pytest-responses from 0.5.0 to 0.5.1 by @dependabot in #228
  • build(deps): bump pip from 22.2.2 to 22.3 by @dependabot in #229
  • build(deps): bump types-python-dateutil from 2.8.19 to 2.8.19.2 by @dependabot in #230
  • build(deps-dev): bump pylint from 2.15.4 to 2.15.5 by @dependabot in #231
  • build(deps-dev): bump pytest from 7.1.3 to 7.2.0 by @dependabot in #232
  • build(deps-dev): bump pytest-xdist from 2.5.0 to 3.0.2 by @dependabot in #233
  • build(deps-dev): bump mypy from 0.982 to 0.990 by @dependabot in #234
  • build(deps): bump pip from 22.3 to 22.3.1 by @dependabot in #235
  • build(deps): bump types-python-dateutil from 2.8.19.2 to 2.8.19.3 by @dependabot in #236
  • build(deps): bump types-requests from 2.28.11.2 to 2.28.11.4 by @dependabot in #237
  • build(deps-dev): bump mypy from 0.990 to 0.991 by @dependabot in #238
  • build(deps): bump types-python-dateutil from 2.8.19.3 to 2.8.19.4 by @dependabot in #240
  • build(deps): bump types-requests from 2.28.11.4 to 2.28.11.5 by @dependabot in #241
  • build(deps): bump abatilo/actions-poetry from 2.1.6 to 2.2.0 by @dependabot in #243
  • build(deps-dev): bump pytest-xdist from 3.0.2 to 3.1.0 by @dependabot in #245
  • build(deps-dev): bump pylint from 2.15.5 to 2.15.8 by @dependabot in #246
  • build(deps): bump certifi from 2021.10.8 to 2022.12.7 by @dependabot in #247
  • build(deps): bump actions/setup-python from 4.3.0 to 4.3.1 by @dependabot in #248
  • build(deps-dev): bump black from 22.10.0 to 22.12.0 by @dependabot in #249
  • build(deps-dev): bump pylint from 2.15.8 to 2.15.9 by @dependabot in #255
  • build(deps): bump types-python-dateutil from 2.8.19.4 to 2.8.19.5 by @dependabot in #257
  • build(deps): bump actions/setup-python from 4.3.1 to 4.4.0 by @dependabot in #259
  • build(deps-dev): bump isort from 5.10.1 to 5.11.4 by @dependabot in #260
  • build(deps): bump types-requests from 2.28.11.5 to 2.28.11.7 by @dependabot in #261
  • build(deps-dev): bump pylint from 2.15.9 to 2.15.10 by @dependabot in #262
  • build(deps): bump actions/setup-python from 4.4.0 to 4.5.0 by @dependabot in #263
  • build(deps-dev): bump isort from 5.11.4 to 5.12.0 by @dependabot in #268
  • build(deps): bump pip from 22.3.1 to 23.0 by @dependabot in #270
  • build(deps-dev): bump pylint from 2.15.10 to 2.16.1 by @dependabot in #273
  • build(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #269
  • build(deps-dev): bump black from 22.12.0 to 23.1.0 by @dependabot in #271
  • build(deps): bump types-requests from 2.28.11.8 to 2.28.11.12 by @dependabot in #275
  • build(deps): bump abatilo/actions-poetry from 2.2.0 to 2.3.0 by @dependabot in #286
  • build(deps-dev): bump pytest-xdist from 3.1.0 to 3.2.1 by @dependabot in #294
  • build(deps): bump types-requests from 2.28.11.12 to 2.28.11.17 by @dependabot in #298
  • build(deps-dev): bump pylint from 2.16.1 to 2.17.2 by @dependabot in #300
  • build(deps): bump types-python-dateutil from 2.8.19.6 to 2.8.19.12 by @dependabot in #301
  • build(deps-dev): bump mypy from 0.991 to 1.2.0 by @dependabot in #302
  • build(deps-dev): bump codecov from 2.1.12 to 2.1.13 by @dependabot in #306
  • build(deps): bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in #30...
Read more

v2.1.3

03 Jul 17:22
d402b6b
Compare
Choose a tag to compare

What's Changed

Added

Fixed

Security

New Contributors

Read more

v2.1.2

27 Mar 18:58
v2.1.2
2c7eaa2
Compare
Choose a tag to compare

What's Changed

Fixed

Security

Full Changelog

https://github.com/danielfernau/unifi-protect-video-downloader/blob/v2.1.2/CHANGELOG.md

v2.1.1

14 Mar 18:06
v2.1.1
6ef4f9a
Compare
Choose a tag to compare

What's Changed

Added

Security

New Contributors

Full Changelog

https://github.com/danielfernau/unifi-protect-video-downloader/blob/v2.1.1/CHANGELOG.md

v2.1.0

20 Feb 17:57
v2.1.0
c84243c
Compare
Choose a tag to compare

What's Changed

Added

Changed

  • update CI Lint checks to support Python 3.8, 3.9 and 3.10 (#77 by @ch3ck)
  • refactor code with lint checks and fixes (#77 by @ch3ck)
  • transfer repository back to original GitHub user account (#86 by @danielfernau)

Fixed

Security

  • remove cleartext logging of username (#77 by @ch3ck)
  • update dependencies in pyproject.toml (#77 by @ch3ck)
  • replace zapier/python:latest with python:3 as Docker base image (#77 by @ch3ck)
  • bump types-requests from 2.27.8 to 2.27.9 (#87 via dependabot)
  • bump pytest from 7.0.0 to 7.0.1 (#88 via dependabot)
  • bump types-requests from 2.27.9 to 2.27.10 (#90 via dependabot)

New Contributors

  • @MrStevenFeldman made their first contribution in #55
  • @ch3ck made their first contribution in #75
  • @dependabot made their first contribution in #87

Full Changelog

https://github.com/danielfernau/unifi-protect-video-downloader/blob/v2.1.0/CHANGELOG.md

v2.0.2

09 May 17:06
7b9cfae
Compare
Choose a tag to compare
  • fix 'sync' command not working with updated 'ProtectClient' (#50)
  • improve console output of 'events' command (#51)

https://hub.docker.com/r/unifitoolbox/protect-archiver

27edc631b872 • linux/amd64 • 53.51 MB
38f695bb15fe • linux/arm64 • 51.6 MB