feat(smartproxy): Migrate internal module paths and update HTTP/ACME components for SmartProxy
This commit is contained in:
11
changelog.md
11
changelog.md
@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-09 - 12.1.0 - feat(smartproxy)
|
||||
Migrate internal module paths and update HTTP/ACME components for SmartProxy
|
||||
|
||||
- Mark migration tasks as complete in readme.plan.md (checkboxes updated to ✅)
|
||||
- Moved Port80Handler from ts/port80handler to ts/http/port80 (and extracted challenge responder)
|
||||
- Migrated redirect handlers and router components to ts/http/redirects and ts/http/router respectively
|
||||
- Updated re-exports in ts/index.ts and ts/plugins.ts to expose new module paths and additional exports
|
||||
- Refactored CertificateEvents to include deprecation notes on Port80HandlerEvents
|
||||
- Adjusted internal module organization for TLS, ACME, and forwarding (SNI extraction, client-hello parsing, etc.)
|
||||
- Added minor logging and formatting improvements in several modules
|
||||
|
||||
## 2025-05-09 - 12.0.0 - BREAKING CHANGE(forwarding)
|
||||
Rename 'sniPassthrough' export to 'httpsPassthrough' for consistent naming and remove outdated forwarding example
|
||||
|
||||
|
Reference in New Issue
Block a user