8.3.1
Bug Fixes
- Respect TVP.RequireAudience when set to false. See #3055
- For net4.6.2 select RSACng for PSS support. See #3097
- Fix package downgrade in consuming libraries. See#3062
- Fix integer overflow in
AuthenticationEncryptionProvider.cs
. See #3063
Fundamentals
- Removed unused property on JsonWebToken ClaimsIdentity. See #3071 for details.
- Upgrade to C# 13. See #2998
- Use new Base64Url API. See #22817
- Add warning quality check. See #3067
- Update dotnet actions. see #3074
- Fix warnings. See #3081
- Test updates in JsonWebToken. See #3080.
Work related to redesign of IdentityModel's token validation logic #2711
What's Changed
- Update CHANGELOG.md by @jmprieur in #3053
- Extensibility tests: Audience - JWT, SAML and SAML2 by @iNinja in #3027
- Extensibility tests: Lifetime - JWT, SAML and SAML2 by @iNinja in #3028
- Implement lazy ClaimsIdentity creation from ValidatedToken on SAML and SAML2 on the new validation model by @iNinja in #3051
- Add logging to the new validation model by @iNinja in #3054
- update version by @brentschmaltz in #3057
- lower version to avoid downgrades. by @brentschmaltz in #3058
- Respect TVP.RequireAudience when set to false by @kllysng in #3055
- Fix package downgrade in consuming libraries by @jmprieur in #3062
- Add slnf for running perf and stress tests by @brentschmaltz in #3066
- Add Warning Quality Check Build Task 🔨 by @kllysng in #3067
- Update template-Build-run-tests-sign.yml by @ciaozhang in #3069
- Removed unused property on JsonWebToken by @keegan-caruso in #3072
- Update setup dotnet actions by @keegan-caruso in #3074
- fixed #2983 and re-add code coverage comments to PRs by @jennyf19 in #3076
- Remove duplicate keyid into var keysAttempted by @bdapoigny in #2899
- Upgrade to C# 13 by @westin-m in #2998
- Use new Base64Url API by @msbw2 in #2817
- Update common.props by @ciaozhang in #3078
- fix warnings by @jennyf19 in #3081
- Fixed integer overflow in AuthenticatedEncryptionProvider.cs by @gparametr in #3063
- Test updates by @pmaytak in #3080
- For net4.6.2 select RSACng for PSS support. by @brentschmaltz in #3085
- changelog for 8.3.1 by @jennyf19 in #3098
New Contributors
- @bdapoigny made their first contribution in #2899
- @gparametr made their first contribution in #3063
Full Changelog: 8.3.0...8.3.1