fix(smartacme): Centralize interest map coordination and remove redundant interestMap from cert managers

This commit is contained in:
2025-05-01 09:28:10 +00:00
parent b8bb4af184
commit c863c7295d
5 changed files with 33 additions and 24 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-05-01 - 7.2.1 - fix(smartacme)
Centralize interest map coordination and remove redundant interestMap from cert managers
- Removed interestMap property and related logic from MemoryCertManager and MongoCertManager
- Refactored SmartAcme to instantiate its own interestMap for coordinating certificate requests
- Updated getCertificateForDomain to use the new interestMap for checking and adding certificate interests
## 2025-05-01 - 7.2.0 - feat(core)
Refactor SmartAcme core to centralize interest coordination and update dependencies