Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 23, 2019

Bumps github.com/cactus/go-statsd-client from 3.1.1+incompatible to 3.2.0+incompatible.

Release notes

Sourced from github.com/cactus/go-statsd-client's releases.

v3.2.0

  • A new client constructor with "config style" semantics.
    "legacy" client construction still supported, to retain backwards compat.
  • Add an optional re-resolving client configuration. This sets a schedule for
    having the client periodically re-resolve the addr to ip. This does add some
    overhead, so best used only when necessary.
Changelog

Sourced from github.com/cactus/go-statsd-client's changelog.

Changelog

head

3.2.0 2019-09-21

  • A new client constructor with "config style" semantics.
    "legacy" client construction still supported, to retain backwards compat.
  • Add an optional re-resolving client configuration. This sets a schedule for
    having the client periodically re-resolve the addr to ip. This does add some
    overhead, so best used only when necessary.

3.1.1 2018-01-19

  • avoid some overhead by not using defer for two "hot" path funcs
  • Fix leak on sender create with unresolvable destination (GH-34).

3.1.0 2016-05-30

  • NewClientWithSender(Sender, string) (Statter, error) method added to
    enable building a Client from a prefix and an already created Sender.
  • Add stat recording sender in submodule statsdtest (GH-32).
  • Add an example helper stat validation function.
  • Change the way scope joins are done (GH-26).
  • Reorder some structs to avoid middle padding.

3.0.3 2016-02-18

  • make sampler function tunable (GH-24)

3.0.2 2016-01-13

  • reduce memory allocations
  • improve performance of buffered clients

3.0.1 2016-01-01

  • documentation typo fixes
  • fix possible race condition with buffered_sender send/close.

3.0.0 2015-12-04

  • add substatter support

2.0.2 2015-10-16

  • remove trailing newline in buffered sends to avoid etsy statsd log messages
  • minor internal code reorganization for clarity (no api changes)

2.0.1 2015-07-12

  • Add Set and SetInt funcs to support Sets
  • Properly flush BufferedSender on close (bugfix)
  • Add TimingDuration with support for sub-millisecond timing
  • fewer allocations, better performance of BufferedClient

2.0.0 2015-03-19

  • BufferedClient - send multiple stats at once
... (truncated)
Commits
  • 5ca9042 update changelog
  • 47b6058 Merge pull request #41 from cactus/reconnecting-senders
  • 7787a94 refactor to support re-resolving senders
  • 5089fcb added security.md file for github
  • 9a76926 update travis
  • f5dd735 add 1.11 and 1.12 to travis tests
  • 82b7a17 fix err assign noop in example client
  • 4073e61 fix help output misspelling
  • 23713bd Merge pull request #37 from XevoInc/go-modules
  • d238121 Add go.mod for Go 1.11 modules support
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 23, 2019
@coveralls
Copy link

coveralls commented Sep 23, 2019

Coverage Status

Coverage remained the same at 95.365% when pulling 745e5cd on dependabot/go_modules/github.com/cactus/go-statsd-client-3.2.0+incompatible into 7a7ddb4 on master.

Bumps [github.com/cactus/go-statsd-client](https://github.com/cactus/go-statsd-client) from 3.1.1+incompatible to 3.2.0+incompatible.
- [Release notes](https://github.com/cactus/go-statsd-client/releases)
- [Changelog](https://github.com/cactus/go-statsd-client/blob/master/CHANGELOG.md)
- [Commits](cactus/go-statsd-client@v3.1.1...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/cactus/go-statsd-client-3.2.0+incompatible branch from 0fa0811 to dd7b090 Compare November 8, 2019 11:48
@Skandalik Skandalik merged commit 9452fb9 into master Apr 22, 2020
@Skandalik Skandalik deleted the dependabot/go_modules/github.com/cactus/go-statsd-client-3.2.0+incompatible branch April 22, 2020 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants