Skip to content

3.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@ramosbugs ramosbugs released this 08 Dec 02:30

Breaking changes

  • To support async/await without unconditionally depending on reqwest, renamed the reqwest feature flag to reqwest-09 and added a separate reqwest-010 flag separate from futures-03. The default feature flag remains reqwest-09. Added new docs describing the various HTTP client interfaces.
  • Removed async_internal module from public API (previously included accidentally).

Other changes

  • Removed async-std dependency
  • Simplified README and improved docs.rs documentation.
  • Added Letterboxd API example
  • Linked to contributed actix-web-oauth2 example in docs