feat(acme): Add ACME interfaces for Port80Handler and refactor ChallengeResponder to use new acme-interfaces, enhancing event subscription and certificate workflows.
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-09 - 12.2.0 - feat(acme)
|
||||
Add ACME interfaces for Port80Handler and refactor ChallengeResponder to use new acme-interfaces, enhancing event subscription and certificate workflows.
|
||||
|
||||
- Introduce new file ts/http/port80/acme-interfaces.ts defining SmartAcme interfaces, ICertManager, Http01MemoryHandler, and related types.
|
||||
- Refactor ts/http/port80/challenge-responder.ts to import types from acme-interfaces and improve event forwarding for certificate events.
|
||||
- Update readme.plan.md to reflect migration of Port80Handler and addition of ACME interfaces.
|
||||
|
||||
## 2025-05-09 - 12.1.0 - feat(smartproxy)
|
||||
Migrate internal module paths and update HTTP/ACME components for SmartProxy
|
||||
|
||||
|
Reference in New Issue
Block a user