2.0.0-beta.1
Pre-release
Pre-release
Breaking Changes
- Add
rustls-tls
(default) andnative-tls
feature flags for use withreqwest
. Previously, enabling thereqwest
feature flag would always userustls
. The default behavior is unchanged, but users that disable the default features and wish to continue usingrustls
may wish to add therustls-tls
feature flag to theirCargo.toml
. - Expose
serde_path_to_error::Error<serde_json::Error>>
instead of aserde_json::Error
to improve the diagnosability of JSON deserialization errors in the following enum variants:DiscoveryError::Parse
RequestTokenError::Parse
UserInfoError::Parse
registration::ClientRegistrationError::Parse