Skip to content

0.8.2

Compare
Choose a tag to compare
@CypherPotato CypherPotato released this 10 Jan 01:24
· 215 commits to main since this release

Released: 09/01/2023

  • Introduced "Service providers", which provides an interface for porting services and applications
    easily with Sisk.
  • Added an overload for Router.SetObject which allows to pass an type as reference.
  • Added the property HttpServer.IsListening.
  • HttpServer no longer listens to all authorities with the "+" wildcard, but to individual hosts. Perhaps you will need to have permissions for each authority individually to run without admin privileges in Windows.
  • Fixed an issue where event listeners weren't respecting AccessLogsStream and using the deprecated property Verbose.
  • Fixed where routers weren't parsing regex routes as ignore-case when MatchRoutesIgnoreCase was enabled.