summaryrefslogtreecommitdiffstats
path: root/vendor/http-auth/CHANGELOG.md
blob: 8aaf39ed84cccfb225a99859dc947e0cb9c818d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## `v0.1.6` (2021-05-02)

*   upgrade `digest`, `md5`, and `sha2` dependencies.

## `v0.1.5` (2021-11-30)

*   add `http_auth::basic::encode_credentials` for preemptively sending `Basic`
    credentials.

## `v0.1.4` (2021-11-18)

*   more thorough documentation
*   shrink `DigestClient`
*   support `userhash` in `DigestClient`
*   support `-sess` algorithm variants in `DigestClient`

## `v0.1.3` (2021-10-20)

*   fix `docs.rs`

## `v0.1.2` (2021-10-20)

*   add RFC 2069 compatibility mode.

## `v0.1.1` (2021-10-20)

*   allow `Digest`'s `qop` parameter to be omitted.

## `v0.1.0` (2021-10-20)

*   initial version