Releases: hjdhjd/unifi-protect
Releases · hjdhjd/unifi-protect
v4.20.3
4.20.3 (2025-01-05)
- Improvement: refinements to Protect controller connectivity and recovery.
- Housekeeping.
v4.20.1
4.20.1 (2025-01-03)
- Fix: address a regression related to type exports.
- Housekeeping.
v4.20.0
4.20.0 (2025-01-03)
- Improvement: further refinements to Protect controller connectivity and recovery.
- Fix: address a regression related to type exports.
- Housekeeping.
v4.19.0
4.19.0 (2024-12-27)
- Improvement: refinements to Protect controller connectivity and recovery.
- Improvement: minor updates to the Protect JSON descriptions.
- Housekeeping.
v4.18.0
4.18.0 (2024-12-22)
- Breaking change: the minimum supported node version is now node 20.
- Improvement: we've changed strategies to deal with Protect controller quirkiness/bugginess that results in network disconnects from the controller, while ensuring we have reasonable backpressure measures.
- Housekeeping.
v4.17.0
4.17.0 (2024-12-08)
- Minor updates to the Protect JSON descriptions.
- Housekeeping.
v4.16.0
4.16.0 (2024-10-05)
- New feature: ufp - a command line utility to query and execute some utility commands using the Protect API. You'll need to create either ~/.ufp.json or ufp.json in your current directory with the properties
controller
, username
, password
all defined in a valid JSON.
- Housekeeping.
v4.15.1
4.15.1 (2024-09-29)
- Minor updates to the Protect JSON descriptions.
- Housekeeping.
v4.15.0
4.15.0 (2024-09-26)
- New feature: added the
isThrottled
as a publicly accessible readonly property that returns whether the API connection is currently throttled due to connectivity issues.
- Housekeeping.