Skip to content

Releases: thenoobsbr/RestSharp.Authenticators.Digest

2.0.0

17 Jun 12:59
Compare
Choose a tag to compare

Changes the compatibility to the RestSharp version 111.2.0 or greater.

What's Changed

  • Updated RestSharp and changed timeout to a TimeSpan by @simson0606 in #14

New Contributors

Full Changelog: 1.6.0...2.0.0

1.6.0

04 Aug 16:23
Compare
Choose a tag to compare

What's Changed

  • GetDigestAuthHeader should inherit proxy. by @pedoc in #11

New Contributors

  • @pedoc made their first contribution in #11

Full Changelog: v1.5.0...1.6.0

v1.5.0

10 Jul 22:48
Compare
Choose a tag to compare
  • Adjusts the nuget package;
  • Adds optional ILogger to the DigestAuthenticator constructor;
  • Adds optional request timeout to the DigestAuthenticator constructor;

v1.4.0

10 Jul 18:52
Compare
Choose a tag to compare
  • Fixies the authentication when the qop value comes without ";
  • Updates packages;
  • Adds a real integration tests;

Added ConfigureAwait(false) to all await calls to prevent deadlock

13 Apr 16:59
b734115
Compare
Choose a tag to compare

What's Changed

  • Added ConfigureAwait(false) to all await calls to prevent deadlock by @tpavlacky in #7

New Contributors

Full Changelog: v1.3.0...v1.3.1

Thanks, @tpavlacky for your contribution.

Now the package is compatible with last version of RestSharp (107.1.2)

03 Feb 14:30
Compare
Choose a tag to compare

Now we use Regex to handle digest header.

29 Dec 21:43
Compare
Choose a tag to compare
v1.2.0

Now we Regex to handle digest header.

Some improvements

29 Nov 18:56
Compare
Choose a tag to compare
  • ✨ Include timeout for a request;
  • 🐛 Adjusts Realm header specification;

What's Changed

  • DigestAuthenticator.Timeout property to limit the time of the first web request by @netaques in #4

New Contributors

  • @netaques made their first contribution in #4

Full Changelog: v1.0.2...v1.1.0