0.8.2
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 propertyVerbose
. - Fixed where routers weren't parsing regex routes as ignore-case when
MatchRoutesIgnoreCase
was enabled.