fix(certificate-management): Fix loss of route update callback during dynamic route updates in certificate manager
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user