Breaking changes
- To support async/await without unconditionally depending on
reqwest, renamed thereqwestfeature flag toreqwest-09and added a separatereqwest-010flag separate fromfutures-03. The default feature flag remainsreqwest-09. Added new docs describing the various HTTP client interfaces. - Removed
async_internalmodule from public API (previously included accidentally).
Other changes
- Removed
async-stddependency - Simplified README and improved docs.rs documentation.
- Added Letterboxd API example
- Linked to contributed
actix-web-oauth2example in docs