Skip to content

unifi-api-server api/v0.16.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 15:44
· 22 commits to main since this release

UniFi API Server 0.16.0 exposes event filter arguments in its action catalog and enforces the corrected firewall update contract.

  • The unifi_list_events action schema accepts optional categories and severities, matching Network MCP. These filters apply to v2 controllers; legacy controllers ignore them. #638
  • Firewall-policy updates reject index through the shared Core validation boundary before controller calls. Action discovery explains that ordering uses unifi_reorder_firewall_policies. #640
  • Require Core 0.4.44 to guarantee the updated validation and uncapped client lookup behavior in installed deployments. #659

Install: pip install unifi-api-server==0.16.0

Thanks to Tyler Mowbrey (@tmowbrey) for these improvements.

Full comparison: api/v0.15.8…api/v0.16.0