Comparing version 8.5.0 to 8.5.1
CHANGELOG | ||
========= | ||
## 8.5.1 (2021-9-2) | ||
* @tim-crisp TypeScript update: add stream to protocol string union type | ||
* @bdeitte Bump path-parse (used just in dev builds) from 1.0.6 to 1.0.7 | ||
## 8.5.0 (2021-7-16) | ||
@maxday Add a closingFlushInterval option which allows stopping quicker | ||
* @maxday Add a closingFlushInterval option which allows stopping quicker | ||
## 8.4.0 (2021-7-3) | ||
@roim Use errorHandler when possible on UDS socket replace error | ||
* @roim Use errorHandler when possible on UDS socket replace error | ||
## 8.3.2 (2021-5-29) | ||
@cmaddalozzo Close unix domain socket after unsuccessful attempts to connect | ||
* @cmaddalozzo Close unix domain socket after unsuccessful attempts to connect | ||
@@ -13,0 +17,0 @@ ## 8.3.1 (2021-4-1) |
{ | ||
"name": "hot-shots", | ||
"description": "Node.js client for StatsD, DogStatsD, and Telegraf", | ||
"version": "8.5.0", | ||
"version": "8.5.1", | ||
"author": "Steve Ivy", | ||
@@ -6,0 +6,0 @@ "types": "./types.d.ts", |
@@ -20,3 +20,3 @@ import dgram = require("dgram"); | ||
prefix?: string; | ||
protocol?: 'tcp' | 'udp' | 'uds'; | ||
protocol?: 'tcp' | 'udp' | 'uds' | 'stream'; | ||
sampleRate?: number; | ||
@@ -23,0 +23,0 @@ socket?: dgram.Socket; |
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
84934