Skip to content

Releases: paultyng/go-unifi

v1.21.0

11 Aug 01:42
Compare
Choose a tag to compare

Generate client code from latest available controller version (#43)

v1.20.0

05 Jul 23:24
7081791
Compare
Choose a tag to compare

Export fields on SettingMgmtXSshKeys (#41)

v1.19.0

18 Jun 19:40
Compare
Choose a tag to compare
  • Add dev_id_override to user

v1.18.0

16 Jun 13:29
Compare
Choose a tag to compare
Fix type of `x_ssh_keys`

The `unifi_settings_mgmt` resource fails for me with the following error:

```
Error: unable to decode body: GET s/default/get/setting/mgmt unable to unmarshal alias: json: cannot unmarshal object into Go struct field .x_ssh_keys of type string
```

My `x_ssh_keys` looks like this:

```
[
  {
    "name": "Laptop",
    "type": "ssh-rsa",
    "key": "REDACTED",
    "comment": "REDACTED",
    "date": "2021-02-25T08:26:04Z",
    "fingerprint": "REDACTED"
  }
]
```

v1.17.1

16 Apr 17:41
Compare
Choose a tag to compare
Fixing unmarshalling of `numberOrString`

New unmarshalling rules for fields which could be numeric or string
values were not properly typecasted upon being deserialized.

Cleaned up the api template file and moved custom unmarshalling type
logic into go code out of the template.

v1.17.0

09 Apr 13:52
Compare
Choose a tag to compare
  • Bump to 6.0.43
  • Add key handling for settings

v1.16.1

05 Apr 14:42
Compare
Choose a tag to compare
  • Fix issue with management setting key

v1.16.0

31 Mar 12:06
Compare
Choose a tag to compare
Add GetSettingMgmt and UpdateSettingMgmt functions

v1.15.0

28 Mar 18:42
Compare
Choose a tag to compare
Add dynamic DNS support

v1.11.1

31 Jan 20:28
Compare
Choose a tag to compare
  • Fix bug with status checking needing auth