Skip to content

Commit

Permalink
version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed Oct 6, 2016
1 parent 67686f0 commit 78e92be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ With settings above applied, best write-strategy to use is "noop"


## Changelog
##### version 0.8.1
* Bug fix: The synchronous config reload (HUP signal) and launch of the internal collecting statistics procedure (every "metric-interval") could cause deadlock (thanks [Maxim Ivanov](https://github.com/redbaron))

##### 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))
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.8.0"
const Version = "0.8.1"

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.8.1) stable; urgency=low
* Bug fix: The synchronous config reload (HUP signal) and launch of the
internal collecting statistics procedure (every "metric-interval") could
cause deadlock (thanks Maxim Ivanov)

-- Roman Lomonosov <[email protected]> Fri, 7 Oct 2016 01:00:00 +0300

go-carbon (0.8.0) unstable; urgency=low
* Fully refactored and optimizer cache module (core of go-carbon) (thanks
Maxim Ivanov)
Expand Down

0 comments on commit 78e92be

Please sign in to comment.