Skip to content

Commit

Permalink
version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed Aug 9, 2016
1 parent 60ce139 commit 598aff7
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 @@ -130,6 +130,8 @@ enabled = false

## Changelog
##### master

##### version 0.7.3
* Added `cache.write-strategy` option (values "max" or "sorted") (thanks [Alexander Akulov](https://github.com/AlexAkulov))
* `commitedPoints` metric renamed to `committedPoints`

Expand Down
2 changes: 1 addition & 1 deletion carbon-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
import _ "net/http/pprof"

// Version of go-carbon
const Version = "0.7.2"
const Version = "0.7.3"

func httpServe(addr string) (func(), error) {
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
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.7.3) stable; urgency=low
* Added cache.write-strategy option (values "max" or "sorted") (thanks
Alexander Akulov)
* commitedPoints metric renamed to committedPoints

-- Roman Lomonosov <[email protected]> Thu, 9 Aug 2016 23:45:00 +0300

go-carbon (0.7.2) stable; urgency=low
* Added sparse file creation (whisper.sparse-create config option)
* Enable reload in init script (thanks Jose Riguera)
Expand Down

0 comments on commit 598aff7

Please sign in to comment.