title | layout |
---|---|
Release Notes |
default |
This page tracks major changes included in any update starting with version 2.0
- New:
- Runs on .NET Core (previous .NET Framework)
- Now supports Windows, Linux, and MacOS
- Windows: Doesn't require IIS - can spin up via
dotnet run
, or via a publish and copy
- Windows: Doesn't require IIS - can spin up via
- Supports running in a container (via Docker)
- Adds SignalFX as a dashboard provider
- Adds OpenId Connect as a login provider
- Overhauled configuration system (though most old formats are supported for a smooth transition)