From eccfc1821ba6238960a0e6e788bca17a0008a2b7 Mon Sep 17 00:00:00 2001 From: mcorbin Date: Sun, 25 Mar 2018 12:39:17 +0200 Subject: [PATCH] Add a changelog --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f6723bf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Change Log + +## Release v0.4.0 + +### 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 + +### Bugfixes + +- Fix a bug which produced a panic when an event without Metric was serialized to protobuf. + +## Release v0.2.0 + +### Breaking change + +- Event.Time is no longer an int64 but a time.Time + +### Features + +- Support microsecond resolution + +## Release v0.1.0 + +### Features + +- Sending events, queries. +- Support TCP, UDP, TLS clients. +- Do not support microseconds time resolution