update
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user