Releases: maoertel/diqwest
Releases · maoertel/diqwest
v3.0.0
What’s Changed
As this could be breaking for people using reqwest v0.11 it is rolled out as a major change.
v2.0.0
What’s Changed
Breaking changes
As the feature rust-tls
was removed you have to enable this on your side in your applications reqwest Cargo.toml
entry.
v1.2.0
What’s Changed
- Factor out common logic between blocking and non blocking modules (#11) @maoertel
v1.1.0
What’s Changed
- Add feature flag to transitively use reqwests
rustls-tls
feature (#6) @rcastill
v1.0.0
What’s Changed
- Establish blocking mode (#2) @maoertel -> breaking change: package structure!
- Add GitHub actions (#3) @maoertel
v.0.1.2
- add
async
functionality to extend reqwest
to be able to send requests with digest auth flow