]> git.proxmox.com Git - rustc.git/blob - vendor/http-auth/CHANGELOG.md
New upstream version 1.70.0+dfsg2
[rustc.git] / vendor / http-auth / CHANGELOG.md
1 ## `v0.1.6` (2021-05-02)
2
3 * upgrade `digest`, `md5`, and `sha2` dependencies.
4
5 ## `v0.1.5` (2021-11-30)
6
7 * add `http_auth::basic::encode_credentials` for preemptively sending `Basic`
8 credentials.
9
10 ## `v0.1.4` (2021-11-18)
11
12 * more thorough documentation
13 * shrink `DigestClient`
14 * support `userhash` in `DigestClient`
15 * support `-sess` algorithm variants in `DigestClient`
16
17 ## `v0.1.3` (2021-10-20)
18
19 * fix `docs.rs`
20
21 ## `v0.1.2` (2021-10-20)
22
23 * add RFC 2069 compatibility mode.
24
25 ## `v0.1.1` (2021-10-20)
26
27 * allow `Digest`'s `qop` parameter to be omitted.
28
29 ## `v0.1.0` (2021-10-20)
30
31 * initial version