Skip to content

5.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ramosbugs ramosbugs released this 21 Mar 01:42
· 15 commits to main since this 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 of Pin<Box<dyn Future>> to fix Send/Sync bounds (6e583bd)
  • Bump http to 1.0 and reqwest 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