unifi-core v0.4.39
·
11 commits
to main
since this release
Install or upgrade:
pip install unifi-core==0.4.39
Thanks @AmirF194 for addressing the limit=0 issue across the Network, Protect, and Access event managers. Explicit zero limits now return no events, and Access short-circuits locally instead of relying on controller-specific page_size=0 behavior.
What's Changed
- fix(core): guard event limit on identity, not truthiness (#614)
New Contributors
- Thanks @AmirF194 for your first contribution!
Full Changelog: core/v0.4.38...core/v0.4.39