diff --git a/CHANGELOG b/CHANGELOG index 7fa9a3260ce41c57f3b496cd46c772dfeca22297..0d77ff330de762ad6e77391b7db572c2baef68ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -142,4 +142,16 @@ Wireless Device Status: fixed missing SSID 0 ThX to Andreas Doehler 2024-09-15: Agent: fixed MerakiGetOrganizationSwitchPortsStatusesBySwitch -> return only list of switches 2024-11-16: fixed crash on missing items in MerakiGetOrganizationSwitchPortsStatusesBySwitch (ThX to Stephan Bergfeld) - updated Meraki SDK to version 1.52.0 \ No newline at end of file + updated Meraki SDK to version 1.52.0 +2024-11-17: wireless_ethernet_statuses.py: incompatible change item from "Port %s" to "Interface %s" -> rediscover your devices + added interface inventory + switch_ports_statuses.py: incompatible: changed operational/admin status to up/down from connected/disconnected, enabled/disabled -> reconfigure Cisco Meraki Switch Ports service discovery rule + incompatible change item from "Port %s" to "Interface %s" -> (Port is moved to %s) -> rediscover your devices (tabularasa) + added interface inventory + added hostlabel function for nvdct/has_lldp_neighbours +2024-11-23 switch_ports_statuses.py: fixed crash on missing traffic data + incompatible removed "Port" from item -> use only interface index + +2024-12-12: wireless_ethernet_statuses: fixed crash if speed is None +2024-12-14: switch_ports_statuses.py: reworked output of port status +