From 339b3a7237bc4b578d1a86d161c92bde75cc2e14 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Tue, 17 Dec 2024 10:56:35 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7fa9a32..0d77ff3 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 + -- GitLab