Releases: jitbit/AspNetSaml
2.1.4
What's Changed
- Minor performance improvements by @TheTrueColonel in #93
- Use Encoding.UTF8 singleton instead of re-creating every time
- Unit tests dependencies
New Contributors
- @TheTrueColonel made their first contribution in #93
Full Changelog: 2.1.3...2.1.4
2.1.3
What's Changed
- Added example ASP.NET Core app
- Moved unit tests to net8, fixed failing tests
- Updated nugets, code formatting
- IdP-initiated logout request
- Added logoutrequest unittest
- Update README.md by @Celer21 in #88
New Contributors
Full Changelog: 2.1.2...2.1.3
2.1.2
Workaround for people paste certificates without "BEGIN/END CERTIFICATE" strings and things break on Linux. Fixes #70
Full Changelog: 2.1.1...2.1.2
2.1.1
Updated vulnerable Nugets, removed some unneeded dependencies
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Added advanced attribute getters by @szukuro in #79
- Signout request by @alex-jitbit in #81
- Added SAML metadata generation helper
New Contributors
Full Changelog: 2.0.1...2.1.0
2.0.1
Performance improvements
- Use
Encoding.ASCII.GetBytesinstead ofStringToByteArray(3X faster) - Don't use
DateTime.Now.ToUniversalTime, useUtcNow, 10X faster
Full Changelog: 2.0.0...2.0.1
2.0.0
More unit tests, also out of beta - tested, no bugs found.
Full Changelog: 1.2.5...2.0.0
2.0.0-beta
AspNetSaml is now published as a .NET Standard 2.0 Nuget library, while previous versions were simply installing a Saml.cs file into your project which is not the best idea. Also added unit tests, automated CI via Github Actions and other "proper" stuff.
Full Changelog: 1.2.4...2.0.0-beta
1.2.4
New NUGET format, compatible with "PackageReference" and .NET Core