Skip to content

Releases: riemann/riemann-go-client

Release v0.5.0

05 Sep 12:25
6725641
Compare
Choose a tag to compare

A huge refactoring has been done in this release. This version is not backward compatible with the previous one.

Release v0.4.0

25 Mar 12:46
1eba277
Compare
Choose a tag to compare

Bugfixes

  • fix warning "literal copies lock value from config" for tls client

Features

  • Force TLS Handshack in Connect() for the TLS client
  • Add support for uint types in Metric

Release v0.3.0

12 Mar 15:14
ad675a6
Compare
Choose a tag to compare

Bugfixes

Fix a bug which produced a panic when an event without Metric was serialized to protobuf.

Release v0.2.0

24 Apr 20:32
Compare
Choose a tag to compare

Breaking change

Event.Time is no longer an int64 but a time.Time

Features

Support microsecond resolution

Release v0.1.0

24 Apr 20:07
Compare
Choose a tag to compare

Features

Sending events, queries.
Support TCP, UDP, TLS clients.
Do not support microseconds time resolution