Skip to content

Commit

Permalink
version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed Jun 13, 2015
1 parent cb21697 commit 81991b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ enabled = false

## Changelog
##### master

##### version 0.5.1
* Reduced error level of "bad messages" in tcp and pickle receivers. Now `info`
* Configurable logging level. `log-level` option
* Fix `wrong carbonlink request` error in log
Expand Down
2 changes: 1 addition & 1 deletion carbon-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
import _ "net/http/pprof"

// Version of go-carbon
const Version = "0.5.0"
const Version = "0.5.1"

// Duration wrapper time.Duration for TOML
type Duration struct {
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
go-carbon (0.5.1) stable; urgency=low
* Reduced error level of "bad messages" in tcp and pickle receivers. Now `info`
* Configurable logging level. `log-level` option
* Fix `wrong carbonlink request` error in log

-- Roman Lomonosov <[email protected]> Sat, 13 Jun 2015 12:15:00 +0300

go-carbon (0.5.0) stable; urgency=low
* `-check-config` validates schemas and aggregation configs
* Fix broken internal metrics `tcp.active` and `pickle.active`
Expand Down

0 comments on commit 81991b6

Please sign in to comment.