Releases: dementeddevil/Zen.IdentityServer
9.0.0
8.1.0
Zen.IdentityServer
Release Notes
Project has now been renamed.
Lots of work has been undertaken with nullability support.
We are now using the latest nuget package dependencies.
Quickstarts have been migrated and a new quickstart (combining EntityFramework and AspNetIdentity) has been created.
Next steps
Work out how to build nuget packages with readme files (which are typically in the parent folder to the project).
Publish initial version of all packages to nuget.org.
Update QuickStart UI to Bootstrap 5.
Update to .NET 9 once it goes to RTM.
Enable CI/CD to automate build/publish.
v8.0.2 Stable with Samples
This build is stable with updated samples.
Still need to go through each sample and sanity check it's using the latest in .NET 8 standards (so using the correct hosting mechanism and MVC initialisation logic for example)
For IdentityServer itself there are still a handful of transitive dependencies that I'd like to update to their latest versions to minimise known vulnerabilities
8.0.1
First viable version building with .NET 8
This build has not yet been verified by using it in an actual front-end but so far-so good.
I will bring an example UI into the solution and see how happy it is...