Skip to content

Build(deps): bump com.datadoghq:java-dogstatsd-client from 2.10.2 to 4.4.5#26

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/master/com.datadoghq-java-dogstatsd-client-4.4.5
Open

Build(deps): bump com.datadoghq:java-dogstatsd-client from 2.10.2 to 4.4.5#26
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/master/com.datadoghq-java-dogstatsd-client-4.4.5

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Bumps com.datadoghq:java-dogstatsd-client from 2.10.2 to 4.4.5.

Release notes

Sourced from com.datadoghq:java-dogstatsd-client's releases.

v4.4.5

  • [IMPROVEMENT] Only send externalEnv when origin detection is enabled. See #279[]
  • [FEATURE] Add per-metric tags cardinality setting. See #277[]
  • [FEATURE] Add global tags cardinality setting. See #276[]
  • [FEATURE] Use mountinfo for origin detection. See #275[]
  • [FEATURE] Add support for externalEnv field. See #274[]

#274: DataDog/java-dogstatsd-client#274 #275: DataDog/java-dogstatsd-client#275 #276: DataDog/java-dogstatsd-client#276 #277: DataDog/java-dogstatsd-client#277 #279: DataDog/java-dogstatsd-client#279

v4.4.4

v4.4.3

v4.4.2

v4.4.1

v4.4.0

  • [FEATURE] Added new API to send multiple samples at once. See #235
  • [BUGFIX] When using SOCK_STREAM Unix sockets we now correctly close the socket. See #243

v4.3.0

  • [FEATURE] Sending metrics with a timestamp. See #211

v4.2.0

[FEATURE] Sending metrics with a timestamp. See #211 [IMPROVEMENT] Various performance optimizations. See #203

v4.1.0

v4.0.0

This release is a correction for v3.0.0, which was released without client-side aggregation enabled by default.

There are no incompatible API changes in this release.

  • [BUGFIX] Re-enable aggregation by default. See #171
  • [FEATURE] Windows named pipe support. See #169

... (truncated)

Changelog

Sourced from com.datadoghq:java-dogstatsd-client's changelog.

4.4.5 / 2025.08.15

  • [IMPROVEMENT] Only send externalEnv when origin detection is enabled. See #279[]
  • [FEATURE] Add per-metric tags cardinality setting. See #277[]
  • [FEATURE] Add global tags cardinality setting. See #276[]
  • [FEATURE] Use mountinfo for origin detection. See #275[]
  • [FEATURE] Add support for externalEnv field. See #274[]

4.4.4 / 2025.03.27

  • [IMPROVEMENT] Performance improvements. See #263[]

4.4.3 / 2024.10.04

  • [BUGFIX] Use correct buffer size for unix sockets. See #256[]

4.4.2 / 2024.06.03

  • [BUGFIX] Fix sampling and visibility issues with new direct client. See #249[]

4.4.1 / 2024.05.29

  • [BUGFIX] Restore public constructor for NoOpStatsDClient. See #247[]

4.4.0 / 2024.05.24

  • [FEATURE] Added new API to send multiple samples at once. See #235[]
  • [BUGFIX] When using SOCK_STREAM Unix sockets we now correctly close the socket. See #243[]

4.3.0 / 2024.01.24

  • [FEATURE] Add support for SOCK_STREAM Unix sockets. See #228[]

4.2.1 / 2023.03.10

  • [FEATURE] Add support for DD_DOGSTATSD_URL. See #217[]

4.2.0 / 2023.01.23

  • [FEATURE] Sending metrics with a timestamp. See #211[]
  • [IMPROVEMENT] Various performance optimizations. See #203[]

4.1.0 / 2022.10.06

  • [FEATURE] Client-side origin detection. See #188[]
  • [BUGFIX] Don't report the expected InterruptedException. See #193[]
  • [BUGFIX] Fix performance issue in the aggregator. See #194[] (Thanks [@​retronym][])
  • [BUGFIX] Clear buffers before returning them to the pool. See #200[]
  • [BUGFIX] Fix high CPU usage during client shutdown. See #201[]

... (truncated)

Commits
  • 62ff210 Merge pull request #281 from DataDog/vickenty/445
  • 1741864 Fix changelog link
  • 55a8a21 add links
  • cb5d513 [release] prepare v4.4.5
  • a623f2e Merge pull request #279 from DataDog/vickenty/fee
  • e93c77a Add missing originDetectionEnabled call in tests
  • 07f4eb7 AGTMETRICS-344 only send external env if origin detection is enabled
  • 62441c8 Merge pull request #278 from DataDog/vickenty/pom
  • c039285 spelling
  • bfc0719 Merge pull request #277 from DataDog/vickenty/card
  • 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 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)

Bumps [com.datadoghq:java-dogstatsd-client](https://github.com/DataDog/java-dogstatsd-client) from 2.10.2 to 4.4.5.
- [Release notes](https://github.com/DataDog/java-dogstatsd-client/releases)
- [Changelog](https://github.com/DataDog/java-dogstatsd-client/blob/master/CHANGELOG.md)
- [Commits](DataDog/java-dogstatsd-client@v2.10.2...v4.4.5)

---
updated-dependencies:
- dependency-name: com.datadoghq:java-dogstatsd-client
  dependency-version: 4.4.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 7, 2026
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants