Skip to content

Commit

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


## Changelog
##### version 0.9.0-rc1
##### version 0.9.0
* Completely new internal architecture
* Removed flush to whisper and stop on `USR2` signal. Use dump/restore instead
* Removed global queue (channel) between receivers and cache, added optional per-receiver queues
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.9.0-rc1"
const Version = "0.9.0"

func httpServe(addr string) (func(), error) {
tcpAddr, err := net.ResolveTCPAddr("tcp", addr)
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
go-carbon (0.9.0-rc1) unstable; urgency=low
go-carbon (0.9.0) stable; urgency=low
* Completely new internal architecture
* Removed flush to whisper and stop on `USR2` signal. Use dump/restore instead
* Removed global queue (channel) between receivers and cache, added optional per-receiver queues
* Built-in [carbonserver](https://github.com/grobian/carbonserver) (thanks Vladimir Smirnov)
* Added runtime tunables to internal metrics #70

-- Roman Lomonosov <[email protected]> Fri, 25 Nov 2016 23:00:00 +0300
-- Roman Lomonosov <[email protected]> Tue, 10 Jan 2017 08:00:00 +0300

go-carbon (0.8.1) stable; urgency=low
* Bug fix: The synchronous config reload (HUP signal) and launch of the
Expand Down

0 comments on commit c665003

Please sign in to comment.