Skip to content

Releases: Art-of-WiFi/UniFi-API-client

API client class v2.0.4

02 Jan 10:01
Compare
Choose a tag to compare
  • added curl option to specifically support http (originally suggested by @Kyouma54 in PR #251)

API client class 1.1.104

02 Jan 09:56
Compare
Choose a tag to compare
  • added curl option to specifically support http (originally suggested by @Kyouma54 in PR #251)
  • minor changes

PS: version 1.1.103 was deliberately skipped

API client class v2.0.3

19 Dec 10:55
Compare
Choose a tag to compare
Pre-release
  • applied changes from PR #258, contributed by @mvarian
  • addresses support for PHP 8.4

API client class v1.1.102

19 Dec 10:02
Compare
Choose a tag to compare
  • merged PR #258, contributed by @mvarian
  • touch-up of doc-blocks

API client class 2.0.2

28 Nov 11:15
Compare
Choose a tag to compare
Pre-release
  • updated the README.md file
  • updated @throws tags in the doc blocks to reflect the correct Exception classes where necessary, in other cases only \Exception is mentioned
  • minor changes

API client class 2.0.1

27 Nov 15:44
Compare
Choose a tag to compare
Pre-release
  • main change is the introduction of Exceptions for improved error handling
  • removed usages of the PHP trigger_error() function
  • several other minor changes
  • added an example of Exception handling to the README
  • updated the examples/list_alarms.php file to demonstrate Exception handling

Important note

Use this first release in the new 2.X branch with care, it has not yet been tested in live production environments!

PS: the previous release, 2.0.0 was accidentally based on the main branch, that is now fixed with this release.

API client class 1.1.101

15 Nov 09:35
Compare
Choose a tag to compare
  • added a private property $cookies_created_at to store the timestamp when the cookies were created/updated.
  • added a getter method get_cookies_created_at() to return the timestamp when the cookies were created/updated.
  • this information can be useful to determine how old the cookies are.
  • minor comments clean up.

API client class 1.1.100

29 Oct 11:17
Compare
Choose a tag to compare
  • fixed incorrect return type for create_voucher(), reported by @pa-

API client class v1.1.99

23 Oct 11:34
Compare
Choose a tag to compare
  • added get_system_log() method to get data from the system logs, returns paged results (see code comments for further details on how to control the paging)
  • minor formatting changes

API client class v1.1.98

17 Oct 14:45
Compare
Choose a tag to compare
  • merged #244 for a small change to the start_rolling_upgrade() method, contributed by @Jacobtims
  • minor additional change to allow changes to the payload of the start_rolling_upgrade() method