github ramosbugs/oauth2-rs oauth2-reqwest-0.1.0-alpha.2
oauth2-reqwest 0.1.0-alpha.2

pre-release8 hours ago

This is an API-unstable release intended for gathering feedback about this new crate to support reqwest 0.13. It should be safe to use in applications, but further breaking API changes MAY occur before stabilizing the API for the 0.1.0 release.

Breaking Changes

  • Implement From<reqwest::Client> instead of From<&reqwest::Client> for ReqwestClient (and similar for ReqwestBlockingClient) to fix lifetime issues (the underlying reqwest clients are cheaply cloneable)

New Features

  • Implement Clone, Debug, and Default for ReqwestClient and ReqwestBlockingClient

Full Changelog: oauth2-reqwest-0.1.0-alpha.1...oauth2-reqwest-0.1.0-alpha.2

Don't miss a new oauth2-rs release

NewReleases is sending notifications on new releases.