Skip to content

2.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ramosbugs ramosbugs released this 25 Feb 21:42
· 138 commits to main since this release

Breaking Changes

  • Raise minimum supported Rust version (MSRV) to 1.45
  • Rename set_redirect_url to set_redirect_uri (see #39 for context).
  • Upgrade reqwest to 0.11 and rename feature flag from reqwest-010 to reqwest. This upgrades tokio to 1.0.
  • Add #[non_exhaustive] attribute to AuthType to support non-breaking additions in the future
  • Have Client::user_info fail fast with a new ConfigurationError enum when the relevant OAuth2 endpoint hasn't been configured from the OpenID Connect Discovery metadata. Previously, an error would not be returned until a call to request/request_async.

New Features

Other Changes

  • Add extra_fields() getter to StandardTokenIntrospectionResponse