Skip to content

v7.0.0

Compare
Choose a tag to compare
@Hawxy Hawxy released this 15 Nov 07:17
· 51 commits to master since this release

Breaking changes

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