Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 28, 2022

Bumps github.com/DataDog/datadog-go from 3.7.2+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.

v4.6.0

See the Changelog for the details.

v4.5.1

See the Changelog for the details.

v4.5.0

See the Changelog for the details.

v4.4.0

See the Changelog for the details.

v4.3.1

See the Changelog for the details.

v4.3.0

See the Changelog for the details.

v4.2.0

See the Changelog for the details.

v4.1.0

See the Changelog for the details.

v4.0.1

See the Changelog for the details.

v4.0.0

See the Changelog for the details.

Changelog

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

Changes

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

5.0.0 / 2021-10-01

Breaking changes

Many field/methods have been removed from the public API of the client to allow for the client internals to evolve more easily in the future without breaking the public API of the client.

  • New import path for the v5 is github.com/DataDog/datadog-go/v5/statsd
  • The project now use go.mod file for its dependencies.
  • WithDevMode option has been removed. The extended telemetry enabled by WithDevMode is now part of the default telemetry.
  • WithWriteTimeoutUDS option has been renamed WithWriteTimeout since it also impact named pipe transport.
  • SetWriteTimeout method has been removed in favor of WithWriteTimeout option.
  • The following internal fields and methods have been removed from the public API:
    • WriterNameUDP
    • WriterNameUDS
    • WriterWindowsPipe
    • TelemetryInterval
  • Field Client.Namespace is now private, please use the WithNamespace option.
  • Field Client.Tags is now private, please use the WithTags option.
  • Method NewBuffered has been removed in favor of the WithMaxMessagesPerPayload() option. Instead of statsd.NewBuffered(add, bufferLength) please use statsd.New(addr, statsd.WithMaxMessagesPerPayload(bufferLength))
  • Encode method for Event and ServiceCheck have been removed.
  • The Check method for Event and ServiceCheck now uses pointer receivers.

... (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 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 3.7.2+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@v3.7.2...v4.8.3)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-go
  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 go Pull requests that update Go code labels Jun 28, 2022
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.

0 participants