@dhermes Making UDS error handling and recovery more robust. Note these look to be ok in a minor release but are signficant upgrades to how UDS works. Thanks as well to @prognant for an overlapping PR.
@naseemkullah Change default value for 'host' from 'localhost' to
undefined. This means the default host will now be 127.0.0.1 or ::1,
which has cases where it will speed up sending metrics. This should be a
non-breaking change, but bumping to a major version for it given
it's a very base change to the library.
@naseemkullah Switch from equals to strictEquals in tests