From 7ec02137b8a895d111d18619b626382eb2f56301 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sat, 21 Mar 2026 11:30:07 -0400 Subject: [PATCH] Update changelog to not include fixes within the same unreleased version --- CHANGELOG.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be3de52..6cb5530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,23 +23,6 @@ `_main()` in `cli.py` to support config reload and reduce code duplication. -### Fixed - -- `get_index_prefix()` crashed on forensic reports with `TypeError` - due to `report()` instead of `report[]` dict access. -- Missing `exit(1)` after IMAP user/password validation failure - allowed execution to continue with `None` credentials. -- IMAP `watch()` leaked a connection on every IDLE cycle by not - closing the old `IMAPClient` before replacing it. -- Resource leak in `_init_output_clients()` when Splunk HEC - configuration is invalid — the partially-constructed HEC client - is now cleaned up on error. -- Elasticsearch/OpenSearch `set_hosts()` global state was not - rollback-safe on reload failure — init now runs last so other - client failures don't leave stale global connections. -- `active_log_file` was not initialized at startup, causing the - first reload to unnecessarily remove and re-add the FileHandler. - ## 9.2.1 ### Added