Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dogstatsd-ruby requirement from <= 4.8.3 to <= 5.6.3 #83

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Updates the requirements on dogstatsd-ruby to permit the latest version.

Release notes

Sourced from dogstatsd-ruby's releases.

v5.6.2

  • [OTHER] Ruby versions 3.2 and 3.3 are now supported. #291 by @​gdubicki
  • [IMPROVEMENT] Reduce memory allocations during tag and metric serialization. #294 by @​schlubbi
  • [IMPROVEMENT] Avoid allocations when using delay_serialization. #295 by @​jhawthorn

v5.6.1

5.6.1 / 2023.09.07

v5.6.0

5.6.0 / 2023.07.10

  • [FEATURE] Add the delay_serialization option, allowing users to delay expensive serialization until a more convenient time, such as after an HTTP request has completed. In multi-threaded mode, it causes serialization to happen inside the sender thread. DataDog/dogstatsd-ruby#271 by @​pudiva and @​BlakeWilliams

  • [FEATURE] Also, support the sender_queue_size in single_thread mode, so that it can benefit from the new delay_serialization option. Messages are now queued (possibly unserialized) until sender_queue_size is reached or #flush is called. It may be set to Float::INFINITY, so that messages are indefinitely queued until an explicit #flush. DataDog/dogstatsd-ruby#271 by @​pudiva and @​BlakeWilliams

  • [IMPROVEMENT] Add support of DD_DOGSTATSD_URL for configuration through environment variable. Valid formats are: udp://some-host, udp://some-host:port and unix:///path/to/unix.sock. DD_DOGSTATSD_URL has priority on other environment vars (DD_AGENT_HOST, DD_DOGSTATSD_PORT and DD_DOGSTATSD_SOCKET) but does not throw an error if others are set, values are overridden instead. DataDog/dogstatsd-ruby#278 by @​remeh

  • [BUGFIX] Fix NoMethodError when Datadog::Statsd is initialized without telemetry. DataDog/dogstatsd-ruby#272 by @​matthewshafer

v5.5.0

5.5.0 / 2022.06.01

v5.4.0

5.4.0 / 2022.03.01

  • [IMPROVEMENT] Add a pre_sampled option to metric methods #235[] by [@​matthewshafer][]

  • [OTHER] Ruby versions earlier than 2.1.0 are no longer supported. Ruby-2.0 was EOL as of 2016-02-24.

  • [OTHER] Ruby versions 3.0 and 3.1 are now supported, including a fix for keyword arguments to StatsD#open. #240[]

v5.3.3

5.3.3 / 2022.02.02

  • [IMPROVEMENT] Add option "buffer_flush_interval" to flush buffered metrics #231[] by [@​abicky][]

  • [IMPROVEMENT] Add Sender.queue_size limits to limit number of buffered metrics #232[] by [@​djmitche][]

  • [IMPROVEMENT] The client can now be configured to use UDS via the DD_DOGSTATSD_SOCKET environment variable. This variable does not take precedence over any explicit parameters passed to the Statsd constructor.

... (truncated)

Changelog

Sourced from dogstatsd-ruby's changelog.

5.6.2 / 2024.09.20

  • [OTHER] Ruby versions 3.2 and 3.3 are now supported. #291[] by [@​gdubicki][]
  • [IMPROVEMENT] Reduce memory allocations during tag and metric serialization. #294[] by [@​schlubbi][]
  • [IMPROVEMENT] Avoid allocations when using delay_serialization. #295[] by [@​jhawthorn][]

5.6.1 / 2023.09.07

5.6.0 / 2023.07.10

  • [FEATURE] Add the delay_serialization option, allowing users to delay expensive serialization until a more convenient time, such as after an HTTP request has completed. In multi-threaded mode, it causes serialization to happen inside the sender thread. #271[] by [@​pudiva][] and [@​BlakeWilliams][]

  • [FEATURE] Also, support the sender_queue_size in single_thread mode, so that it can benefit from the new delay_serialization option. Messages are now queued (possibly unserialized) until sender_queue_size is reached or #flush is called. It may be set to Float::INFINITY, so that messages are indefinitely queued until an explicit #flush. #271[] by [@​pudiva][] and [@​BlakeWilliams][]

  • [IMPROVEMENT] Add support of DD_DOGSTATSD_URL for configuration through environment variable. Valid formats are: udp://some-host, udp://some-host:port and unix:///path/to/unix.sock. DD_DOGSTATSD_URL has priority on other environment vars (DD_AGENT_HOST, DD_DOGSTATSD_PORT and DD_DOGSTATSD_SOCKET) but does not throw an error if others are set, values are overridden instead. #278[] by [@​remeh][]

  • [BUGFIX] Fix NoMethodError when Datadog::Statsd is initialized without telemetry. #272[] by [@​matthewshafer][]

5.5.0 / 2022.06.01

  • [FEATURE] Add distribution_time method to facilitate measuring timing of a yielded block. #248[] by [@​jordan-brough][]

  • [BUGFIX] Stop flush timer before closing the queue #257[] by [@​abicky][]

  • [IMPROVEMENT] Various warnings removed #258[] by [@​abicky][]

  • [OTHER] Remove unused rack dependency #260[] by [@​remeh][]

5.4.0 / 2022.03.01

  • [IMPROVEMENT] Add a pre_sampled option to metric methods #235[] by [@​matthewshafer][]

  • [OTHER] Ruby versions earlier than 2.1.0 are no longer supported. Ruby-2.0 was EOL as of 2016-02-24.

... (truncated)

Commits
  • 333f852 [release] prepare 5.6.2 (#296)
  • 25013db Support Ruby 3.2 and 3.3 too (#291)
  • e89cbfe Avoid allocations when using delay_serialization (#295)
  • a3291f2 Reduce memory allocations during tag and metric serialization (#294)
  • 517b830 Merge pull request #288 from DataDog/remeh/500-tlm-prm
  • a0ac168 CHANGELOG: mention the telemetry parameter name change.
  • 3c09eaf Merge pull request #283 from DataDog/remeh/5.6.1
  • e5c3058 [release] prepare 5.6.1
  • 42ed9ee Merge pull request #281 from DataDog/remeh/codeowners
  • 44f97a8 Update CODEOWNERS
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [dogstatsd-ruby](https://github.com/DataDog/dogstatsd-ruby) to permit the latest version.
- [Release notes](https://github.com/DataDog/dogstatsd-ruby/releases)
- [Changelog](https://github.com/DataDog/dogstatsd-ruby/blob/master/CHANGELOG.md)
- [Commits](DataDog/dogstatsd-ruby@v4.8.3...v5.6.2)

---
updated-dependencies:
- dependency-name: dogstatsd-ruby
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #90.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot-bundler-dogstatsd-ruby-5.6.2 branch November 11, 2024 04:40
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants