Skip to content

Commit

Permalink
version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed Aug 24, 2016
1 parent b8af354 commit c851e28
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ With settings above applied, best write-strategy to use is "noop"


## Changelog
##### master (unstable, untested)
##### version 0.8.0
* Fully refactored and optimizer cache module (core of go-carbon) (thanks [Maxim Ivanov](https://github.com/redbaron))
* Added `noop` cache.write-strategy (thanks [Maxim Ivanov](https://github.com/redbaron))
* New optional dump/restore functional for minimize data loss on restart
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.3"
const Version = "0.8.0"

func httpServe(addr string) (func(), error) {
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
go-carbon (0.8.0) unstable; urgency=low
* Fully refactored and optimizer cache module (core of go-carbon) (thanks
Maxim Ivanov)
* Added noop cache.write-strategy (thanks Maxim Ivanov)
* New optional dump/restore functional for minimize data loss on restart
* Refactored internal stat mechanics. common.graph-prefix and
common.metric-interval now can be changed without restart (on HUP signal)
* Customizable internal metrics endpoint. common.metric-endpoint param.
Valid values: "local" and "" (write directly to whisper),
"tcp://host:port", "udp://host:port"

-- Roman Lomonosov <[email protected]> Wed, 24 Aug 2016 22:30:00 +0300

go-carbon (0.7.3) stable; urgency=low
* Added cache.write-strategy option (values "max" or "sorted") (thanks
Alexander Akulov)
Expand Down

0 comments on commit c851e28

Please sign in to comment.