Releases: PassFort/http-signatures
Releases · PassFort/http-signatures
0.5.0
0.4.1
0.4.0 - Reqwest 0.11
Bump up to reqwest version 0.11
0.3.1: Fix bug where digest was required even for GET requests
Rouille returns `Some(empty body)` for GET requests, rather than the `None` we were expecting, so allow the digest to be omitted when the body is present but empty.
0.3.0
0.2.1
0.2.0: Document the crate (#4)
Document the crate
0.1.0: Merge pull request #1 from PassFort/db-format
Format code and enforce with CI