v7.0.0
Breaking changes
- Dropped support for .NET 5, supported targets are now .NET 6 & .NET 7 (by @jeremydmiller)
- Added support for Minimal APIs. For pure minimal API projects this should automatically work but mixed projects may require additional configuration. See https://jasperfx.github.io/alba/scenarios/json.html#sending-json for more information. (by @jeremydmiller)
Features
- Add async overloads for
IScenarioResult
methods (#120). These overloads are preferred over the sync alternatives going forward. (by @Hawxy) - Permit the use of ValidAudiences during token creation in JWT extensions. All values on the
TokenValidationParameters
are now cloned to prevent future problems. (#119) (by @Hawxy)
Bug fixes
- (v7.0.1) Fix
IOptions
resolution within Json serialization
Full Changelog: v6.1.0...v7.0.0