Skip to content

Commit c94574f

Browse files
Merge 892992e into c9792ac
2 parents c9792ac + 892992e commit c94574f

6 files changed

Lines changed: 1167 additions & 314 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
* Added .NET 10 target framework support
12+
113
# v1.0.1
214
* SaaS Containerization Fixes, added enabled flag cleaned up some log messages
315

0 commit comments

Comments
 (0)