Releases: sylabs/scs-key-client
Version 0.5.1
This patch release includes a dependency update and minor CI improvements.
Changes included in this release:
Version 0.5.0
This release includes a new public method, (*Client).NewRequest()
, fixes a bug in (*Client).BaseURL
path handling (#28), includes dependency updates and minor CI improvements.
Changes included in this release:
Version 0.4.1
This release fixes a minor bug where supplying a hostname of localhost
(common during development) and using an auth token would cause an error.
Change included in this release:
- Fix TLS check (#25)
Version 0.4.0
This release includes a breaking change to GetKey()
. Previously, only a 160-bit version 4 fingerprint could be specified in a byte array. The new version allows a 32-bit key ID, 64-bit key ID, 128-bit version 3 fingerprint, or 160-bit version 4 fingerprint to be specified in a byte slice.
Changes included in this release:
Version 0.3.0
This release adds support for hkp://
and hkps://
URL schemes, which are commonly used to address HTTP Keyserver Protocol (HKP) servers. The handling of URL query parameters has been subtly improved.
Issues addressed by this release:
Version 0.2.0
Version 0.1.0
Initial version.