@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.
8.1.0 (2020-9-25)
@maleblond Support multiple values for the same tag key
8.0.0 (2020-9-23)
@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
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps hot-shots from 7.8.0 to 8.2.0.
Changelog
Sourced from hot-shots's changelog.
Commits
55dd63e
8.2.0461eba7
Changelog updates907dd57
Merge pull request #189 from dhermes/issue-128884c980
Changing unit test hardcoded references to 107/111.f3d3fd6
Fixingthis
->client
reference.15e9eb1
Adding JSDoc to newly added code.1e364f5
Adding explicit import forprocess
.7cf8ad8
Remove spurious space between!
and var.7b36227
ModifyingudsErrorHandler()
to check truthy socket.0fc3a68
CheckingisChild
/udsGracefulErrorHandling
inmaybeAddUDSErrorHandler()
.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)