fix(certificate-manager): Preserve certificate manager update callback in updateRoutes

This commit is contained in:
2025-05-19 19:17:48 +00:00
parent 6387b32d4b
commit da061292ae
3 changed files with 38 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-05-19 - 19.3.8 - fix(certificate-manager)
Preserve certificate manager update callback in updateRoutes
- Update the test in test/route-callback-simple.ts to override createCertificateManager and ensure the updateRoutes callback is set
- Ensure that the mock certificate manager always sets the updateRoutes callback, preserving behavior for ACME challenges
## 2025-05-19 - 19.3.7 - fix(smartproxy)
Improve error handling in forwarding connection handler and refine domain matching logic