Skip to content

Commit

Permalink
bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schauenberg committed Dec 6, 2013
1 parent a058c5b commit fd90d30
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions Changelog.md
@@ -1,5 +1,20 @@
# Changelog

## v0.7.0 (12/05/2013)
- added cluster proxy
- measure and graph timestamp generation lag
- added median calculation for timers
- support for top percentiles for timers
- drop support for node v0.6.x
- support for setting the process title
- functionality for optionally omitting stats_counts metrics
- improved functionality to delete counters from the management console
- updates to Debian packaging
- added a clojure example client
- cleaned up the Go example client
- increased test coverage
- documentation updates

## v0.6.0 (03/15/2013)
- added new metric types : sets, gauge deltas, histograms
- added ability to delete idle stats
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/etsy/statsd.git"
},
"version": "0.6.0",
"version": "0.7.0",
"dependencies": {
},
"devDependencies": {
Expand Down

0 comments on commit fd90d30

Please sign in to comment.