Releases: philips-software/go-nih-signer
Releases · philips-software/go-nih-signer
v1.5.0
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #10
- Bump actions/setup-go from 2.1.4 to 3 by @dependabot in #9
- Bump github/codeql-action from 1 to 2 by @dependabot in #11
- Bump actions/setup-go from 3 to 4 by @dependabot in #12
- Bump actions/checkout from 3 to 4 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v1.4.0...v1.5.0
v1.3.0
This release fixes the signer as it was broken whenever one added more signing headers than SignedDate
- Fix algorithm
- Improve tests
- Remove URI defined term signing as we can't get it to work with HSDP servers
- Add
SignHeaders()
option to specify default custom headers to include
v1.2.0
This release can be considered the final stable release as the algorithm
will no longer be enhanced by HSDP. We support all the features
described in the algorithm document. AFAIK this is the only full
implementation next to the (unreleased) Java version.
- Support all defined terms
- body
- param
- method
- URI
- SignedDate (the only mandatory one)
- Can be used to construct servers with signing support