github ramosbugs/oauth2-rs 4.0.0-beta.1

latest releases: 5.0.0, 5.0.0-rc.1, 5.0.0-alpha.4...
pre-release4 years ago

This is the first beta release for the 4.0 major version. No further breaking changes are expected until the next major version.

Breaking Changes

  • Add rustls-tls (default) and native-tls feature flags for use with reqwest. Previously, enabling the reqwest feature flag would always use rustls. The default behavior is unchanged, but users that disable the default features and wish to continue using rustls may wish to add the rustls-tls feature flag to their Cargo.toml.
  • Expose a serde_path_to_error::Error<serde_json::Error>> in the RequestTokenError::Parse variant instead of a serde_json::Error. This change should make JSON deserialization errors easier to diagnose.

Don't miss a new oauth2-rs release

NewReleases is sending notifications on new releases.