We need to update/write conceptual docs to reflect breaking changes, new API and new config in 5.0. 1. New kestrel event counters (https://github.com/dotnet/aspnetcore/pull/21649) a) Related: https://github.com/dotnet/AspNetCore.Docs/issues/18272 2. PEM support (https://github.com/dotnet/aspnetcore/pull/23584) a) Related: https://github.com/dotnet/AspNetCore.Docs/issues/19113 3. Automatic config reload (https://github.com/dotnet/aspnetcore/pull/21072 & https://github.com/dotnet/aspnetcore/pull/22528) 4. SNI from config (https://github.com/dotnet/aspnetcore/pull/24286) 5. Async ServerOptionsSelectionCallback UseHttps() overload (https://github.com/dotnet/aspnetcore/pull/25390) 6. Use platform-default TLS/SSL protocol versions by default (https://github.com/dotnet/aspnetcore/pull/22437) 7. Obsolete the Libuv transport (https://github.com/dotnet/aspnetcore/pull/23480) 8. "SslProtocols" settable via config (https://github.com/dotnet/aspnetcore/pull/22910) 9. "ClientCertificateMode" settable via config (https://github.com/dotnet/aspnetcore/pull/24076) The following APIs are new, but might not warrant conceptual docs. 1. custom request header decoder API to Kestrel (https://github.com/dotnet/aspnetcore/pull/23233) 2. Inline scheduler option for Sockets transport (https://github.com/dotnet/aspnetcore/pull/24638) 3. Add SocketTransportOption to enable/disable WaitForData (https://github.com/dotnet/aspnetcore/pull/19396) @Pilchie Would it be better to move this to https://github.com/dotnet/AspNetCore.Docs?
We need to update/write conceptual docs to reflect breaking changes, new API and new config in 5.0.
a) Related: Add docs on the EventCounters emitted by ASP.NET Core AspNetCore.Docs#18272
a) Related: Add section for loading PEM keys AspNetCore.Docs#19113
The following APIs are new, but might not warrant conceptual docs.
@Pilchie Would it be better to move this to https://github.com/dotnet/AspNetCore.Docs?