- @etaoins Add asyncTimer types
- @blimmer: Add increment doc snippet
- @chrismatheson: Fix timer to have duration in microseconds (was nanoseconds)
- @chrismatheson: Add asyncTimer functionality
- @michalholasek Clean up code formatting and split up tests
- @michalholasek Add tcp protocol support
- @remie Add tcp protocol support
- @Willyham Add support for recording buffers in mock mode
- @singerb correct close() type definition
- @mjesuele Fix time in timer
- @MattySheikh Typescript: add socket type for StatsD class
- @drewen TypeScript: add overload types for stats functions
- @emou Typescript declaration for the 'timer' method
- @drewen Split up single file, add code coverage capabilities
- @jasonsack Fixups for new useDefaultRoute option
- @bdeitte Test against more modern set of Node versions in Travis
- @RobGraham Added
distribution()
support for DataDog v6
- @tanelso2 Added support for using default route on Linux
- @ericapisani Add timer decorator function
- @lautis Pass key-value tags as objects
- @punya-asapp Add childClient to TypeScript types
- @jgwmaxwell TypeScript typings, resolving the default export issue and missing options from last time. This is being marked as a major release, in caution given the revert last time, but it is not actually known to cause any backwards-compatible issues.
- @Jiggmin concat prefix and suffix in check function
- @Jiggmin commit package-lock.json
- @Jiggmin Add backwards compatibility for global_tags
- @bdeitte Revert TypeScript typings, which ended up not being semver minor
- @jgwmaxwell TypeScript typings
- @jsocol Support default value with tags in increment
- @RijulB Global sample rate
- @RandomSeeded Fix callbacks not being triggered when using buffers
- @ggoodman Allow socket errors to be handled with errorHandler
- @mhahn Add support for DataDog service checks
- @ash2k date_happened should be seconds, not milliseconds
- @ash2k Support multiline text in DataDog events
- @ash2k Provided tags, including
childClient()
tags, override global tags with same names.
- @ash2k Support a client-wide error handler used in case no callback is provided and to handle various exceptions.
- @bdeitte Add 'use strict' to files and make changes needed for this.
- @ash2k Method to create child clients. (This is not a backwards-incompatible change but is rather large.)
- @ash2k Shrink npm package a bit more
- @arlolra Shrink npm package
- @arlolra/@bdeitte Move DNS errors when caching them to send() and use callback when possible
- @bdeitte Use callback for Telegraf error when possible
- @Pchelolo Ensure messages not larger then maxBufferSize
- @bdeitte Fix increment(name, 0) to send a 0 count instead of 1
- @bdeitte Flush the queue when needed on close()
- @bdeitte Document and expand on close API
- @bdeitte Catch more error cases for callbacks
- @bdeitte Even more doc updates
- @mmoulton Fix multiple tags with Telegraf
- @bdeitte Doc updates
- @mmoulton Add options.telegraf to enable support for Telegraf's StatsD line protocol format
- @mmoulton Ensure message callback is sent in buffered case, even when we just buffer.
- @jjofseattle Add options.maxBufferSize and options.bufferFlushInterval
- @bdeitte Change options.global_tags to options.globalTags for consistency
- @ainsleyc Thrown error when cacheDNS flag fails to resolve DNS name
- @bdeitte Add the event API used by DogStatsD
- @sivy Start from the base of https://github.com/sivy/node-statsd