changelogs.md
msiebuhr/node-statsd-client
Repository
-
API
-
Source
0.4.5
July 8, 2020
Pull requests
#85
Add automatically generated changelog (
Andreas Lind
)
Commits to master
TCPSocket: Fix spelling (#86)
(
Morten Siebuhr
)
0.4.4
September 26, 2019
Package: Don't include test/infrastructure files in NPM pakcage
(
Morten Siebuhr
)
0.4.3
September 26, 2019
Pull requests
#80
Add support for sub routers with parameterized routes (
Garret Meier
)
Commits to master
Tests: Skip flappy timing-related test
(
Morten Siebuhr
)
Travis: Don't test on Node 6.x (EOL 2019-04-30)
(
Morten Siebuhr
)
Travis: Add Node 10 and 12
(
Morten Siebuhr
)
Packages: Normailze syntax && add package-lock
(
Morten Siebuhr
)
Switch to eslint
(
Morten Siebuhr
)
0.4.2
Release v0.4.2
(
Morten Siebuhr
)
Allow IPv6 UDP
(
Ceesjan Luiten
)
0.4.1
Release v0.4.1
(
Morten Siebuhr
)
README: Add some external links
(
Morten Siebuhr
)
Don't test on 0.12 any more...
(
Morten Siebuhr
)
Test on Node 4, 6, 8 and latest
(
Morten Siebuhr
)
Add callback helper
(
GochoMugo
)
0.4.0
Release v0.4.0
(
Morten Siebuhr
)
Merge tags with 0.12 valid functions
(
Chris911
)
Update README for metric level tags
(
Chris911
)
Add metrics level tags
(
Chris911
)
Add .jshintignore
(
Andreas Lind
)
+3 more
0.3.0
Pull requests
#68
Fixed typo in TCPSocket for _maxBufferSize property (
Philippe Guilbault
)
Commits to master
Release v0.3.0
(
Morten Siebuhr
)
Add support for StatsD tags on all payloads (#69)
(
Brian Conn
)
Enable express middleware to send both url prefixed and non prefixed status code increments (#67)
(
Matthew Sessions
)
0.2.4
Pull requests
#66
Replace anonymous functions with named functions (
Oleksandr Kureniov
)
Commits to master
Release v0.2.4
(
Morten Siebuhr
)
0.2.3
Pull requests
#65
Fix bug in how res.end is handled (
Andrea Baccega
)
#62
Pass HTTP headers as documented (
Garth Kidd
)
#60
accept 0 as parameter for increment/decrement (
Charly Koza
)
#59
Add .raw() to pass data straight through (
Morten Siebuhr
)
#58
incorrect express documentation (
Zach McGonigal
)
Commits to master
Release v0.2.3
(
Morten Siebuhr
)
Also sets custom express-prefix on status-code
(
Morten Siebuhr
)
Travis: Drop testing on 0.10
(
Morten Siebuhr
)
Document .histogram()
(
Morten Siebuhr
)
Fix indent in tests
(
Morten Siebuhr
)
0.2.2
Pull requests
#55
Add express middleware support for sub-routers (
David Volquartz Lebech
)
#54
Fix function signature in comment (
Sascha Depold
)
Commits to master
Release 0.2.2.
(
Morten Siebuhr
)
Package.json: Add license.
(
Morten Siebuhr
)
0.2.1
Pull requests
#50
Express middleware: improve route name sanitation + added an option (
Joris Berthelot
)
#51
Chainable API (
Thomas Hunter II
)
Commits to master
Release v0.2.1.
(
Morten Siebuhr
)
Travis: test on 0.10, 0.12 and 4.0.
(
Morten Siebuhr
)
0.2.0
Pull requests
#49
add histogram support (
Daniel Ruehle
)
Commits to master
Release v0.2.0
(
Morten Siebuhr
)
0.1.0
Pull requests
#46
Add tcp support for the client (
Luis De Pombo
)
Commits to master
Release v0.1.0.
(
Morten Siebuhr
)
0.0.18
Pull requests
#44
convert EphemeralSocket._port explicit to integer (
Carsten Lamm
)
#45
EphemeralSocket should be exclusive (
James Taylor
)
#43
add missing } to docs (
Clarkie
)
Commits to master
Release 0.0.18.
(
Morten Siebuhr
)
0.0.17
Pull requests
#42
Metrics over http (
Morten Siebuhr
)
Commits to master
Release v0.0.17.
(
Morten Siebuhr
)
0.0.16
August 24, 2014
Pull requests
#38
Update statsd multi-metric-packets link (
Piron Tristan
)
#40
Add delta gauges. Fixes #34. (
Morten Siebuhr
)
#41
Update travis to use modern Node.js. (
Morten Siebuhr
)
#37
Fix typo (
Thiago Caiubi
)
Commits to master
Clean up paths in Makefile.
(
Morten Siebuhr
)
Remove prepublish step.
(
Morten Siebuhr
)
README: Fix quick tour.
(
Morten Siebuhr
)
0.0.15
Release v0.0.15.
(
Morten Siebuhr
)
Tests: Fix regex that would cause erroneous test failures.
(
Morten Siebuhr
)
fixed issue with orphaned setInterval in EphemeralSocket
(
Doug Daniels
)
Remove stream-helpers from README.
(
Morten Siebuhr
)
0.0.14
Release v0.0.14.
(
Morten Siebuhr
)
First cut of buffering metrics & send in bulk.
(
Morten Siebuhr
)
0.0.13
Release v0.0.13.
(
Morten Siebuhr
)
Remove stream-helpers, as they weren't used.
(
Morten Siebuhr
)
Remove trailing slashes in express middleware.
(
Morten Siebuhr
)
Update new parameter-naming in README.md
(
Morten Siebuhr
)
Fix minor syntax-error in README.md example.
(
Morten Siebuhr
)
+4 more
0.0.12
Release v0.0.12.
(
Morten Siebuhr
)
Properly CamelCase names in EphemeralSocket.
(
Morten Siebuhr
)
Report express response-codes under
response\_code
.
(
Morten Siebuhr
)
Fix corner-cases in Express per-route key reporting.
(
Morten Siebuhr
)
Fix issue with rapid series of errors on socket.
(
Morten Siebuhr
)
+1 more
0.0.11
Release v0.0.11.
(
Morten Siebuhr
)
Allow custom URL-aliases in Express-middleware.
(
Morten Siebuhr
)
0.0.10
Release v0.0.10.
(
Morten Siebuhr
)
getExpressMiddleware helper: Avoid calling undefined method when req.route.name is a RegExp.
(
Andreas Lind Petersen
)
0.0.9
Release v0.0.9.
(
Morten Siebuhr
)
JSHint: Fix complaints in testing.
(
Morten Siebuhr
)
getExpressMiddleware helper: Also report the request method as part of the key when timeByUrl is turned on.
(
Andreas Lind Petersen
)
Close test-server after use. Fixes #22.
(
Morten Siebuhr
)
0.0.8
Release v0.0.8.
(
Morten Siebuhr
)
Prolong timeout in close()-tests, to avoid races.
(
Morten Siebuhr
)
Fix JSHint error / clean up unit-tests a wee bit.
(
Morten Siebuhr
)
Adding in a test case
(
Albert Wang
)
Style conformity
(
Albert Wang
)
+4 more
0.0.7
Release v0.0.7.
(
Morten Siebuhr
)
Test timeouts in EphemeralSocket.
(
Morten Siebuhr
)
Test on 'raw' EphemeralSocket in ditto tests.
(
Morten Siebuhr
)
Fix inconsistent naming in ephemeral socket.
(
Morten Siebuhr
)
Close underlying socket on error.
(
Morten Siebuhr
)
+3 more
0.0.6
Release v0.0.6.
(
Morten Siebuhr
)
Remove extraneous layer of nesting in unit-tests.
(
Morten Siebuhr
)
Switch to using dummy server for all tests.
(
Morten Siebuhr
)
Re-fix async socket creation (issues #4 + #18).
(
Morten Siebuhr
)
Fix accidental removal 'jshint' instead of 'vows' in e8b6f97.
(
Morten Siebuhr
)
+2 more
0.0.5
Pull requests
#15
Merge route-specific timings in express-middleware. (
Addison Higham
)
#12
Fix check for trailing dot in prefix. (
Roman Bolgov
)
Commits to master
Release v0.0.5.
(
Morten Siebuhr
)
Allow ExpressMiddleware without extra prefix
(
Ole Michaelis
)
Added docs
(
Ole Michaelis
)
Tests for statsd sets
(
Ole Michaelis
)
Support for statsd sets
(
Ole Michaelis
)
+17 more
0.0.4
v0.0.4.
(
Morten Siebuhr
)
Update README with info on measureStream-functions.
(
Morten Siebuhr
)
Try watching streams using, well, streams.
(
Morten Siebuhr
)
Initial work on Stream-helpers (see #9).
(
Morten Siebuhr
)
0.0.3
v0.0.3
(
Morten Siebuhr
)
Clean up README.
(
Morten Siebuhr
)
Add child-clients with sub-prefixes.
(
Morten Siebuhr
)
Split out socket-handling.
(
Morten Siebuhr
)
Change how hostname is configured.
(
Morten Siebuhr
)
0.0.2
Release v0.0.2.
(
Morten Siebuhr
)
Add a trivial example.
(
Morten Siebuhr
)
Add support for optional prefix.
(
Morten Siebuhr
)
0.0.1
Release v0.0.1.
(
Morten Siebuhr
)
Fix .close() cutting off most recent stats.
(
Morten Siebuhr
)
Option for disabling the timer.
(
Morten Siebuhr
)
Add explicit close() to stop. Fixes #2.
(
Morten Siebuhr
)
Minor code-cleanup and comment a bit.
(
Morten Siebuhr
)
+7 more