v15.0.0
Major release
breakingChange
- telemetry is now disabled by default. To enable it, set
EnableTelemetryproperty totrue(#42)
fix
- fix: AutoIndex must sort directory first then file (#11)
- chore: add missing constructor from NetCoreServer (#43)
- chore: throw exception when using component while the server is already started (#41)
feature
- feature: handle unix socket (#38), PR by philippseith
- feature: add new server
EnableTelemetryproperty to enable telemetry (#42)