Skip to content

Version 0.4.0

Compare
Choose a tag to compare
@tri-adam tri-adam released this 13 Sep 16:37
2e634c6

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:

  • Support various key ID/fingerprint formats for GetKey (#16 , #22)
  • CI Tweaks (#17)
  • Update to Go v1.13 (#19)
  • Require TLS for Auth Token Use (#23)