Skip to content

0.8.1

Compare
Choose a tag to compare
@CypherPotato CypherPotato released this 08 Jan 02:17
· 184 commits to main since this release

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.