From 33ab4d9de91c8dae43bc4bd7d7473508016e678a Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Fri, 27 Mar 2026 10:11:12 -0400 Subject: [PATCH] Update CHANGELOG.md to include fix for current_time format in MSGraphConnection --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d26a706..e5b8ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Output client initialization now retries up to 4 times with exponential backoff before exiting. This fixes persistent `Connection refused` errors in Docker when OpenSearch or Elasticsearch is momentarily unavailable at startup. - Use tuple format for `http_auth` in OpenSearch and Elasticsearch connections, matching the documented convention and avoiding potential issues if the password contains a colon. +- Fix current_time format for MSGraphConnection (current-time) (PR #708) ### Changes