Releases: greenpau/go-cisco-nx-api
Releases · greenpau/go-cisco-nx-api
v1.0.9
- add support for error counters (#24)
- always use the latest cookies and add mutex protection (#23)
- add support for vlan counters (#22)
v1.0.8
- use auth cookies to avoid switch max sessions failure
v1.0.5
- compatibility change: NXOS 9.3 changed CDP TTL format to string
v1.0.4
- fix json parse failure when only 1 MAC address is returned.
- add API func for CDP neighbors.
- add show mac address table and show cdp neighbors to client test code.
v1.0.3
- add support for
show cdp neighbor
v1.0.2
- support show mac address-table command API
v1.0.1
- Migrated to
go.mod
and release workflow