fix(certificate-management): Fix loss of route update callback during dynamic route updates in certificate manager

This commit is contained in:
2025-05-18 23:07:31 +00:00
parent ba1569ee21
commit 8fd861c9a3
6 changed files with 422 additions and 33 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-05-18 - 19.2.3 - fix(certificate-management)
Fix loss of route update callback during dynamic route updates in certificate manager
- Extracted certificate manager creation into a helper (createCertificateManager) to ensure the updateRoutesCallback is consistently set
- Recreated certificate manager with existing ACME options while updating routes, preserving ACME callbacks
- Updated documentation to include details on dynamic route updates and certificate provisioning
- Improved tests for route update callback to prevent regressions
## 2025-05-18 - 19.2.2 - fix(smartproxy)
Update internal module structure and utility functions without altering external API behavior