Changelog v3.6.3 (2025-02-03)
Version 3.6.3 (2025-02-03)
Fixes
- Fixed
ParseEnvironmentVariablesfeature not working for Kestrel configuration values. Previously, environment variable placeholders (e.g.,{MY_HOST}) in Kestrel settings like Endpoints URLs, Certificate paths/passwords, and Limits were not being replaced because Kestrel uses ASP.NET Core's direct binding which bypassed the custom placeholder processing. Now all Kestrel configuration values properly support environment variable replacement whenParseEnvironmentVariablesis enabled.