Skip to content

Releases: maoertel/diqwest

v3.1.0

20 Jun 17:33
a29fbfe
Compare
Choose a tag to compare

What’s Changed

v3.0.0

19 Apr 15:14
9c80369
Compare
Choose a tag to compare

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

24 Nov 17:53
1624049
Compare
Choose a tag to compare

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.1

17 Aug 20:24
45297ac
Compare
Choose a tag to compare

What’s Changed

v1.2.0

11 May 09:13
10cdddf
Compare
Choose a tag to compare

What’s Changed

  • Factor out common logic between blocking and non blocking modules (#11) @maoertel

v1.1.1

13 Jan 08:53
2015f3f
Compare
Choose a tag to compare

What’s Changed

v1.1.0

26 Aug 14:28
e20f7ac
Compare
Choose a tag to compare

What’s Changed

  • Add feature flag to transitively use reqwests rustls-tls feature (#6) @rcastill

v1.0.1

29 May 22:19
552daba
Compare
Choose a tag to compare

What’s Changed

v1.0.0

28 May 15:13
29d4d2c
Compare
Choose a tag to compare

What’s Changed

  • Establish blocking mode (#2) @maoertel -> breaking change: package structure!
  • Add GitHub actions (#3) @maoertel

v.0.1.2

14 Oct 22:08
f541d9c
Compare
Choose a tag to compare
  • add async functionality to extend reqwest to be able to send requests with digest auth flow