-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from mcorbin/add-changelog
Add a changelog
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |