Skip to content

Releases: PassFort/http-signatures

0.5.0

26 May 17:02
83d77a2
Compare
Choose a tag to compare

Add missing final quote to authorization header

0.4.1

12 Jan 16:27
c4a193f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0 - Reqwest 0.11

19 Aug 16:49
4827c26
Compare
Choose a tag to compare

Bump up to reqwest version 0.11

0.3.1: Fix bug where digest was required even for GET requests

23 Apr 11:38
Compare
Choose a tag to compare
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: Split out canonicalization into a separate module so it can be shared…

20 Apr 10:51
Compare
Choose a tag to compare

0.2.1

04 Mar 15:12
Compare
Choose a tag to compare
Bump version

0.2.0: Document the crate (#4)

06 Feb 11:52
326ec67
Compare
Choose a tag to compare
Document the crate

0.1.0: Merge pull request #1 from PassFort/db-format

04 Feb 12:10
1f4184e
Compare
Choose a tag to compare