Skip to content

Commit

Permalink
Fix bug in go-whisper library: UpdateMany saves first point if many p…
Browse files Browse the repository at this point in the history
…oints has identical timestamp
  • Loading branch information
lomik committed Jul 10, 2015
1 parent 81991b6 commit 68501af
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
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.2
* Fix bug in go-whisper library: UpdateMany saves first point if many points has identical timestamp

##### version 0.5.1
* Reduced error level of "bad messages" in tcp and pickle receivers. Now `info`
Expand Down
2 changes: 1 addition & 1 deletion _vendor/src/github.com/lomik/go-whisper
Submodule go-whisper updated 2 files
+8 −0 whisper.go
+21 −0 whisper_test.go
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.1"
const Version = "0.5.2"

// Duration wrapper time.Duration for TOML
type Duration struct {
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
go-carbon (0.5.2) stable; urgency=low
* Fix bug in go-whisper library: UpdateMany saves first point if many points
has identical timestamp

-- Roman Lomonosov <[email protected]> Fri, 10 Jul 2015 14:30:00 +0300

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
Expand Down

0 comments on commit 68501af

Please sign in to comment.