Skip to content

Bump java-dogstatsd-client from 2.8.1 to 4.2.0 #169

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps java-dogstatsd-client from 2.8.1 to 4.2.0.

Release notes

Sourced from java-dogstatsd-client's releases.

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
  • [FEATURE] jar-with-dependencies artifact now include license information. See #179
  • [FEATURE] send buffered metrics when a blocking client is closed. See #180
  • [FEATURE] client can be used without jnr-posix in the classpath. See #182

v3.0.1

  • [BUGFIX] Fix visibility for overrideable methods (#170)

v3.0.0

This release marks a new major release, and includes some breaking changes. Most notably:

  • Client aggregation enabled by default for simple types.
  • Client aggregation flush interval changed to 2s.
  • Internal client telemetry metrics are now included in the client telemetry by default.
  • Removal of most overloaded constructors.

Many users will be able to upgrade seamlessly, while some might be required to make changes due to the removal of an excessively overladed constructor anti-pattern. Please refer to the [readme][readme configuration] for tips on how to migrate to v3.x builder pattern to instantiate your client.

  • [DEPRECATE] Removing deprecated constructors. See #158
  • [FEATURE] Client aggregation enabled by default. See #164
  • [FEATURE] Allow clients to override metric sampling. See #162
  • [FEATURE] Client internal metrics included in telemetry by default. See #157
  • [BUGFIX] Set client side aggregation flush interval to 2s. See #154
  • [BUGFIX] Make text in events non-mandatory. See #160
  • [DOCS] Make text in events non-mandatory. See #160

v2.13.0

  • [FEATURE] Telemetry: adding developer mode: additional metrics. See #131
  • [IMPROVEMENT] Cleanup internal thread model. See #144

... (truncated)

Changelog

Sourced from java-dogstatsd-client's changelog.

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[]

4.0.0 / 2022.01.10

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[]
  • [FEATURE] jar-with-dependencies artifact now include license information. See #179[]
  • [FEATURE] send buffered metrics when a blocking client is closed. See #180[]
  • [FEATURE] client can be used without jnr-posix in the classpath. See #182[]

3.0.1 / 2021.12.14

  • [BUGFIX] Fix visibility for overrideable methods. See #170[]

3.0.0 / 2021.11.02

This release marks a new major release, and includes some breaking changes. Most notably:

  • Client aggregation enabled by default for simple types.
  • Client aggregation flush interval changed to 2s.
  • Internal client telemetry metrics are now included in the client telemetry by default.
  • Removal of most overloaded constructors.

Many users will be able to upgrade seamlessly, while some might be required to make changes due to the removal of an excessively overladed constructor anti-pattern. Please refer to the [readme][readme configuration] for tips on how to migrate to v3.x builder pattern to instantiate your client.

  • [DEPRECATE] Removing deprecated constructors. See #158[]
  • [FEATURE] Client aggregation enabled by default. See #164[]
  • [FEATURE] Allow clients to override metric sampling. See #162[]
  • [FEATURE] Client internal metrics included in telemetry by default. See #157[]
  • [BUGFIX] Set client side aggregation flush interval to 2s. See #154[]

... (truncated)

Commits
  • 164cfa4 Merge pull request #213 from DataDog/vickenty/4.2.0
  • 7608bf8 [release] prepare v4.2.0
  • 3341dcc Merge pull request #212 from DataDog/carlosroman/pom-update
  • 0e20253 Updated GitHub Actions being used in CodeQL
  • 49d4cd1 Updated Java required to allow 13.0.14
  • d8e4f0a Merge pull request #211 from DataDog/vickenty/tsm
  • fc63a60 Use long instead of time.Instant
  • 1d7f4b5 fix style
  • e077690 Implement sending metrics with a timestamp
  • 96f18cd Use Message#canAggregate to control aggregation
  • 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.8.1 to 4.2.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.8.1...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2023
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.

0 participants