Releases: thenoobsbr/RestSharp.Authenticators.Digest
Releases · thenoobsbr/RestSharp.Authenticators.Digest
2.0.0
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
- @simson0606 made their first contribution in #14
Full Changelog: 1.6.0...2.0.0
1.6.0
v1.5.0
v1.4.0
Added ConfigureAwait(false) to all await calls to prevent deadlock
What's Changed
- Added ConfigureAwait(false) to all await calls to prevent deadlock by @tpavlacky in #7
New Contributors
- @tpavlacky made their first contribution in #7
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)
Now we use Regex to handle digest header.
v1.2.0 Now we Regex to handle digest header.
Some improvements
- ✨ 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