Comparing version 4.7.0 to 4.7.1
CHANGELOG | ||
========= | ||
## 4.7.1 (2017-10-31) | ||
* @Jiggmin Add backwards compatibility for global_tags | ||
## 4.7.0 (2017-9-21) | ||
@@ -5,0 +8,0 @@ * @bdeitte Revert TypeScript typings, which ended up not being semver minor |
@@ -46,2 +46,5 @@ "use strict"; | ||
// hidden global_tags option for backwards compatibility | ||
options.globalTags = options.globalTags || options.global_tags; | ||
this.host = options.host || 'localhost'; | ||
@@ -48,0 +51,0 @@ this.port = options.port || 8125; |
{ | ||
"name": "hot-shots", | ||
"description": "Node.js client for StatsD, DogStatsD, and Telegraf", | ||
"version": "4.7.0", | ||
"version": "4.7.1", | ||
"author": "Steve Ivy", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -20,3 +20,2 @@ # hot-shots | ||
1. Change node-statsd to hot-shots in all requires | ||
2. Change global_stats to globalStats as a parameter name | ||
@@ -23,0 +22,0 @@ You may also want to use the Datadog events support in here instead of other libraries. You can also check the detailed [change log](https://github.com/brightcove/hot-shots/blob/master/CHANGES.md) for what has changed since the last release of node-statsd. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38021
8
588
3
217