Releases: ep1cman/unifi-protect-backup
Releases · ep1cman/unifi-protect-backup
v0.11.0
v0.10.7
Fixed
- Set pyunifiprotect to a minimum version of 5.0.0
v0.10.6
Fixed
- Bumped
pyunifiprotect
version to fix with versions of Unifi Protect after 3.0.10
v0.10.5
Fixed
- Bumped
pyunifiprotect
version to fix issue with old version of yarl
v0.10.4
Fixed
- Bumped
pyunifiprotect
version to fix issue caused by new video modes
v0.10.3
Fixed
- Bumped
pyunifiprotect
version to fix issue caused by unifi protect returning invalid UUIDs
v0.10.2
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
Fixed
- Event type enum conversion string was no longer converting to the enum value, this is now done explicitly.
v0.10.0
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
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.