Skip to content

Releases: capabilityio/cap1-hmac-sha512

v1.4.3

16 Aug 19:40
Compare
Choose a tag to compare

Updated test dependencies.

v1.4.2

19 Aug 14:22
Compare
Choose a tag to compare

Updated dependencies.

v1.4.1

22 Jan 12:06
Compare
Choose a tag to compare

Updated dependencies.

v1.4.0

08 Dec 01:31
Compare
Choose a tag to compare

Do not include hop-by-hop headers in signature.

v1.3.0

08 Dec 00:12
Compare
Choose a tag to compare

Verification now uses only signed headers. Previously, if additional (unsigned) headers were present, verification would fail.

v1.2.0

05 Jul 14:37
Compare
Choose a tag to compare

Requirement that HTTP request method be provided in canonical upper case is now superseded by HTTP request method being automatically converted to upper case.

v1.1.0

05 Jul 13:57
Compare
Choose a tag to compare

When using Node.js url module to parse URLs, when a query string is absent, it is set to null. This bypasses JavaScript default parameter syntax (because defaults are only set for undefined parameters), resulting in an Error being thrown. This update sets default parameters the old JavaScript way via ||, in addition to using default parameter syntax. Now, if query string is falsy, a default "" will be used instead of an Error being thrown.

v1.0.0

02 Jul 21:46
Compare
Choose a tag to compare

Initial implementation.