Releases: Art-of-WiFi/UniFi-API-client
Releases · Art-of-WiFi/UniFi-API-client
API client class v2.0.4
API client class 1.1.104
API client class v2.0.3
API client class v1.1.102
API client class 2.0.2
- 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
- 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
- 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
- fixed incorrect return type for
create_voucher()
, reported by @pa-
API client class v1.1.99
- 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
- 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