Skip to content

Commit

Permalink
Updates changelogs. closes #568
Browse files Browse the repository at this point in the history
  • Loading branch information
coykitten committed May 11, 2016
1 parent 5c12391 commit 757fa36
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Changelog.md
@@ -1,5 +1,21 @@
# Changelog

## v0.8.0 (05/05/2016)
- Modularized injest servers, with support for loading multiple servers
- Added configurable tcp injest server
- Added unix socket injest support
- Added tcp repeater functionality
- Added pickle protocol support to graphite backend
- Added configurable IPv6 and TCP support to proxy
- Added telnet admin interface to proxy
- Multiple variable scoping fixes
- Fixes to flush timer to reduce bucket drift
- Fixes to ruby and java example client code
- Dropped support for node v0.8.x
- Fixed dependency issues for modern node versions
- Updated npm hashring dependency to v3.2.0
- Replaced npm node-syslog dependency with modern-syslog v1.1.2

## v0.7.2 (09/02/2014)
- Fixes to detecting valid packets

Expand Down
23 changes: 23 additions & 0 deletions debian/changelog
@@ -1,3 +1,26 @@
statsd (0.8.0-1) unstable; urgency=low

* Modularized injest servers, with support for loading multiple servers
* Added configurable tcp injest server
* Added tcp repeater functionality
* Added unix socket injest support
* Added pickle protocol support to graphite backend
* Added configurable IPv6 and TCP support to proxy
* Added telnet admin interface to proxy
* Multiple variable scoping fixes
* Fixes to flush timer to reduce bucket drift
* Fixes to ruby and java example client code
* Dropped support for node v0.8.x
* Fixed dependency issues for modern node versions
* Updated npm hashring dependency to v3.2.0
* Replaced npm node-syslog dependency with modern-syslog v1.1.2
* Add systemd services for statsd and statsd-proxy
* Add servers directory to package
* Removed duplicated libs from package
* Add npm dependency for postinst

-- Patrick Koch <pk.hzzrd@gmail.com> Thu, 5 May 2016 01:00:00 +0000

statsd (0.7.2-1) unstable; urgency=low

* Fixes to detecting valid packets
Expand Down

0 comments on commit 757fa36

Please sign in to comment.