0.8.1
Released: 07/01/2023
Core:
- Created an indexer for
ListeningHostRepository
. - Created property
HttpServerConfiguration.AccessLogsStream
. Specification. - Created property
HttpServerConfiguration.ErrorsLogsStream
. Specification. - Created property
Router.MatchRoutesIgnoreCase
, which allows to the router to match routes ignoring case. - Replaced the router path matching mecanism by a more appropriate string parser without using regex.
- Replaced the DNS matching mecanism by removing regex. Credits to this link.
ListeningHost.Handle
is more deterministic now and doesn't uses an random generator for it.- Fixed an bug where the TCP client was sending an IP address with multiple null characters.
- Deprecated
HttpServerConfiguration.Verbose
.
You can download older versions from the Nuget package manager.