Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 294 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 294 Bytes

CHANGELOG

v0.2.0

Changes

  • NewS2STLS constructor signature changes:
    • add a clientCertificates []tls.Certificate
    • replace cert string with rootCA *x509.Certificate
  • Fixed the event time parsing. Expected format: <UNIX time(s)>.<milliseconds> (e.g. 1530024154.040)