Skip to content

v0.2.5

Choose a tag to compare

@deeglaze deeglaze released this 02 Nov 22:05
e2600df

This is a cleanup and minor bug-fix release.

  • Issue #18: GetExtendedReport had incorrect behavior when the host's certificate length was 0.
  • Issue #23: Replaced the glog dependency with the hard forked and maintained klog.
  • Fixed a test bug that previously caused a test suite to be a no-op.
  • Cleaned up golint warning that interface{} should be type any.