Skip to content

Releases: unpoller/unifi

v5.28.1

Choose a tag to compare

@github-actions github-actions released this 11 May 16:02
v5.28.1
8a054ea

Changelog

  • 8a054ea Merge pull request #221 from unpoller/fix/local-api-gzip-decompression
  • 7367d87 fix(local): decompress gzip bodies when proxy strips Content-Encoding

v5.28.0

Choose a tag to compare

@github-actions github-actions released this 09 May 14:57
v5.28.0
4c030f6

Changelog

  • 4c030f6 Merge pull request #220 from unpoller/fix/remote-api-gzip-decompression
  • ad4ba32 fix(remote): preserve HTTP status on gzip decompression failure
  • c0d73d7 fix(remote): decompress gzip bodies when proxy strips Content-Encoding

v5.27.0

Choose a tag to compare

@github-actions github-actions released this 09 May 14:25
v5.27.0
8f3da78

Changelog

  • 8f3da78 Merge pull request #219 from unpoller/feat/authorize-guest
  • 7f53dd3 feat: add AuthorizeGuest helper for cmd/stamgr
  • 2baa93a Merge pull request #218 from afolksetapart/ref/add-env-proxy
  • 9a7688d ref: Added Proxy Env Option

v5.26.0

Choose a tag to compare

@github-actions github-actions released this 05 May 13:15
v5.26.0
0e6c553

Changelog

  • 0e6c553 Merge pull request #217 from davidyilee/fix/uci-system-stats-json-tag
  • c83011f test: add JSON unmarshal test for UCI system-stats field
  • 4b34760 fix: correct UCI SystemStats JSON tag from system_stats to system-stats
  • 190788e Merge pull request #216 from unpoller/feat/integration-v1-coverage
  • 0d9a7cf feat: use FlexInt for numeric fields in Integration/v1 types
  • b9a7993 Merge branch 'master': integrate PR #215 endpoint-removal fixes
  • 406506a feat: add Integration/v1 paginated list helper and harden error sentinels
  • dcaa6f2 feat: implement A2 WAN status, A4 UPS list, A5 network fields, A6 port forwards, A7 SSL cert (resolve Part A merge conflicts)
  • 4a7e987 feat: implement B13 DPI catalogue, B14 pending devices, B16 countries
  • dbca042 feat: implement B10 RADIUS profiles, B11 traffic matching lists, B12 hotspot vouchers
  • b965fe9 feat: implement B8 switching topology (LAG/MCLAG/stacks) and B9 DNS policy getters
  • 71c41a8 feat: implement B5 integration networks, B6 WAN interfaces, B7 VPN server getters
  • 1151bf8 feat: implement B3 firewall zone and B4 ACL rule getters
  • 917a21f feat: implement B1 device stats and B2 WiFi broadcast getters
  • 243061b feat: implement A2 WAN status, A4 UPS list, A5 network fields, A6 port forwards, A7 SSL cert getters
  • cc95b18 feat: implement B8 switching topology (LAG/MCLAG/stacks) and B9 DNS policy getters
  • e60ada1 feat: implement B13 DPI catalogue, B14 pending devices, B16 countries getters
  • 076929f feat: implement B10 RADIUS profiles, B11 traffic matching lists, B12 hotspot voucher getters
  • 379f923 feat: implement B5 integration networks, B6 WAN interfaces, B7 VPN server getters
  • 89dabbe feat: implement B1 integration device stats and B2 WiFi broadcast getters
  • bbf6cf6 feat: implement B3 firewall zone and B4 ACL rule getters
  • e6239cf feat: scaffold integration/v1 API — types, constants, interface, B0+B15 real, stubs for B1–B16 + A2/A4/A6/A7
  • 4260ace Merge pull request #215 from unpoller/fix/network-10x-endpoint-removal
  • 948717d fix: handle Network 10.x endpoint removals and version detection
  • 5927a8e Merge pull request #214 from unpoller/dependabot/go_modules/golang.org/x/net-0.53.0
  • f3cf5d5 chore(deps): bump golang.org/x/net from 0.52.0 to 0.53.0
  • b8cf71b Merge pull request #213 from serkonda7/history-port
  • f0b730c ClientHistory: add LastUplinkPort

v5.25.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 01:53
cb4fe72

Changelog

  • cb4fe72 Merge pull request #212 from unpoller/chore/lint-fixes
  • 7c77cee chore: apply linter tag-alignment and whitespace fixes
  • 5f87548 Merge pull request #211 from unpoller/feat/site-magic-vpn
  • 2caa940 feat: add Site Magic site-to-site VPN endpoint support (closes unpoller/unpoller#926)

v5.24.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 23:50
50bdd7b

Changelog

v5.23.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 23:33
1474ad8

Changelog

  • 1474ad8 Merge pull request #209 from unpoller/feat/topology-endpoint
  • e5497c4 feat: add network topology endpoint support

v5.22.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 23:13
6a82252

Changelog

  • 6a82252 Merge pull request #208 from unpoller/feat/mimo-support
  • f363f61 feat(clients): add RxMcs, RxNSS, TxMcs, TxNSS fields to Client struct

v5.21.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 23:08
689206a

Changelog

  • 689206a Merge pull request #207 from unpoller/feat/firewall-policies
  • ad17aba feat: add firewall policy metrics support (closes unpoller/unpoller#928)
  • 5f2c23e Merge pull request #202 from unpoller/dependabot/github_actions/goreleaser/goreleaser-action-7
  • 225e72a Merge pull request #205 from unpoller/dependabot/go_modules/golang.org/x/net-0.52.0
  • 7fd988f chore(deps): bump golang.org/x/net from 0.49.0 to 0.52.0
  • 5d40e8c chore(deps): bump goreleaser/goreleaser-action from 6 to 7

v5.20.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 03:10
acf076b

Changelog

  • acf076b Merge pull request #200 from brngates98/fix/remote-api-rate-limit-and-nil-panic
  • 233815f Remote API: 429 retry, NVR filter, safe error body handling