Skip to content

Conversation

@dependabot-preview
Copy link

Bumps dogstatsd-ruby from 3.0.0 to 4.1.0.

Release notes

Sourced from dogstatsd-ruby's releases.

v4.1.0

  • [FEATURE] Handle ENOTCONN [#102][] by [@​blaines][]
  • [IMPROVEMENT] Retry first before losing message when receiving ENOTCONN [#104][] by [@​blaines][]

4.0.0

[IMPROVEMENT] Add .open for short-lived reporting that does not leave sockets around #96 by @​grosser
[IMPROVEMENT] Extract batch logic into a class #95 by @​grosser
[IMPROVEMENT] Extract connection for separation of concerns #94 by @​grosser
[IMPROVEMENT] Fail fast on unknown options #93 by @​grosser
[IMPROVEMENT] Always lazy connect #92 by @​grosser
[IMPROVEMENT] Batch events and service checks too #88 by @​grosser
[IMPROVEMENT] Remove bad argument after options #83 by @​grosser
[IMPROVEMENT] Reduce object allocation and make all strings frozen on ruby 2.3+ #78 by @​grosser

Breaking changes

Remove deprecated version method #91 by @​grosser
port / host / tags / namespace can no longer be set on the instance to allow thread-safety #87 by @​grosser
port / host / socket_path readers are now on statsd.connection
Make logger an instance var #90 by @​grosser
Make format_service_check private #89 by @​grosser
Improve code coverage / make format_event private #84 by @​grosser
Set buffer size in bytes #86 by @​grosser
max_buffer_size initializer argument removed and replaced with max_buffer_bytes (defaults to 8192)
max_buffer_size/max_buffer_size= methods removed

3.3.0

  • [FEATURE] Add distribution support (beta). See [#72][].
  • [IMPROVEMENT] A ton of cleanups and refinements courtesy of [@​grosser][]. See [#68][], [#69][], [#73][], [#74][], [#75][], [#76][], [#77][].
  • [IMPROVEMENT] Unify tag handling in format_service_check. See [#71][] by [@​grosser][].
  • [IMPROVEMENT] Use faster time method on ruby >= 2.1. See [#70][] by [@​grosser][].
... (truncated)
Changelog

Sourced from dogstatsd-ruby's changelog.

4.1.0 / 2019.03.08

  • [FEATURE] Handle ENOTCONN [#102][] by [@​blaines][]
  • [IMPROVEMENT] Retry first before losing message when receiving ENOTCONN [#104][] by [@​blaines][]

4.0.0 / 2018.08.20

  • [IMPROVEMENT] Add .open for short-lived reporting that does not leave sockets around [#96][] by [@​grosser][]
  • [IMPROVEMENT] Extract batch logic into a class [#95][] by [@​grosser][]
  • [IMPROVEMENT] Extract connection for separation of concerns [#94][] by [@​grosser][]
  • [IMPROVEMENT] Fail fast on unknown options [#93][] by [@​grosser][]
  • [IMPROVEMENT] Always lazy connect [#92][] by [@​grosser][]
  • [IMPROVEMENT] Batch events and service checks too [#88][] by [@​grosser][]
  • [IMPROVEMENT] Remove bad argument after options [#83][] by [@​grosser][]
  • [IMPROVEMENT] Reduce object allocation and make all strings frozen on ruby 2.3+ [#78][] by [@​grosser][]

Breaking changes

  • Remove deprecated version method [#91][] by [@​grosser][]
  • port / host / tags / namespace can no longer be set on the instance to allow thread-safety [#87][] by [@​grosser][]
  • port / host / socket_path readers are now on statsd.connection
  • Make logger an instance var [#90][] by [@​grosser][]
  • Make format_service_check private [#89][] by [@​grosser][]
  • Improve code coverage / make format_event private [#84][] by [@​grosser][]
  • Set buffer size in bytes [#86][] by [@​grosser][]
  • max_buffer_size initializer argument removed and replaced with max_buffer_bytes (defaults to 8192)
  • max_buffer_size/max_buffer_size= methods removed

3.3.0 / 2018.02.04

  • [FEATURE] Add distribution support (beta). See [#72][].
  • [IMPROVEMENT] A ton of cleanups and refinements courtesy of [@​grosser][]. See [#68][], [#69][], [#73][], [#74][], [#75][], [#76][], [#77][].
  • [IMPROVEMENT] Unify tag handling in format_service_check. See [#71][] by [@​grosser][].
  • [IMPROVEMENT] Use faster time method on ruby >= 2.1. See [#70][] by [@​grosser][].

3.2.0 / 2017.12.21

  • [IMPROVEMENT] Add statsd sample rate compat. [#67][], [@​sj26][]

3.1.0 / 2017.11.23

Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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
Copy link
Author

Superseded by #58.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/dogstatsd-ruby-4.1.0 branch April 8, 2019 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants