Skip to content

Bump java-dogstatsd-client from 2.6.1 to 2.13.0#11533

Merged
suneet-s merged 1 commit intomasterfrom
dependabot/maven/com.datadoghq-java-dogstatsd-client-2.13.0
Aug 4, 2021
Merged

Bump java-dogstatsd-client from 2.6.1 to 2.13.0#11533
suneet-s merged 1 commit intomasterfrom
dependabot/maven/com.datadoghq-java-dogstatsd-client-2.13.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2021

Bumps java-dogstatsd-client from 2.6.1 to 2.13.0.

Release notes

Sourced from java-dogstatsd-client's releases.

v2.13.0

  • [FEATURE] Telemetry: adding developer mode: additional metrics. See #131
  • [IMPROVEMENT] Cleanup internal thread model. See #144
  • [IMPROVEMENT] All dogstatsd messages are EOL terminated. See #130
  • [IMPROVEMENT] Refactor version.properties to dedicated directory. See #147 (Thanks @​cameronhotchkies
  • [IMPROVEMENT] Dev: make environment variable variables public. See #132 (Thanks @​dbyron0)
  • [BUGFIX] Properly compute unicode event strings length. See #149
  • [DOCUMENTATION] Updated javadoc and README. See #139 and #136. (Thanks @​snopoke and @​gherceg)

v2.11.0

  • [FEATURE] Aggregation: simple type client-side aggregation. See #121
  • [IMPROVEMENT] UDP+UDS: set better defaults for max packet size. See #125
  • [BUGFIX] Aggregator: fix thread leak + dont always start scheduler. See #129
  • [BUGFIX] Sampling: on counts to be disabled when aggregation is enabled. See #127
  • [BUGFIX] Processor: shutdown the executor on cue, dont leak. See #126
  • [DOCS] Aggregation: update with new aggregation instructions. See #122

v2.10.5

  • [BUGFIX] Method override preventing previous processor leak fix from working. See #128

v2.10.4

  • [BUGFIX] Fix processor shutdown: shutdown on cue, prevent leak. See #126

v2.10.3

  • [BUGFIX] Fix library shutdown: use daemon threads for StatsDProcess + TimerTask. See #117 (Thanks @​blevz)

v2.10.2

  • [BUGFIX] Fix thread leak on shutdown: release StatsDSender executor. See #115 (Thanks @​hanny24)

v2.10.1

  • [BUGFIX] Fixes build issue on JDK8. No code changes.

v2.10.0

  • [FEATURE] Architecture revamp + non-blocking queue, improved performance. See #94
  • [FEATURE] Enable buffer pool, concurrent sending threads. See #95
  • [FEATURE] Adding dogstatsd telemetry to client. See #97
  • [FEATURE] DD_SERVICE; DD_ENV; DD_VERSION; DD_TAGS env vars support. See #107, #108, #111
  • [FEATURE] Allow different remote destination for telemetry. See #109
  • [IMPROVEMENT] Improved abstractions + better object construction. See #96
  • [IMPROVEMENT] Reduce number of allocations. Thanks @​njhill. See #105
  • [DOCS] Container specific tags. See #110

v2.9.0

  • [FIX] Add source type name to event payload. See #101
  • [IMPROVEMENT] Bump jnr-unixsocket to 0.27. See #102
  • [IMPROVEMENT] Bump maven-compiler-plugin to 3.8.1. See #93
  • [DOCS] Multiple documentation updates. See #91

v2.8.1

  • [FIX] fix entity id with constant tags

... (truncated)

Changelog

Sourced from java-dogstatsd-client's changelog.

2.13.0 / 2021.06.09

  • [FEATURE] Telemetry: adding developer mode: additional metrics. See #131[]
  • [IMPROVEMENT] Cleanup internal thread model. See #144[]
  • [IMPROVEMENT] All dogstatsd messages are EOL terminated. See #130[]
  • [IMPROVEMENT] Refactor version.properties to dedicated directory. See #147[] (Thanks [@​cameronhotchkies][])
  • [IMPROVEMENT] Dev: make environment variable variables public. See #132[] (Thanks [@​dbyron0][])
  • [BUGFIX] Properly compute unicode event strings length. See #149[]
  • [DOCUMENTATION] Updated javadoc and README. See #139[] and #136[]. (Thanks [@​snopoke][] and [@​gherceg][])

2.12.0 / 2021.04.05

  • [IMPROVEMENT] Deployments to Sonatype are now automated (but manually triggered). No user-facing changes are part of this release.

2.11.0 / 2020.12.22

  • [FEATURE] Aggregation: simple type client-side aggregation. See #121[]
  • [IMPROVEMENT] UDP+UDS: set better defaults for max packet size. See #125[]
  • [BUGFIX] Aggregator: fix thread leak + dont always start scheduler. See #129[]
  • [BUGFIX] Sampling: on counts to be disabled when aggregation is enabled. See #127[]
  • [BUGFIX] Processor: shutdown the executor on cue, dont leak. See #126[]
  • [DOCS] Aggregation: update with new aggregation instructions. See #122[]

2.10.3 / 2020.07.17

  • [BUGFIX] Fix library shutdown: use daemon threads for StatsDProcess + TimerTask. See #117[] (Thanks [@​blevz][])

2.10.2 / 2020.07.07

  • [BUGFIX] Fix thread leak on shutdown: release StatsDSender executor. See #115[] (Thanks [@​hanny24][])

2.10.1 / 2020.05.26

  • [BUGFIX] Fixes build issue on JDK8. No code changes.

2.10.0 / 2020.05.04

  • [FEATURE] Architecture revamp + non-blocking queue, improved performance. See #94[]
  • [FEATURE] Enable buffer pool, concurrent sending threads. See #95[]
  • [FEATURE] Adding dogstatsd telemetry to client. See #97[]
  • [FEATURE] DD_SERVICE; DD_ENV; DD_VERSION; DD_TAGS env vars support. See #107[], #108[], #111[]
  • [FEATURE] Allow different remote destination for telemetry. See #109[]
  • [IMPROVEMENT] Improved abstractions + better object construction. See #96[]
  • [IMPROVEMENT] Reduce number of allocations. Thanks [@​njhill][]. See #105[]
  • [DOCS] Container specific tags. See #110[]

2.9.0 / 2020.02.20

  • [FIX] Add source type name to event payload. See #101[]
  • [IMPROVEMENT] Bump jnr-unixsocket to 0.27. See #102[]
  • [IMPROVEMENT] Bump maven-compiler-plugin to 3.8.1. See #93[]
  • [DOCS] Multiple documentation updates. See #91[]

... (truncated)

Commits
  • 740e5ce [release] updating pom, readme and changelog for 2.13.0 (#151)
  • c66d62a make environment variable strings public again (#132)
  • ff9bd17 remove beta comment from recordDistributionValue (#136)
  • 638f1e5 fix typo in README (#139)
  • b350b75 Merge pull request #144 from DataDog/mcculls/cleanupThreading
  • a8503a8 refactor: Moved version.properties into a dedicated directory (#147)
  • a48939b Merge pull request #149 from DataDog/sgnn7/fix-unicode-event-processing
  • d63ac45 Fix unicode length calculations in event strings
  • 1cd075b Replace fixed-size thread pool with a much simpler array of threads
  • 07f860d Support using custom thread factory to spawn StatsD worker threads
  • 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)

Bumps [java-dogstatsd-client](https://github.com/DataDog/java-dogstatsd-client) from 2.6.1 to 2.13.0.
- [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@java-dogstatsd-client-2.6.1...v2.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@suneet-s suneet-s merged commit eceacf7 into master Aug 4, 2021
@suneet-s suneet-s deleted the dependabot/maven/com.datadoghq-java-dogstatsd-client-2.13.0 branch August 4, 2021 00:53
@clintropolis clintropolis added this to the 0.22.0 milestone Aug 12, 2021
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

Comments