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

Bump github.com/DataDog/datadog-go from 4.6.0+incompatible to 4.8.3+incompatible #7

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Bumps github.com/DataDog/datadog-go from 4.6.0+incompatible to 4.8.3+incompatible.

Release notes

Sourced from github.com/DataDog/datadog-go's releases.

v4.8.3

See the Changelog for the details.

v4.8.1

See the Changelog for the details.

v4.8.0

See the Changelog for the details.

v4.7.0

See the Changelog for the details.

v4.6.1

See the Changelog for the details.

Changelog

Sourced from github.com/DataDog/datadog-go's changelog.

Changes

5.6.0 / xxxx-xx-xx

5.5.0 / 2024-01-23

  • [FEATURE] Added support for Origin Detection when the container-id is unavailable from inside the application container, only applies to cgroupv2. See #291[].
  • [FEATURE] Added DistributionSamples which is similar to Distribution, but it lets the client handle the sampling. The rate is passed to the Agent and not used for further sampling. See #296[].
  • [IMPROVEMENT] The Aggregator no longer allocates memory if there are no tags present. See #297[].

5.4.0 / 2023-12-07

  • [FEATURE] Add WithMaxSamplesPerContext() option to limit the number of samples per context. See #292[].
  • [BUGFIX] Fix the rate of distributions and histograms when using client side aggregation. See #283[].

5.3.0 / 2023-03-06

  • [FEATURE] Added support for DD_DOGSTATSD_URL. You can now use this env var to set the URL to use to connect to DogStatsD. See #273[]
    • Please be aware that DD_DOGSTATSD_URL takes precedence over the DD_AGENT_HOST. If you have both set please make sure the value for DD_DOGSTATSD_URL is correct.

5.2.0 / 2022-12-21

  • [BETA][FEATURE] Support sending counters and gauges with timestamp. See #262[]
  • [BUGFIX] Fix issue where ticker.Stop() wasn't being called when aggregator is stopped. See #269[], thanks [@​byronwolfman][].

5.1.1 / 2022-05-05

  • [BUGFIX] Fix issue where tags of aggregated contexts could be modified after being sampled. See #258[].

5.1.0 / 2022-03-02

  • [FEATURE] Adding support for container origin detection. See #250[].
  • [FEATURE] Adding IsClosed method the client. See #254[], thanks [@​lucassscaravelli][].
  • [FEATURE] Adding a mock for the Client interface to ease testing from users. See #255[].
  • [IMPROVEMENT] Optimize getContext and getContextAndTags functions. See #253[], thanks [@​martin-sucha][].
  • [IMPROVEMENT] Export error MessageTooLongError to catch error when sending message that can't fit in a buffer. See #252[].
  • [BUGFIX] Add missing GetTelemetry from the Client Interface. See #255[].

5.0.2 / 2021-11-29

5.0.1 / 2021-10-18

  • [BUGFIX] Fix Event.Check method: text is no longer required. See #235[].

... (truncated)

Commits
  • f4aaa17 Releasing 4.8.3
  • bda5e85 Fix method 'event.Check'
  • 28e0fe0 Updating the docs.datadoghq.com links which were broken
  • 5464e13 Releasing 4.8.2
  • 1f9d57a Fix race condition in aggregation
  • f7723fd Rewrite tests for env tags with new test helper
  • 39b5f93 Extract tests for event and service check to their own file
  • a0469ac Releasing 4.8.1
  • f507940 Fix telemetry using the global namespace
  • 2d2b6bd Move test to circleci
  • 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)

Bumps [github.com/DataDog/datadog-go](https://github.com/DataDog/datadog-go) from 4.6.0+incompatible to 4.8.3+incompatible.
- [Release notes](https://github.com/DataDog/datadog-go/releases)
- [Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-go@v4.6.0...v4.8.3)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 9, 2024
@syntaqx syntaqx merged commit 55d22f9 into main Jul 9, 2024
2 checks passed
@syntaqx syntaqx deleted the dependabot/go_modules/github.com/DataDog/datadog-go-4.8.3incompatible branch July 9, 2024 00:34
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant