We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9b3f6 commit 0c3d2fbCopy full SHA for 0c3d2fb
CHANGELOG.md
@@ -1,6 +1,12 @@
1
StatsD InfluxDB backend - CHANGELOG
2
-----------------------------------
3
4
+## v0.5.0 (2015-04-02)
5
+
6
+* Unbreak conditional. (#13)
7
+* Updated regex for statsd metrics. (#12)
8
+* Expose internal backend metrics. (#9)
9
10
## v0.4.1 (2015-02-23)
11
12
* Use prefixStats setting instead of hardcoding prefix. (#6)
package.json
@@ -1,6 +1,6 @@
{
"name": "statsd-influxdb-backend",
- "version": "0.4.1",
+ "version": "0.5.0",
"description": "InfluxDB backend for StatsD",
"main": "lib/influxdb.js",
"dependencies": {
0 commit comments