fix(SmartCertManager): Preserve certificate manager update callback during route updates

This commit is contained in:
2025-05-19 13:23:16 +00:00
parent e317fd9d7e
commit 6d3e72c948
7 changed files with 504 additions and 235 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-19 - 19.3.2 - fix(SmartCertManager)
Preserve certificate manager update callback during route updates
- Modify test cases (test.fix-verification.ts, test.route-callback-simple.ts, test.route-update-callback.node.ts) to verify that the updateRoutesCallback is preserved upon route updates.
- Ensure that a new certificate manager created during updateRoutes correctly sets the update callback.
- Expose getState() in certificate-manager for reliable state retrieval.
## 2025-05-19 - 19.3.1 - fix(certificates)
Update static-route certificate metadata for ACME challenges