5.0.0-alpha.3
Pre-release
Pre-release
This is an API-unstable release intended for gathering feedback about breaking API changes in 5.0. It should be safe to use in applications, but further breaking API changes MAY occur before stabilizing the API for the 5.0.0 release.
Refer to the Upgrade Guide for tips on how to upgrade from 4.x.
Breaking Changes
- Return
impl Future
instead ofPin<Box<dyn Future>>
to fixSend
/Sync
bounds (6e583bd) - Bump
http
to 1.0 andreqwest
to 0.12 (408ecab)
Other Changes
- Bump
base64
to 0.21 (db0ea44) - Set minimum version of
chrono
to 0.4.31 (7b667fc) - Mention
openidconnect
crate in README (7b667fc)
Full Changelog: 5.0.0-alpha.2...5.0.0-alpha.3