From 6b251f02a375e163739a2b981c8a09c56faa91a7 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Mon, 13 Nov 2023 19:09:43 +0000
Subject: [PATCH] Update CHANGELOG

---
 CHANGELOG | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 6d8e6a6..cf868ea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,7 +9,16 @@
 2023-11-09: removed nonworking original datacache (cleanup before reimplementing)
             added new cacheing code based on AWS agent - works this time ;-)
 2023-11-10: a bit of cleanup, removed oneliner API calls, moved to the calling function
-
+            moved add networks to MerakiOrganisation.query
+            added cisco_meraki_org_networks output section (base to create networks inventory)
+2023-10-11: fixed _get_device_piggyback drop hosts without names -> can be changed to use serial instead
+            fixed in device info drop hosts without names -> can be changed to use serial instead
+            fixed do nit access organisations where the API is not enabled
+            added organisation overview section _SEC_NAME_ORGANISATIONS to discover orgs with API not enabled
+2023-11-12: added --no-cache option
+            re-added appliance uplink usage
+2023-11-13: optimized API request: don't ask for device information's if there are no devices in an organisation
+            API requests by product type: don't ask for products that are not available in the organisation
 
 ~/local/lib/check_mk/base/plugins/agent_based/cisco_meraki_org_licenses_overview.py
 - changed Expiration date format from US (%b %d, %Y)  to ISO (%Y-%m-%d)
-- 
GitLab