Skip to content

Commit 4c5c9d8

Browse files
fixed changelog
1 parent fea9dbb commit 4c5c9d8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v1.0.2
2+
* Fixed revocation status handling - failed revocations no longer incorrectly set certificate status to FAILED; certificate retains its current active status
3+
* Added FlowLogger utility for structured flow diagrams across all public plugin methods
4+
* Added guard clauses and input validation (null checks, UUID length validation before Substring)
5+
* Added null response guards after all API calls
6+
* Added null-safe structured logging throughout plugin, RequestManager, and HydrantIdClient
7+
* Added AggregateException flattening in catch blocks for better error reporting
8+
* Added per-certificate error isolation in Synchronize to prevent one bad cert from aborting sync
9+
* Added BlockingCollection.IsAddingCompleted guard before CompleteAdding()
10+
* Improved error handling in HydrantIdClient - non-success HTTP responses now throw with status details
11+
112
# v1.0.1
213
* SaaS Containerization Fixes, added enabled flag cleaned up some log messages
314

0 commit comments

Comments
 (0)