Skip to content

Releases: ep1cman/unifi-protect-backup

v0.11.0

08 Jun 00:36
Compare
Choose a tag to compare

Added

  • A new experimental downloader that uses the same mechanism the web ui does. Enable with
    --experimental-downloader

Fixed

  • Support for UniFi OS 4.x.x

v0.10.7

23 Mar 00:25
Compare
Choose a tag to compare

Fixed

  • Set pyunifiprotect to a minimum version of 5.0.0

v0.10.6

22 Mar 22:54
Compare
Choose a tag to compare

Fixed

  • Bumped pyunifiprotect version to fix with versions of Unifi Protect after 3.0.10

v0.10.5

24 Feb 16:23
Compare
Choose a tag to compare

Fixed

  • Bumped pyunifiprotect version to fix issue with old version of yarl

v0.10.4

26 Jan 19:53
Compare
Choose a tag to compare

Fixed

  • Bumped pyunifiprotect version to fix issue caused by new video modes

v0.10.3

07 Dec 20:02
Compare
Choose a tag to compare

Fixed

  • Bumped pyunifiprotect version to fix issue caused by unifi protect returning invalid UUIDs

v0.10.2

21 Nov 00:24
Compare
Choose a tag to compare

Fixed

  • Issue where duplicate events were being downloaded causing database errors
  • Default file path format now uses event start time instead of event end time which makes more logical sense

v0.10.1

01 Nov 21:39
Compare
Choose a tag to compare

Fixed

  • Event type enum conversion string was no longer converting to the enum value, this is now done explicitly.

v0.10.0

01 Nov 00:22
Compare
Choose a tag to compare

Added

  • Command line option to skip events longer than a given length (default 2 hours)
  • Docker image is now based on alpine edge giving access to the latest version of rclone

Fixed

  • Failed uploads no longer write to the database, meaning they will be retried
  • Fixed issue with chunked event fetch during initial ignore of events
  • Fixed error when no events were fetched for the retention period

v0.9.5

07 Oct 22:00
Compare
Choose a tag to compare

Fixed

  • Errors caused by latest unifi protect version by bumping the version of pyunifiprotect used
  • Queries for events are now chunked into groups of 500 which should help stop this tool crashing large
    unifi protect instances.