This commit is contained in:
2025-05-18 18:31:40 +00:00
parent 44f312685b
commit 62605a1098
3 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-18 - 19.2.1 - fix(examples/dynamic-port-management)
Add explicit IRouteConfig type annotations and use 'as const' for action types in dynamic port management example
- Defined newRoute and thirdRoute with explicit IRouteConfig types
- Added 'as const' to the action.type field to enforce literal types
- Improved type-safety in dynamic port management example without altering runtime behavior
## 2025-05-18 - 19.2.0 - feat(acme)
Improve certificate management by adding global ACME configuration support and allowing route-level overrides. Enhanced error messages help identify missing ACME email and misconfigurations (e.g. wildcard domains). Documentation has been updated and new tests added to verify SmartCertManager behavior, ensuring a clearer migration path from legacy implementations.