You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
12
# v1.0.1
2
13
* SaaS Containerization Fixes, added enabled flag cleaned up some log messages
0 commit comments